The output of ls -R has changed: there is no empty line between the
individual directory listings at the same level.

$ mkdir a b c a/1 a/2 /a3
$ touch a/1/I a/1/II
$ ls -R
.:
a  b  c

./a:
1  2

./a/1:
I  II
./a/2:
./b:
./c:

Andreas.

-- 
Andreas Schwab                                  "And now for something
[EMAIL PROTECTED]                          completely different."
SuSE Labs, SuSE GmbH, Schanzäckerstr. 10, D-90443 Nürnberg
Key fingerprint = 58CA 54C7 6D53 942B 1756  01D3 44D5 214B 8276 4ED5

_______________________________________________
Bug-fileutils mailing list
[EMAIL PROTECTED]
http://mail.gnu.org/mailman/listinfo/bug-fileutils

Reply via email to