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 > > -- To UNSUBSCRIBE, email to [EMAIL PROTECTED] with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]