mirror of
https://github.com/ivuorinen/cheatsheet-tldr.git
synced 2026-01-26 11:33:59 +00:00
Update cheatsheets
This commit is contained in:
@@ -7,7 +7,7 @@ source: https://github.com/tldr-pages/tldr.git
|
||||
|
||||
> Calculate CRC checksums and byte counts of a file.
|
||||
> Note: on old UNIX systems the CRC implementation may differ.
|
||||
> More information: <https://www.gnu.org/software/coreutils/cksum>.
|
||||
> More information: <https://www.gnu.org/software/coreutils/manual/html_node/cksum-invocation.html>.
|
||||
|
||||
- Display a 32-bit checksum, size in bytes and filename:
|
||||
|
||||
|
||||
@@ -6,7 +6,7 @@ source: https://github.com/tldr-pages/tldr.git
|
||||
# comm
|
||||
|
||||
> Select or reject lines common to two files. Both files must be sorted.
|
||||
> More information: <https://www.gnu.org/software/coreutils/comm>.
|
||||
> More information: <https://www.gnu.org/software/coreutils/manual/html_node/comm-invocation.html>.
|
||||
|
||||
- Produce three tab-separated columns: lines only in first file, lines only in second file and common lines:
|
||||
|
||||
|
||||
2
tldr/cp
2
tldr/cp
@@ -6,7 +6,7 @@ source: https://github.com/tldr-pages/tldr.git
|
||||
# cp
|
||||
|
||||
> Copy files and directories.
|
||||
> More information: <https://www.gnu.org/software/coreutils/cp>.
|
||||
> More information: <https://www.gnu.org/software/coreutils/manual/html_node/cp-invocation.html>.
|
||||
|
||||
- Copy a file to another location:
|
||||
|
||||
|
||||
@@ -6,7 +6,7 @@ source: https://github.com/tldr-pages/tldr.git
|
||||
# cp
|
||||
|
||||
> Copy files and directories.
|
||||
> More information: <https://www.gnu.org/software/coreutils/cp>.
|
||||
> More information: <https://www.gnu.org/software/coreutils/manual/html_node/cp-invocation.html>.
|
||||
|
||||
- Copy a file to another location:
|
||||
|
||||
|
||||
Reference in New Issue
Block a user