mirror of
https://github.com/ivuorinen/cheatsheet-tldr.git
synced 2026-02-28 08:53:55 +00:00
Update cheatsheets
This commit is contained in:
@@ -6,7 +6,7 @@ source: https://github.com/tldr-pages/tldr.git
|
||||
# df
|
||||
|
||||
> Display an overview of the filesystem disk space usage.
|
||||
> More information: <https://man.openbsd.org/df.1>.
|
||||
> More information: <https://man.openbsd.org/df>.
|
||||
|
||||
- Display all filesystems and their disk usage (using 512-byte units):
|
||||
|
||||
|
||||
@@ -7,7 +7,7 @@ source: https://github.com/tldr-pages/tldr.git
|
||||
|
||||
> Edit text in a scriptable manner.
|
||||
> See also: `awk`, `ed`.
|
||||
> More information: <https://man.openbsd.org/sed.1>.
|
||||
> More information: <https://man.openbsd.org/sed>.
|
||||
|
||||
- Replace all `apple` (basic `regex`) occurrences with `mango` (basic `regex`) in all input lines and print the result to `stdout`:
|
||||
|
||||
|
||||
Reference in New Issue
Block a user