From 6cbf29d3fc426e43d12c7c07226c014818ac93ac Mon Sep 17 00:00:00 2001 From: Agniva De Sarker Date: Thu, 7 Mar 2019 13:53:13 +0530 Subject: [PATCH] ack: made some changes - Changed description of file type - Added command to list all types --- pages/common/ack.md | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/pages/common/ack.md b/pages/common/ack.md index ffd85545b7..2febc05c7d 100644 --- a/pages/common/ack.md +++ b/pages/common/ack.md @@ -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`