Skip to content

Instantly share code, notes, and snippets.

@rasor
Created April 15, 2018 10:30
Show Gist options
  • Save rasor/c63afc632e979f70d6309705ae073957 to your computer and use it in GitHub Desktop.
Save rasor/c63afc632e979f70d6309705ae073957 to your computer and use it in GitHub Desktop.
Move dirs + subdirs
#!/bin/bash
# move dirs + subdirs
mv -f ./'Ordnede filer'/* /g/Seagate/'Ordnede filer'/
echo "done"
# pause
read -rsp $'Press any key to continue...\n' -n 1 key
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment