Linux-Noob Forums
Linux-Noob Forums
>
Linux Noob
>
Tips and Tricks
>
Filesystem Management
> Howto list files without using ls
Full Version:
Howto list files without using ls
You're currently viewing a stripped down version of our content.
View the full version
with proper formatting.
grep420
2004-01-30, 10:29 PM
gtar -cf - . | gtar -tvf - | egrep "^d|\/\."
Linux-Noob Forums
>
Linux Noob
>
Tips and Tricks
>
Filesystem Management
> Howto list files without using ls