mirror of
https://github.com/tldr-pages/tldr.git
synced 2025-07-24 23:55:24 +02:00
ack: made some changes
- Changed description of file type - Added command to list all types
This commit is contained in:
parent
851990873c
commit
6cbf29d3fc
1 changed files with 5 additions and 1 deletions
|
@ -6,7 +6,7 @@
|
|||
|
||||
`ack {{foo}}`
|
||||
|
||||
- Find files scoped to a specific programming language:
|
||||
- Find files of a specific type:
|
||||
|
||||
`ack --ruby {{foo}}`
|
||||
|
||||
|
@ -17,3 +17,7 @@
|
|||
- Show the file names containing "foo" and number of matches in each file:
|
||||
|
||||
`ack -cl {{foo}}`
|
||||
|
||||
- List all valid types:
|
||||
|
||||
`ack --help=types`
|
||||
|
|
Loading…
Add table
Reference in a new issue