Skip to content

Instantly share code, notes, and snippets.

@sugamasao
Created June 24, 2010 05:53
Show Gist options
  • Save sugamasao/451039 to your computer and use it in GitHub Desktop.
Save sugamasao/451039 to your computer and use it in GitHub Desktop.
for FILE in `ls -a | grep '^\.[^\.]'`; do
echo ${FILE}
done
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment