Skip to content

Commit

Permalink
pages/*: update GNU coreutils links
Browse files Browse the repository at this point in the history
Signed-off-by: K.B.Dharun Krishna <[email protected]>
  • Loading branch information
kbdharun committed Jan 17, 2025
1 parent a42e26d commit e676e33
Show file tree
Hide file tree
Showing 70 changed files with 70 additions and 70 deletions.
2 changes: 1 addition & 1 deletion pages/common/du.md
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
# du

> Disk usage: estimate and summarize file and directory space usage.
> More information: <https://www.gnu.org/software/coreutils/du>.
> More information: <https://www.gnu.org/software/coreutils/manual/html_node/du-invocation.html>.
- List the sizes of a directory and any subdirectories, in the given unit (B/KiB/MiB):

Expand Down
2 changes: 1 addition & 1 deletion pages/common/groups.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@

> Print group memberships for a user.
> See also: `groupadd`, `groupdel`, `groupmod`.
> More information: <https://www.gnu.org/software/coreutils/groups>.
> More information: <https://www.gnu.org/software/coreutils/manual/html_node/groups-invocation.html>.
- Print group memberships for the current user:

Expand Down
2 changes: 1 addition & 1 deletion pages/common/hostid.md
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
# hostid

> Print the numeric identifier for the current host (not necessarily the IP address).
> More information: <https://www.gnu.org/software/coreutils/hostid>.
> More information: <https://www.gnu.org/software/coreutils/manual/html_node/hostid-invocation.html>.
- Display the numeric identifier for the current host in hexadecimal:

Expand Down
2 changes: 1 addition & 1 deletion pages/common/install.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@

> Copy files and set attributes.
> Copy files (often executable) to a system location like `/usr/local/bin`, give them the appropriate permissions/ownership.
> More information: <https://www.gnu.org/software/coreutils/install>.
> More information: <https://www.gnu.org/software/coreutils/manual/html_node/install-invocation.html>.
- Copy files to the destination:

Expand Down
2 changes: 1 addition & 1 deletion pages/common/join.md
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
# join

> Join lines of two sorted files on a common field.
> More information: <https://www.gnu.org/software/coreutils/join>.
> More information: <https://www.gnu.org/software/coreutils/manual/html_node/join-invocation.html>.
- Join two files on the first (default) field:

Expand Down
2 changes: 1 addition & 1 deletion pages/common/link.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@

> Create a hard link to an existing file.
> For more options, see the `ln` command.
> More information: <https://www.gnu.org/software/coreutils/link>.
> More information: <https://www.gnu.org/software/coreutils/manual/html_node/link-invocation.html>.
- Create a hard link from a new file to an existing file:

Expand Down
2 changes: 1 addition & 1 deletion pages/common/ln.md
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
# ln

> Create links to files and directories.
> More information: <https://www.gnu.org/software/coreutils/ln>.
> More information: <https://www.gnu.org/software/coreutils/manual/html_node/ln-invocation.html>.
- Create a symbolic link to a file or directory:

Expand Down
2 changes: 1 addition & 1 deletion pages/common/logname.md
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
# logname

> Shows the user's login name.
> More information: <https://www.gnu.org/software/coreutils/logname>.
> More information: <https://www.gnu.org/software/coreutils/manual/html_node/logname-invocation.html>.
- Display the currently logged in user's name:

Expand Down
2 changes: 1 addition & 1 deletion pages/common/mkfifo.md
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
# mkfifo

> Make FIFOs (named pipes).
> More information: <https://www.gnu.org/software/coreutils/mkfifo>.
> More information: <https://www.gnu.org/software/coreutils/manual/html_node/mkfifo-invocation.html>.
- Create a named pipe at a given path:

Expand Down
2 changes: 1 addition & 1 deletion pages/common/mv.md
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
# mv

> Move or rename files and directories.
> More information: <https://www.gnu.org/software/coreutils/mv>.
> More information: <https://www.gnu.org/software/coreutils/manual/html_node/mv-invocation.html>.
- Rename a file or directory when the target is not an existing directory:

Expand Down
2 changes: 1 addition & 1 deletion pages/common/nice.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@

> Execute a program with a custom scheduling priority (niceness).
> Niceness values range from -20 (the highest priority) to 19 (the lowest).
> More information: <https://www.gnu.org/software/coreutils/nice>.
> More information: <https://www.gnu.org/software/coreutils/manual/html_node/nice-invocation.html>.
- Launch a program with altered priority:

Expand Down
2 changes: 1 addition & 1 deletion pages/common/nohup.md
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
# nohup

> Allows for a process to live when the terminal gets killed.
> More information: <https://www.gnu.org/software/coreutils/nohup>.
> More information: <https://www.gnu.org/software/coreutils/manual/html_node/nohup-invocation.html>.
- Run a process that can live beyond the terminal:

Expand Down
2 changes: 1 addition & 1 deletion pages/common/nproc.md
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
# nproc

> Print the number of processing units (normally CPUs) available.
> More information: <https://www.gnu.org/software/coreutils/nproc>.
> More information: <https://www.gnu.org/software/coreutils/manual/html_node/nproc-invocation.html>.
- Display the number of available processing units:

Expand Down
2 changes: 1 addition & 1 deletion pages/common/numfmt.md
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
# numfmt

> Convert numbers to and from human-readable strings.
> More information: <https://www.gnu.org/software/coreutils/numfmt>.
> More information: <https://www.gnu.org/software/coreutils/manual/html_node/numfmt-invocation.html>.
- Convert 1.5K (SI Units) to 1500:

Expand Down
2 changes: 1 addition & 1 deletion pages/common/od.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@

> Display file contents in octal, decimal or hexadecimal format.
> Optionally display the byte offsets and/or printable representation for each line.
> More information: <https://www.gnu.org/software/coreutils/od>.
> More information: <https://www.gnu.org/software/coreutils/manual/html_node/od-invocation.html>.
- Display file using default settings: octal format, 8 bytes per line, byte offsets in octal, and duplicate lines replaced with `*`:

Expand Down
2 changes: 1 addition & 1 deletion pages/common/paste.md
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
# paste

> Merge lines of files.
> More information: <https://www.gnu.org/software/coreutils/paste>.
> More information: <https://www.gnu.org/software/coreutils/manual/html_node/paste-invocation.html>.
- Join all the lines into a single line, using TAB as delimiter:

Expand Down
2 changes: 1 addition & 1 deletion pages/common/pathchk.md
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
# pathchk

> Check the validity and portability of pathnames.
> More information: <https://www.gnu.org/software/coreutils/pathchk>.
> More information: <https://www.gnu.org/software/coreutils/manual/html_node/pathchk-invocation.html>.
- Check pathnames for validity in the current system:

Expand Down
2 changes: 1 addition & 1 deletion pages/common/pr.md
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
# pr

> Paginate or columnate files for printing.
> More information: <https://www.gnu.org/software/coreutils/pr>.
> More information: <https://www.gnu.org/software/coreutils/manual/html_node/pr-invocation.html>.
- Print multiple files with a default header and footer:

Expand Down
2 changes: 1 addition & 1 deletion pages/common/printf.md
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
# printf

> Format and print text.
> More information: <https://www.gnu.org/software/coreutils/printf>.
> More information: <https://www.gnu.org/software/coreutils/manual/html_node/printf-invocation.html>.
- Print a text message:

Expand Down
2 changes: 1 addition & 1 deletion pages/common/pwd.md
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
# pwd

> Print name of current/working directory.
> More information: <https://www.gnu.org/software/coreutils/pwd>.
> More information: <https://www.gnu.org/software/coreutils/manual/html_node/pwd-invocation.html>.
- Print the current directory:

Expand Down
2 changes: 1 addition & 1 deletion pages/common/readlink.md
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
# readlink

> Follow symlinks and get symlink information.
> More information: <https://www.gnu.org/software/coreutils/readlink>.
> More information: <https://www.gnu.org/software/coreutils/manual/html_node/readlink-invocation.html>.
- Get the actual file to which the symlink points:

Expand Down
2 changes: 1 addition & 1 deletion pages/common/realpath.md
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
# realpath

> Display the resolved absolute path for a file or directory.
> More information: <https://www.gnu.org/software/coreutils/realpath>.
> More information: <https://www.gnu.org/software/coreutils/manual/html_node/realpath-invocation.html>.
- Display the absolute path for a file or directory:

Expand Down
2 changes: 1 addition & 1 deletion pages/common/rm.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@

> Remove files or directories.
> See also: `rmdir`.
> More information: <https://www.gnu.org/software/coreutils/rm>.
> More information: <https://www.gnu.org/software/coreutils/manual/html_node/rm-invocation.html>.
- Remove specific files:

Expand Down
2 changes: 1 addition & 1 deletion pages/common/rmdir.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@

> Remove directories without files.
> See also: `rm`.
> More information: <https://www.gnu.org/software/coreutils/rmdir>.
> More information: <https://www.gnu.org/software/coreutils/manual/html_node/rmdir-invocation.html>.
- Remove specific directories:

Expand Down
2 changes: 1 addition & 1 deletion pages/common/seq.md
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
# seq

> Output a sequence of numbers to `stdout`.
> More information: <https://www.gnu.org/software/coreutils/seq>.
> More information: <https://www.gnu.org/software/coreutils/manual/html_node/seq-invocation.html>.
- Sequence from 1 to 10:

Expand Down
2 changes: 1 addition & 1 deletion pages/common/sha1sum.md
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
# sha1sum

> Calculate SHA1 cryptographic checksums.
> More information: <https://www.gnu.org/software/coreutils/sha1sum>.
> More information: <https://www.gnu.org/software/coreutils/manual/html_node/sha1sum-invocation.html>.
- Calculate the SHA1 checksum for one or more files:

Expand Down
2 changes: 1 addition & 1 deletion pages/common/shred.md
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
# shred

> Overwrite files to securely delete data.
> More information: <https://www.gnu.org/software/coreutils/shred>.
> More information: <https://www.gnu.org/software/coreutils/manual/html_node/shred-invocation.html>.
- Overwrite a file:

Expand Down
2 changes: 1 addition & 1 deletion pages/common/shuf.md
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
# shuf

> Generate random permutations.
> More information: <https://www.gnu.org/software/coreutils/shuf>.
> More information: <https://www.gnu.org/software/coreutils/manual/html_node/shuf-invocation.html>.
- Randomize the order of lines in a file and output the result:

Expand Down
2 changes: 1 addition & 1 deletion pages/common/sort.md
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
# sort

> Sort lines of text files.
> More information: <https://www.gnu.org/software/coreutils/sort>.
> More information: <https://www.gnu.org/software/coreutils/manual/html_node/sort-invocation.html>.
- Sort a file in ascending order:

Expand Down
2 changes: 1 addition & 1 deletion pages/common/split.md
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
# split

> Split a file into pieces.
> More information: <https://www.gnu.org/software/coreutils/split>.
> More information: <https://www.gnu.org/software/coreutils/manual/html_node/split-invocation.html>.
- Split a file, each split having 10 lines (except the last split):

Expand Down
2 changes: 1 addition & 1 deletion pages/common/stdbuf.md
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
# stdbuf

> Run a command with modified buffering operations for its standard streams.
> More information: <https://www.gnu.org/software/coreutils/stdbuf>.
> More information: <https://www.gnu.org/software/coreutils/manual/html_node/stdbuf-invocation.html>.
- Change `stdin` buffer size to 512 KiB:

Expand Down
2 changes: 1 addition & 1 deletion pages/common/stty.md
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
# stty

> Set options for a terminal device interface.
> More information: <https://www.gnu.org/software/coreutils/stty>.
> More information: <https://www.gnu.org/software/coreutils/manual/html_node/stty-invocation.html>.
- Display all settings for the current terminal:

Expand Down
2 changes: 1 addition & 1 deletion pages/common/sum.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@

> Compute checksums and the number of blocks for a file.
> A predecessor to the more modern `cksum`.
> More information: <https://www.gnu.org/software/coreutils/sum>.
> More information: <https://www.gnu.org/software/coreutils/manual/html_node/sum-invocation.html>.
- Compute a checksum with BSD-compatible algorithm and 1024-byte blocks:

Expand Down
2 changes: 1 addition & 1 deletion pages/common/sync.md
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
# sync

> Flushes all pending write operations to the appropriate disks.
> More information: <https://www.gnu.org/software/coreutils/sync>.
> More information: <https://www.gnu.org/software/coreutils/manual/html_node/sync-invocation.html>.
- Flush all pending write operations on all disks:

Expand Down
2 changes: 1 addition & 1 deletion pages/common/tac.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@

> Display and concatenate files with lines in reversed order.
> See also: `cat`.
> More information: <https://www.gnu.org/software/coreutils/tac>.
> More information: <https://www.gnu.org/software/coreutils/manual/html_node/tac-invocation.html>.
- Concatenate specific files in reversed order:

Expand Down
2 changes: 1 addition & 1 deletion pages/common/tail.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@

> Display the last part of a file.
> See also: `head`.
> More information: <https://www.gnu.org/software/coreutils/tail>.
> More information: <https://www.gnu.org/software/coreutils/manual/html_node/tail-invocation.html>.
- Show last 'count' lines in file:

Expand Down
2 changes: 1 addition & 1 deletion pages/common/tee.md
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
# tee

> Read from `stdin` and write to `stdout` and files (or commands).
> More information: <https://www.gnu.org/software/coreutils/tee>.
> More information: <https://www.gnu.org/software/coreutils/manual/html_node/tee-invocation.html>.
- Copy `stdin` to each file, and also to `stdout`:

Expand Down
2 changes: 1 addition & 1 deletion pages/common/test.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@

> Check file types and compare values.
> Returns 0 if the condition evaluates to true, 1 if it evaluates to false.
> More information: <https://www.gnu.org/software/coreutils/test>.
> More information: <https://www.gnu.org/software/coreutils/manual/html_node/test-invocation.html>.
- Test if a given variable is equal to a given string:

Expand Down
2 changes: 1 addition & 1 deletion pages/common/timeout.md
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
# timeout

> Run a command with a time limit.
> More information: <https://www.gnu.org/software/coreutils/timeout>.
> More information: <https://www.gnu.org/software/coreutils/manual/html_node/timeout-invocation.html>.
- Run `sleep 10` and terminate it after 3 seconds:

Expand Down
2 changes: 1 addition & 1 deletion pages/common/tr.md
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
# tr

> Translate characters: run replacements based on single characters and character sets.
> More information: <https://www.gnu.org/software/coreutils/tr>.
> More information: <https://www.gnu.org/software/coreutils/manual/html_node/tr-invocation.html>.
- Replace all occurrences of a character in a file, and print the result:

Expand Down
2 changes: 1 addition & 1 deletion pages/common/true.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@

> Returns a successful exit status code of 0.
> Use this with the || operator to make a command always exit with 0.
> More information: <https://www.gnu.org/software/coreutils/true>.
> More information: <https://www.gnu.org/software/coreutils/manual/html_node/true-invocation.html>.
- Return a successful exit code:

Expand Down
2 changes: 1 addition & 1 deletion pages/common/truncate.md
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
# truncate

> Shrink or extend the size of a file to the specified size.
> More information: <https://www.gnu.org/software/coreutils/truncate>.
> More information: <https://www.gnu.org/software/coreutils/manual/html_node/truncate-invocation.html>.
- Set a size of 10 GB to an existing file, or create a new file with the specified size:

Expand Down
2 changes: 1 addition & 1 deletion pages/common/tsort.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@

> Perform a topological sort.
> A common use is to show the dependency order of nodes in a directed acyclic graph.
> More information: <https://www.gnu.org/software/coreutils/tsort>.
> More information: <https://www.gnu.org/software/coreutils/manual/html_node/tsort-invocation.html>.
- Perform a topological sort consistent with a partial sort per line of input separated by blanks:

Expand Down
2 changes: 1 addition & 1 deletion pages/common/tty.md
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
# tty

> Returns terminal name.
> More information: <https://www.gnu.org/software/coreutils/tty>.
> More information: <https://www.gnu.org/software/coreutils/manual/html_node/tty-invocation.html>.
- Print the file name of this terminal:

Expand Down
Loading

0 comments on commit e676e33

Please sign in to comment.