*: refresh Russian translation (#6850)
This commit is contained in:
@@ -26,7 +26,7 @@
|
||||
|
||||
- [a]rchive using a specific archive type:
|
||||
|
||||
`7z a -t{{7z|zip|gzip|bzip2|lzip}} {{path/to/archive.7z}} {{path/to/file_or_directory}}`
|
||||
`7za a -t{{7z|zip|gzip|bzip2|lzip}} {{path/to/archive.7z}} {{path/to/file_or_directory}}`
|
||||
|
||||
- [l]ist the contents of an archive:
|
||||
|
||||
|
@@ -18,11 +18,11 @@
|
||||
|
||||
- Limit search to files of a specific type:
|
||||
|
||||
`ack --type={{ruby}} "{{search_pattern}}`
|
||||
`ack --type={{ruby}} "{{search_pattern}}"`
|
||||
|
||||
- Do not search in files of a specific type:
|
||||
|
||||
`ack --type=no{{ruby}} "{{search_pattern}}`
|
||||
`ack --type=no{{ruby}} "{{search_pattern}}"`
|
||||
|
||||
- Count the total number of matches found:
|
||||
|
||||
@@ -32,6 +32,6 @@
|
||||
|
||||
`ack --count --files-with-matches "{{search_pattern}}"`
|
||||
|
||||
- List all values that can be used with `--type`:
|
||||
- List all the values that can be used with `--type`:
|
||||
|
||||
`ack --help-types`
|
||||
|
@@ -33,4 +33,4 @@
|
||||
|
||||
- Only list directories:
|
||||
|
||||
`ls -d {{*/}}`
|
||||
`ls -d */`
|
||||
|
Reference in New Issue
Block a user