2009/6/3 Michael Van Canneyt <mich...@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/
_______________________________________________
fpc-pascal maillist  -  fpc-pascal@lists.freepascal.org
http://lists.freepascal.org/mailman/listinfo/fpc-pascal

Reply via email to