1
0
Fork 0
mirror of https://github.com/tldr-pages/tldr.git synced 2025-07-04 20:55:24 +02:00

aspell, ack: remove = (#16833)

This commit is contained in:
Prithviraj03 2025-06-12 20:58:21 -05:00 committed by GitHub
parent 2725415a27
commit 7743855c9b
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
2 changed files with 3 additions and 3 deletions

View file

@ -14,7 +14,7 @@
- Search for lines matching a pattern, printing only the matched text and not the rest of the line:
`ack {{[-o|--output='$&']}} "{{search_pattern}}"`
`ack {{[-o|--output '$&']}} "{{search_pattern}}"`
- Limit search to files of a specific type:

View file

@ -17,8 +17,8 @@
- Run `aspell` with a different language (takes two-letter ISO 639 language code):
`aspell --lang={{cs}}`
`aspell --lang {{cs}}`
- List misspelled words from `stdin` and ignore words from personal word list:
`cat {{path/to/file}} | aspell --personal={{personal-word-list.pws}} list`
`cat {{path/to/file}} | aspell --personal {{personal-word-list.pws}} list`