Return to site

Grep recursive without case

broken image

I would prefer to use ls because it is the fastest, and I would type: ls -alR $PWD/īut this doesn't show the file's path, so if I grep'ed the output, then I would see file permissions, but not the directory from which it originated.

broken image

I want to do this so that I can grep out what I want, so that when I run the command, I can get just the matching files, their permissions, and their full paths, like: | grep file.name I have done a bit of searching online, and I am trying to find a way to recursively list all files with their absolute path and with their permissions.

broken image