advanced code snippet search
fugue on 03/29/07
file ls
03/29/07 02:06am
for webfile in /var/www/html/*.htmldo name=$(echo $webfile | cut -d "." -f1) mv $webfile ${name}.htmdone
Report this snippet Tweet
Comment:
You need to login to post a comment.