Skip to content

Instantly share code, notes, and snippets.

@aliva
Last active August 29, 2015 14:25
Show Gist options
  • Save aliva/bc0af8103dea1a4cbd67 to your computer and use it in GitHub Desktop.
Save aliva/bc0af8103dea1a4cbd67 to your computer and use it in GitHub Desktop.
#!/bin/sh
ls | while read i
do
echo $i
# actions
done
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment