Skip to content

Instantly share code, notes, and snippets.

@jfernandez
Created October 6, 2008 22:37
Show Gist options
  • Save jfernandez/15159 to your computer and use it in GitHub Desktop.
Save jfernandez/15159 to your computer and use it in GitHub Desktop.
for file in `find /var/www/vhosts/santosdumont.com/web_users/ -type f`; do
set filename = basename $file
echo '$filename'
done
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment