rcaldous revised this gist 1 year ago. Go to revision
1 file changed, 2 insertions
getall.sh(file created)
| @@ -0,0 +1,2 @@ | |||
| 1 | + | #!/bin/bash | |
| 2 | + | find . -mindepth 2 -type f -print -exec mv {} . \; | |
Newer
Older