Difference between revisions of "UNIX ack"

From HaFrWiki
Jump to: navigation, 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 '...")
 
m (Reference)
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.