find . | awk -F/ '{for (x=1;x<NF;x++) { printf "\t"}; print $NF}'visualizza le directory e i file presenti
 ls -R | grep ":$" | sed -e 's/:$//' -e 's/[^-][^\/]*\//--/g' -e 's/^/   /' -e 's/-/|/'visaulizza le directory
poi c'è il comando:
tree -d -a
questo mostra a video tutta l'alberatura, del nostro sistema. Per le varie opzioni:
man tree



 
 Post
Post
 
 
 
 
 
 
 

0 commenti:
Posta un commento