hello dear linux-experts
i want to have the listing of some directories
i have set up a http-server in opensuse 12.3
i want to have a listing
but - if i do a ls -R in
martin@linux-70ce:/srv> ls -R
i get a bunch of information - too much - see
[C] listing_terminal - Pastebin.com](http://pastebin.com/CNbxBmd6)
see the explanation - here
If you want a recursive directory listing in Unix, one of the following may be useful:
ls -R Not all versions of ls have -R
find . -print Should work everywhere
du -a . Shows you both the name and size
what can i do to get only the overview on the directories in the forlder svr
love to hear frrom you