Skip to content

Instantly share code, notes, and snippets.

@Everfighting
Last active May 24, 2019 06:51
Show Gist options
  • Save Everfighting/173902806c76009da79326c7292e6e5c to your computer and use it in GitHub Desktop.
Save Everfighting/173902806c76009da79326c7292e6e5c to your computer and use it in GitHub Desktop.
for file in $(cat ~/Desktop/files.txt); do mv "$file" ~/newfolder; done
find ./ -name "app_info*.csv" |xargs -i cp {} ./app_info_bak
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment