Update cheatsheets

This commit is contained in:
ivuorinen
2024-12-14 00:18:25 +00:00
parent 985d3994af
commit 986d658347
4 changed files with 4 additions and 4 deletions

View File

@@ -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:

View File

@@ -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:

View File

@@ -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:

View File

@@ -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: