bug-coreutils
[Top][All Lists]
Advanced

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

bug with ls


From: Jason Temple
Subject: bug with ls
Date: Tue, 10 Feb 2009 17:16:03 -0500
User-agent: Thunderbird 2.0.0.19 (Windows/20081209)

Greetings,
I was trying to recursively list all the directories, *only the directories* on a linux system (debian, 8.10) and ran into a bug.
ls -d /*    ---- lists all directories in /  (one level deep, expected)
ls -dR /* ---- lists all directories in / (one level deep, no recursive directory traversal)

I can use

find / type d ----- which gives me the desired results, but I feel that ls -dR, from its man page should work in this capacity.

thanks,

jas




reply via email to

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