Tue, 04 Oct 2005
find
find /etc -type f -print0 | xargs -0 grep 10.10.10.10 // finds all references to 10.10.10.10 in /etc
Posted at: 00:00 | category: /commands | Comments ()
find /etc -type f -print0 | xargs -0 grep 10.10.10.10 // finds all references to 10.10.10.10 in /etc
Posted at: 00:00 | category: /commands | Comments ()