learned and not forgotten
bash shell scripting
# basic for loop
for i in `ls *`; do echo $i ; done
Newer Post
Older Post
Home