mirror of
https://github.com/tldr-pages/tldr.git
synced 2025-04-22 01:22:09 +02:00
wall, watch, whereis, whiptail, wipefs, wmctrl, wodim: add link (#6784)
This commit is contained in:
parent
811a36a012
commit
e0442c6f98
11 changed files with 11 additions and 0 deletions
|
@ -1,6 +1,7 @@
|
|||
# whereis
|
||||
|
||||
> پیداکردن فایل اجرایی، سورس، صفحه راهنما برای یک دستور.
|
||||
> اطلاعات بیشتر: <https://manned.org/whereis>.
|
||||
|
||||
- پیداکردن فایل اجرایی، سورس و صفحه راهنما برای ssh:
|
||||
|
||||
|
|
|
@ -1,6 +1,7 @@
|
|||
# watch
|
||||
|
||||
> Executa um comando repetidas vezes, e monitora a saída em tela cheia.
|
||||
> Mais informações: <https://manned.org/watch>.
|
||||
|
||||
- Monitora arquivos no diretório atual:
|
||||
|
||||
|
|
|
@ -1,6 +1,7 @@
|
|||
# whereis
|
||||
|
||||
> 找到命令的二进制,源文件和手册文件。
|
||||
> 更多信息:<https://manned.org/whereis>.
|
||||
|
||||
- 找到 `ssh` 命令的二进制、源文件和手册页:
|
||||
|
||||
|
|
|
@ -1,6 +1,7 @@
|
|||
# watch
|
||||
|
||||
> Execute a program periodically, showing output fullscreen.
|
||||
> More information: <https://manned.org/watch>.
|
||||
|
||||
- Repeatedly run a command and show the result:
|
||||
|
||||
|
|
|
@ -1,6 +1,7 @@
|
|||
# whereis
|
||||
|
||||
> Locate the binary, source, and manual page files for a command.
|
||||
> More information: <https://manned.org/whereis>.
|
||||
|
||||
- Locate binary, source and man pages for ssh:
|
||||
|
||||
|
|
|
@ -1,6 +1,7 @@
|
|||
# wall
|
||||
|
||||
> Write a message on the terminals of users currently logged in.
|
||||
> More information: <https://manned.org/wall>.
|
||||
|
||||
- Send a message:
|
||||
|
||||
|
|
|
@ -1,6 +1,7 @@
|
|||
# watch
|
||||
|
||||
> Execute a command repeatedly, and monitor the output in full-screen mode.
|
||||
> More information: <https://manned.org/watch>.
|
||||
|
||||
- Monitor files in the current directory:
|
||||
|
||||
|
|
|
@ -1,6 +1,7 @@
|
|||
# whiptail
|
||||
|
||||
> Display text-based dialog boxes from shell scripts.
|
||||
> More information: <https://manned.org/whiptail>.
|
||||
|
||||
- Display a simple message:
|
||||
|
||||
|
|
|
@ -1,6 +1,7 @@
|
|||
# wipefs
|
||||
|
||||
> Wipe filesystem, raid, or partition-table signatures from a device.
|
||||
> More information: <https://manned.org/wipefs>.
|
||||
|
||||
- Display signatures for specified device:
|
||||
|
||||
|
|
|
@ -1,6 +1,7 @@
|
|||
# wmctrl
|
||||
|
||||
> CLI for X Window Manager.
|
||||
> More information: <https://manned.org/wmctrl>.
|
||||
|
||||
- List all windows, managed by the window manager:
|
||||
|
||||
|
|
|
@ -2,6 +2,7 @@
|
|||
|
||||
> Command (aliased as `cdrecord` on some systems) for recording data to CDs or DVDs.
|
||||
> Some invocations of wodim can cause destructive actions, such as erasing all the data on a disc.
|
||||
> More information: <https://manned.org/wodim>.
|
||||
|
||||
- Display optical drives available to `wodim`:
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue