UNIX ack

From HaFrWiki42
Revision as of 13:07, 12 November 2012 by Hjmf (talk | contribs) (Hjmf moved page Unix ack to UNIX ack: Always write Unix in capitals)
Jump to navigation Jump to search

ACK [1] is a 99% replacement for the grep and find combination. But not all commands are as obvious unfortunately.


Predefined types

 ack --php wfHook

Searches through all the php-files for the occurence of the text 'wfHook'.

txt files

ack UserName --type=text WikiTrace*.txt 

Searches the txt files WikiTrace.txt for the occurence of Username.

See also

top

Reference

top

  1. BetterThanGrep, ACK home page. ack is a tool like grep, optimized for programmers.