mirror of https://github.com/CrimsonTome/tldr.git
linux/u*: add links (#6190)
parent
b905e0880a
commit
3ac60f1062
|
@ -2,6 +2,7 @@
|
|||
|
||||
> Performs the underlining of a text.
|
||||
> Each character in a given string must be underlined separately.
|
||||
> More information: <https://manned.org/ul>.
|
||||
|
||||
- Display the contents of the file with underlines where applicable:
|
||||
|
||||
|
|
|
@ -2,6 +2,7 @@
|
|||
|
||||
> Change Unix-style line endings to DOS-style.
|
||||
> Replaces CR with CRLF.
|
||||
> More information: <https://waterlan.home.xs4all.nl/dos2unix.html>.
|
||||
|
||||
- Change the line endings of a file:
|
||||
|
||||
|
|
|
@ -2,6 +2,7 @@
|
|||
|
||||
> Change Unix-style line endings to macOS-style.
|
||||
> Replaces CR with LF.
|
||||
> More information: <https://waterlan.home.xs4all.nl/dos2unix.html>.
|
||||
|
||||
- Change the line endings of a file:
|
||||
|
||||
|
|
|
@ -1,6 +1,7 @@
|
|||
# unset
|
||||
|
||||
> Remove shell variables or functions.
|
||||
> More information: <https://manned.org/unset>.
|
||||
|
||||
- Remove the variable `foo`, or if the variable doesn't exist, remove the function `foo`:
|
||||
|
||||
|
|
|
@ -1,6 +1,7 @@
|
|||
# update-alternatives
|
||||
|
||||
> A convenient tool for maintaining symbolic links to determine default commands.
|
||||
> More information: <https://manned.org/update-alternatives>.
|
||||
|
||||
- Add a symbolic link:
|
||||
|
||||
|
|
|
@ -2,6 +2,7 @@
|
|||
|
||||
> Install and remove services which are System-V style init script links.
|
||||
> Init scripts are in the `/etc/init.d/`.
|
||||
> More information: <https://manned.org/update-rc.d>.
|
||||
|
||||
- Install a service:
|
||||
|
||||
|
|
|
@ -2,6 +2,7 @@
|
|||
|
||||
> Create or update the database used by `locate`.
|
||||
> It is usually run daily by cron.
|
||||
> More information: <https://manned.org/updatedb>.
|
||||
|
||||
- Refresh database content:
|
||||
|
||||
|
|
Loading…
Reference in New Issue