Andrew Nelson wrote:
> Andrew Nelson wrote
> > I have no idea what the cause might be but I guess you could do something 
> > like
> > 
> > ls -la | awk '$9 ~ /^\./ {print}'
> > 
> > Although you would then loose colors.
> 
> You could also do something along these lines.
> 
> ls -lda `ls -a1 | awk '/^\./ {print}'`

Setting your collating sequence explicitly is better.

  export LC_COLLATE=C

Bob

Attachment: signature.asc
Description: Digital signature

Reply via email to