1+ # Ignore case
2+ extern " ack" [
3+ -- ignore- case (- i) # Ignore case
4+ -- smart- case # Ignore case when pattern contains no uppercase
5+ -- no- smart- case # Don\'t
6+ -- invert- match(- v) # Invert match
7+ -- word- regexp(- w) # Match only whole words
8+ -- literal(- Q ) # Quote all metacharacters
9+ -- lines # Only print line(s) NUM of each file
10+ -- files- with- matches(- l) # Only print filenames containing matches
11+ -- files- without- matches(- L ) # Only print filenames with no matches
12+ -- output # Output the evaluation of Perl expression for each line
13+ -- passthru # Print all lines
14+ -- match # Specify pattern explicitly
15+ -- max- count(- m) # Stop searching in each file after NUM matches
16+ -- with- filename(- H ) # Print the filename for each match
17+ -- no- filename(- h) # Suppress the prefixing filename on output
18+ -- count(- c) # Show number of lines matching per file
19+ -- column # Show column number of first match
20+ -- no- column # Don\'t
21+ -- print0 # Print null byte as separator between filenames
22+ -- pager # Pipes all ack output through command
23+ -- no- pager # Do not send output through a pager
24+ -- no- heading # Don\'t
25+ -- break # Print a break between results
26+ -- group # Filename heading and line break between results
27+ -- no- group # No filename heading and no line breaks between results
28+ -- color # Highlight the matching text
29+ -- no- colour # Don\'t
30+ -- color- filename # Set the color for filenames
31+ -- color- match # Set the color for matches
32+ -- color- lineno # Set the color for line numbers
33+ -- flush # Flush output immediately
34+ -- sort- files # Sort the found files lexically
35+ -- show- types # Show which types each file has
36+ -- files- from # Read the list of files to search from file
37+ -- ignore- directory # Ignore directory
38+ -- no- ignore- directory # Don\'t
39+ -- ignore- file # Add filter for ignoring files
40+ -- recurse(- R ) # Recurse into subdirectories
41+ -- no- recurse(- n) # No descending into subdirectories
42+ -- follow # Follow symlinks
43+ -- no- follow # Don\'t
44+ -- known- types(- k) # Include only recognized files
45+ -- type # Include only X files
46+ -- type- set # Replaces definition of type
47+ -- type- add # Specify definition of type
48+ -- type- del # Removes all filters associated with type
49+ -- no- env # Ignores environment variables and ackrc files
50+ -- ackrc # Specifies location of ackrc file
51+ -- ignore- ack- defaults # Ignore default definitions ack includes
52+ -- create- ackrc # Outputs default ackrc
53+ -- help (- \?) # Shows help
54+ -- help - types # Shows all known types
55+ -- dump # Dump information on which options are loaded
56+ -- filter # Forces ack to treat input as a pipe
57+ -- no- filter # Forces ack to treat input as tty
58+ -- man # Shows man page
59+ -- version # Displays version and copyright
60+ -- thpppt # Bill the Cat
61+ -- bar # The warning admiral
62+ ... args
63+ ]
0 commit comments