ls -alR with wd?



Hi,

I find `find' very inefficient when trying to find some files. I prefer
using `ls -alR | grep stuff' The problem is that the related output does
not give me the directory where `stuff' is found. How can I add some row
giving this? Thanks.

--
Merciadri Luca
See http://www.student.montefiore.ulg.ac.be/~merciadri/
I use PGP. If there is an incompatibility problem with your mail
client, please contact me.




Attachment: signature.asc
Description: OpenPGP digital signature



Relevant Pages

  • Re: ls -alR with wd?
    ... I find `find' very inefficient when trying to find some files. ... using `ls -alR | grep stuff' The problem is that the related output does ... To UNSUBSCRIBE, email to debian-user-REQUEST@xxxxxxxxxxxxxxxx ...
    (Debian-User)
  • Re: ls -alR with wd?
    ... Jordan Metzmeier wrote: ... using `ls -alR | grep stuff' The problem is that the related output does ... I use PGP. ...
    (Debian-User)
  • Re: truncating last character
    ... There are multiple replies with inefficient and useless use of grep. ... GNU awk actually supports case-insensitive matching (since someone mentioned ...
    (comp.unix.shell)
  • Re: FAQ 4.45 How do I find the first array element for which a condition is true?
    ... Michele Dondi wrote in comp.lang.perl.misc: ... But inefficient, because it will grep more than necessary. ... my @l = qw(foo bar baz); ...
    (comp.lang.perl.misc)
  • Re: copying grepped lines of a log to a file in a tail -f ?
    ... > Yes it will work, but it is very inefficient, as it starts up a grep and a ... > that cheap! ... tail -f /var/log/messages | ...
    (comp.unix.shell)