Quote (roberts @ Jan. 08 2008,11:13) |
They are pipes. Should be created by bash. echo >(true) diff <(ls -l) <(ls -a) comm <(ls -l) <(ls -al) sort -k 9 <(ls -l /bin) <(ls -l /usr/bin) <(ls -l /usr/X11R6/bin) These all work fine for me. Note bash in DSL is v2.05b, perhaps your requirements need a higher bash version? |
Quote (chaostic @ Jan. 08 2008,14:46) |
Edit2: I have no devfs mounted on /dev, especially since dsl has a static /dev, no? Only devfs is usbdevfs |