[Date Prev][Date Next] [Thread Prev][Thread Next] [Date Index] [Thread Index]

Re: For the love of GOD!!!



Dirk wrote:
> Who is responsible for "ls -la" _mixing_ hidden "dot"-files with normal
> files in the output?
> 
> I wan't to salute that decision.
> 
> I use unstable.
> 
> I grepped a lot but was unable to find the cause.
> 

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.

> Thank you,
> Dirk
> 
> 





Reply to: