mirror of
https://github.com/tldr-pages/tldr.git
synced 2025-09-09 06:33:27 +02:00
ls, stty: Remove platform-specific pages (#4620)
tldr pages for `command` and `stty` in specific platforms are identical to their counterparts in the common folder.
This commit is contained in:
parent
54e2dfd611
commit
c2d5c49913
3 changed files with 0 additions and 53 deletions
|
@ -1,7 +0,0 @@
|
|||
# command
|
||||
|
||||
> Command forces the shell to execute the program and ignore any functions, builtins and aliases with the same name.
|
||||
|
||||
- Execute the ls program literally, even if an ls alias exists:
|
||||
|
||||
`command {{ls}}`
|
|
@ -1,23 +0,0 @@
|
|||
# stty
|
||||
|
||||
> Set options for a terminal device interface.
|
||||
|
||||
- Display all settings for the current terminal:
|
||||
|
||||
`stty -a`
|
||||
|
||||
- Set the number of rows:
|
||||
|
||||
`stty rows {{rows}}`
|
||||
|
||||
- Set the number of columns:
|
||||
|
||||
`stty cols {{cols}}`
|
||||
|
||||
- Get the actual transfer speed of a device:
|
||||
|
||||
`stty -f {{path/to/device_file}} speed`
|
||||
|
||||
- Reset all modes to reasonable values for the current terminal:
|
||||
|
||||
`stty sane`
|
|
@ -1,23 +0,0 @@
|
|||
# stty
|
||||
|
||||
> Set options for a terminal device interface.
|
||||
|
||||
- Display all settings for the current terminal:
|
||||
|
||||
`stty -a`
|
||||
|
||||
- Set the number of rows:
|
||||
|
||||
`stty rows {{rows}}`
|
||||
|
||||
- Set the number of columns:
|
||||
|
||||
`stty cols {{cols}}`
|
||||
|
||||
- Get the actual transfer speed of a device:
|
||||
|
||||
`stty -f {{path/to/device_file}} speed`
|
||||
|
||||
- Reset all modes to reasonable values for the current terminal:
|
||||
|
||||
`stty sane`
|
Loading…
Add table
Reference in a new issue