UNIX ack: Difference between revisions

From HaFrWiki42
Jump to navigation Jump to search
Created page with "{{TOCright}} '''ACK''' <ref>[http://betterthangrep.com BetterThanGrep], ACK home page. ack is a tool like grep, optimized for programmers.</ref> is a 99% replacement for the '..."
 
Line 19: Line 19:


[[Category:Index]]  
[[Category:Index]]  
[[Category:Unix]]
[[Category:UNIX]]

Revision as of 13:02, 12 November 2012

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.