1
0
Fork 0
mirror of https://github.com/tldr-pages/tldr.git synced 2025-08-11 11:15:45 +02:00

ack: clarify file types syntax meaning

fix #2805
This commit is contained in:
Morgan Evans 2019-02-28 09:15:48 -05:00 committed by Agniva De Sarker
parent e594740f17
commit 851990873c

View file

@ -6,9 +6,9 @@
`ack {{foo}}`
- Find files in a specific language:
- Find files scoped to a specific programming language:
`ack --ruby {{each_with_object}}`
`ack --ruby {{foo}}`
- Count the total number of matches for the term "foo":