diff --git a/pages/common/ack.md b/pages/common/ack.md index b1e94ec47d..417437aa62 100644 --- a/pages/common/ack.md +++ b/pages/common/ack.md @@ -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: diff --git a/pages/common/aspell.md b/pages/common/aspell.md index 2163a11ec0..1069fb1daf 100644 --- a/pages/common/aspell.md +++ b/pages/common/aspell.md @@ -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`