Good News Everybody!
The new search engine is LIVE!
Please report any problems to david (at) midrange.com.
|
As was pointed out /six days ago/, now... you could easily do this:
ls -al | sort +4 -r
This code will work on an Unix system I'm aware of.
to get the directory sorted the way you want it. Or, if you can't stand
typing that much, you could type this:
alias lsz="ls -al | sort +4 -r"
(You could put that into a script that's run when you start QShell so
you don't have to type it each time) now whenever you like, you can sort
by size by typing:
lsz
I really think this discussion is making a mountain out of a molehill.
It was a problem that was SOOOO easy to solve. I'm having a tough time
with this thread.
As an Amazon Associate we earn from qualifying purchases.
This mailing list archive is Copyright 1997-2026 by midrange.com and David Gibbs as a compilation work. Use of the archive is restricted to research of a business or technical nature. Any other uses are prohibited. Full details are available on our policy page. If you have questions about this, please contact [javascript protected email address].
Operating expenses for this site are earned using the Amazon Associate program and Google Adsense.