1
0
Fork 0
mirror of https://github.com/tldr-pages/tldr.git synced 2025-03-28 21:16:20 +01:00

comma: add page (#15944)

Co-authored-by: Managor <42655600+Managor@users.noreply.github.com>
Co-authored-by: Machiavelli <145562237+MachiavelliII@users.noreply.github.com>
This commit is contained in:
Kieran 2025-03-17 22:02:59 +00:00 committed by GitHub
parent 6d6fbf7a4a
commit 865281f1cd
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
3 changed files with 24 additions and 1 deletions

16
pages/common/,.md Normal file
View file

@ -0,0 +1,16 @@
# Comma
> Run commands without installing them.
> More information: <https://github.com/nix-community/comma>.
- Run a command:
`, {{command -with -flags}}`
- Add a command to a child shell:
`, {{[-s|--shell]}} {{command}}`
- Clear the cache:
`, {{[-e|--empty-cache]}}`

7
pages/common/comma.md Normal file
View file

@ -0,0 +1,7 @@
# comma
> This command is an alias of `,`.
- View documentation for the original command:
`tldr ,`

View file

@ -10,7 +10,7 @@ OUTPUT_FILE="inconsistent-filenames.txt"
rm -f "$OUTPUT_FILE"
touch "$OUTPUT_FILE"
IGNORE_LIST=("caret" "curly brace" "dollar sign" "dot" "exclamation mark" "tilde" "percent sign" "qm move disk" "umount" "rename" "pacman d" "pacman f" "pacman q" "pacman r" "pacman s" "pacman t" "pacman u" "parted")
IGNORE_LIST=("caret" "comma" "curly brace" "dollar sign" "dot" "exclamation mark" "tilde" "percent sign" "qm move disk" "umount" "rename" "pacman d" "pacman f" "pacman q" "pacman r" "pacman s" "pacman t" "pacman u" "parted")
set -e