Update cheatsheets

This commit is contained in:
ivuorinen
2025-08-24 00:21:55 +00:00
parent 897ef81493
commit 2916f01228
30 changed files with 162 additions and 29 deletions

View File

@@ -8,7 +8,7 @@ source: https://github.com/tldr-pages/tldr.git
> Create aliases - words that are replaced by a command string.
> Aliases expire with the current shell session unless defined in the shell's configuration file, e.g. `~/.bashrc` for Bash or `~/.zshrc` for Zsh.
> See also: `unalias`.
> More information: <https://manned.org/alias>.
> More information: <https://www.gnu.org/software/bash/manual/bash.html#index-alias>.
- List all aliases: