ls output

Douglas Mencken dougmencken at gmail.com
Thu May 12 15:25:50 UTC 2011


Works for me too:

$ ls -AR1 | grep "\.\."
$

It of course lists .: and then current dir's contents, but that's
exactly how coreutils' ls works.

ls -aR1, however, lists .., as expected:

$ ls -aR1 | grep "\.\."
..
..


More information about the busybox mailing list