Return Styles: Pseud0ch, Terminal, Valhalla, NES, Geocities, Blue Moon. Entire thread

bash grep

Name: Anonymous 2012-02-27 13:29

How do I grep a given path and not the contents of the file in bash? ls won't work because the path is actually an input file, $1. Thanks.

Name: Anonymous 2012-02-27 23:03

If you are looking for a file name in a directory tree, you can use find and grep in combination:


find . | grep wabbles


might output something like:


x/y/z/wabbles/wek.tt
wabbels.tt
r/wabbels/y.tt

Newer Posts
Don't change these.
Name: Email:
Entire Thread Thread List