|grep

  1. ilugd

    using the ls command and grep to get the whole path

    I have been using the following command to search for files on my hard disk ls -R | grep pattern to find files named pattern or something. But the problem is that i am unable to find the whole path. So then I have to search again trying in increments of 5 lines or so before that. Like...
Top Bottom