The trick is really easy. Just to keep record.Here we take the /tmp folder as the desired one.



1
2
3
4
5
6
#!/bin/bash cdfor file in `ls`do    echo $filedone

Others