> 
> On a fresh Squeeze installation, ls seems to ignore leading "."
> characters (it no longer lists all "hidden" files adjacent to each
> other) and to ignore capitalization differences.

Hi Daniel,

To list the hidden files, use the -a or -A option (the latter omits
. and ..). Maybe you had one of these in an alias on a previous
system?

Alternatively, if you want to see hidden files when you type "ls *"
you can set "shopt -s dotglob" (this is specific to bash).

-- 
Cheers,
Clive


-- 
To UNSUBSCRIBE, email to debian-user-requ...@lists.debian.org 
with a subject of "unsubscribe". Trouble? Contact listmas...@lists.debian.org
Archive: http://lists.debian.org/20120502082050.GA4827@rimmer.localdomain

Reply via email to