Looking for a different way of showing a directory

rengland at europa.com rengland at europa.com
Mon Sep 18 19:51:54 UTC 2006


> Dear All
>
> I am trying to find a way to get recursively the the whole content of
> a certain directory in the following format:
>
> file1
> file2
> sudirectory1/file3
> sudirectory1/file4
> sudirectory2/file2
> sudirectory2/file3
>
> Any ideas?
>
> Thanks in advance,
>
> Paul
>
> --
> fedora-list mailing list
> fedora-list at redhat.com
> To unsubscribe: https://www.redhat.com/mailman/listinfo/fedora-list
>
>

Depends on how sophisticated you want to be.

$ cd <dir>
$ find . -print

Should give you the listing....  It will place a ./ on the front of each
line....




More information about the fedora-list mailing list