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:
parent
2725415a27
commit
7743855c9b
2 changed files with 3 additions and 3 deletions
|
@ -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:
|
||||
|
||||
|
|
|
@ -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`
|
||||
|
|
Loading…
Add table
Reference in a new issue