Community gatherings on Freenode at #tinycorelinux (webchat)
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.