.K PAT,DIR,-l/S ;A primitive -- and very partial -- emulation of the *n*x 'ls' command. ;Works on the current directory; for others you need the keyword 'DIR'. if "<-l>" EQ "" if "" EQ "" list dir QUICK else list dir p QUICK endif else if "" EQ "" list dir else list dir p endif endif