List of file and directory
#!/bin/bash
#author Diego Caridei
clear
> ~/Desktop/file.txt
while [ "$PWD" != "/" ]; do
ls >> ~/Desktop/file.txt
cd ..
done
echo fine
Written by DiegoCaridei
Related protips
Have a fresh tip? Share with Coderwall community!
Post
Post a tip
Best
#Shell
Authors
Sponsored by #native_company# — Learn More
#native_title#
#native_desc#