" `dir' is equivalent to `ls -C -b'; that is, by default files are listed in columns, sorted vertically, and special characters are represented by backslash escape sequences. " Why not use a shell alias ? alias ls='ls -N -F --color=auto' -- Richard Robinson "The whole plan hinged upon the natural curiosity of potatoes" - S. Lem