Amos Shapira wrote:
On 04/07/07, Rick Welykochy <[EMAIL PROTECTED]> wrote:
ls -R <somefile>
currently will not list <somefile> unless it is a directory.
$ ls --version
ls (GNU coreutils) 5.97
...
$ ls -lR x
-rw-r--r-- 1 user group 177 2007-06-29 15:52 x
"x" is a regular file and ls lists it. What version of ls(1) are you using?
Mea culpa.
ls -R <somefile>
will not list <somefile> in subdirectories, i.e.
$ ls -lR somefile
-rw-r--r-- 1 rick rick 0 2007-07-04 20:04 somefile
$ find . -name somefile
./tmp/somefile
./somefile
cheers
rickw
--
_________________________________
Rick Welykochy || Praxis Services
Our enemies are innovative and resourceful, and so are we. They never stop
thinking
about new ways to harm our country and our people, and neither do we.
-- George W Bush, Washington DC, 20040805 (http://www.dubyaspeak.com/)
--
SLUG - Sydney Linux User's Group Mailing List - http://slug.org.au/
Subscription info and FAQs: http://slug.org.au/faq/mailinglists.html