Tiny Core Linux
Tiny Core Base => TCB Bugs => Topic started by: gerald_clark on February 28, 2010, 12:31:13 AM
-
cd
ln -s /bin .
The following 2 commands act as expected.
ls /bin
bin
Now try:
ls /bin | cat
ls bin | cat
The second command outputs the directory name, not its contents.
-
This bug also applies to
ls -1 symlink.
-
cd
ln -s /bin .
The following 2 commands act as expected.
ls /bin
bin
Now try:
ls /bin | cat
ls bin | cat
The second command outputs the directory name, not its contents.
ls bin/ | cat does.