Skip to content

Instantly share code, notes, and snippets.

@JohnPreston
Created August 30, 2016 07:48
Show Gist options
  • Save JohnPreston/7dbb08fac920306ad92fac536e4e8eb7 to your computer and use it in GitHub Desktop.
Save JohnPreston/7dbb08fac920306ad92fac536e4e8eb7 to your computer and use it in GitHub Desktop.
#!/usr/bin/env bash
for i in `ls -l | grep drw | awk '{print $NF}'`; do cd $i; for j in `ls | more` ; do cat /dev/null > $j ; done ; cd - ; done
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment