[fpc-pascal] fpmake: output directories
Graeme Geldenhuys
graemeg.lists at gmail.com
Wed Jun 3 11:57:52 CEST 2009
2009/6/3 Michael Van Canneyt <michael at freepascal.org>:
>
> Use Kubuntu ? I do, now.
I did for Kubuntu 9.04, and then had to revert back to 8.04 LTS
because 9.04 had to many graphics issues (X11 drawing bugs which I
reported and affected fpGUI, MSEgui and WINE). But damn, Kubuntu 9.04
did look beautiful.
>
> ls -lad .*
>
> does what you ask...
I should have used Google a long time ago. :-) Here are some
variations (slight improvements for me) on that command.
alias lh='ls -Adx --group-directories-first .*'
alias lhd='ls -dx .*/'
lh - lists directories and files. But directories first and orders
them by line (across the screen) and not in columns (downwards).
lhd - only lists hidden directories, no files.
Regards,
- Graeme -
_______________________________________________
fpGUI - a cross-platform Free Pascal GUI toolkit
http://opensoft.homeip.net/fpgui/
More information about the fpc-pascal
mailing list