Need an Introduction to Tiny Core? Or peruse Core Concepts.
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.