Learn Tiny Core. View Tiny Core Screen Shots and Videos.
cdln -s /bin .The following 2 commands act as expected.ls /binbinNow try:ls /bin | catls bin | catThe second command outputs the directory name, not its contents.