"David Dyer-Bennet" <d...@dd-b.net> writes:

> Which is bad enough if you say "ls".  And there's no option to say
> "don't sort" that I know of, either.

/bin/ls -f

"/bin/ls" makes sure an alias for "ls" to "ls -F" or similar doesn't
cause extra work.  you can also write "\ls -f" to ignore a potential
alias.

without an argument, GNU ls and SunOS ls behave the same.  if you write
"ls -f *" you'll only get output for directories in SunOS, while GNU ls
will list all files.

(ls -f has been there since SunOS 4.0 at least)
-- 
Kjetil T. Homme
Redpill Linpro AS - Changing the game

_______________________________________________
zfs-discuss mailing list
zfs-discuss@opensolaris.org
http://mail.opensolaris.org/mailman/listinfo/zfs-discuss

Reply via email to