Skip to content

Instantly share code, notes, and snippets.

@darktef
Created November 7, 2016 04:56
Show Gist options
  • Save darktef/21ff4890089631db91649ea1c24a7ed1 to your computer and use it in GitHub Desktop.
Save darktef/21ff4890089631db91649ea1c24a7ed1 to your computer and use it in GitHub Desktop.
Fish - move files in parent folder to child folder
find . -maxdepth 1 -type f -exec mv '{}' ./wk1/ \;
// it seems like no -t available in fish Shell and Mac...
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment