Create a gist now

Instantly share code, notes, and snippets.

What would you like to do?
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