bug-fileutils
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

An improvment for "ls".


From: Nir Peled
Subject: An improvment for "ls".
Date: Sat, 30 Nov 2002 03:24:52 +0200
User-agent: KMail/1.4.3

Hello, I have an idea for the "ls" command...
A lot of users instead of using the "find" utility uses "ls -R", now.. If I 
want for instance to check full path for something (if I want to use xargs 
for instance), I can't, becuase "ls -R " will show paths like:

[Techdeck @ Techdeck ]-~-> ls -R /home/Techdeck | grep -i get-log
wget-log

when it should be:
/home/Techdeck/wget-log

and the same for directories, for instance:

[Techdeck @ Techdeck ]-~-> ls -R /home/Techdeck | grep -i milf

/home/Techdeck/milf0.1:
milf

when it should be:
/home/Techdeck/milf0.1
/home/Techdeck/milf0.1/milf
etc.

Anyhow, I hope you will do something about it. It will be greatly appreciated.

Best Regards,

Nir Peled.

-- 
Nir Peled -- address@hidden
GnuPG fingerprint - 2BDB B977 CDF4 D2CC 4899  39F4 1B22 171E 5C24 CD1D





reply via email to

[Prev in Thread] Current Thread [Next in Thread]