mirror of
https://github.com/tldr-pages/tldr.git
synced 2025-04-22 05:22:09 +02:00
ufraw-batch, ulimit, umask, umount, unalias, unar, unclutter, unrar, unzip: add link (#7092)
This commit is contained in:
parent
7f29e1695f
commit
02441ef2ba
6 changed files with 6 additions and 0 deletions
|
@ -1,6 +1,7 @@
|
||||||
# ufraw-batch
|
# ufraw-batch
|
||||||
|
|
||||||
> Convert RAW files from cameras into standard image files.
|
> Convert RAW files from cameras into standard image files.
|
||||||
|
> More information: <https://manned.org/ufraw-batch>.
|
||||||
|
|
||||||
- Simply convert RAW files to JPG:
|
- Simply convert RAW files to JPG:
|
||||||
|
|
||||||
|
|
|
@ -1,6 +1,7 @@
|
||||||
# ulimit
|
# ulimit
|
||||||
|
|
||||||
> Get and set user limits.
|
> Get and set user limits.
|
||||||
|
> More information: <https://manned.org/ulimit>.
|
||||||
|
|
||||||
- Get the properties of all the user limits:
|
- Get the properties of all the user limits:
|
||||||
|
|
||||||
|
|
|
@ -1,6 +1,7 @@
|
||||||
# umask
|
# umask
|
||||||
|
|
||||||
> Manage the read/write/execute permissions that are masked out (i.e. restricted) for newly created files by the user.
|
> Manage the read/write/execute permissions that are masked out (i.e. restricted) for newly created files by the user.
|
||||||
|
> More information: <https://manned.org/umask>.
|
||||||
|
|
||||||
- Display the current mask in octal notation:
|
- Display the current mask in octal notation:
|
||||||
|
|
||||||
|
|
|
@ -1,6 +1,7 @@
|
||||||
# unalias
|
# unalias
|
||||||
|
|
||||||
> Remove aliases.
|
> Remove aliases.
|
||||||
|
> More information: <https://manned.org/unalias>.
|
||||||
|
|
||||||
- Remove an alias:
|
- Remove an alias:
|
||||||
|
|
||||||
|
|
|
@ -1,6 +1,7 @@
|
||||||
# unar
|
# unar
|
||||||
|
|
||||||
> Extract contents from archive files.
|
> Extract contents from archive files.
|
||||||
|
> More information: <https://manned.org/unar>.
|
||||||
|
|
||||||
- Extract an archive to the current directory:
|
- Extract an archive to the current directory:
|
||||||
|
|
||||||
|
|
|
@ -1,6 +1,7 @@
|
||||||
# unrar
|
# unrar
|
||||||
|
|
||||||
> Extract RAR archives.
|
> Extract RAR archives.
|
||||||
|
> More information: <https://manned.org/unrar>.
|
||||||
|
|
||||||
- Extract files with original directory structure:
|
- Extract files with original directory structure:
|
||||||
|
|
||||||
|
|
Loading…
Add table
Reference in a new issue