Skip to content

Instantly share code, notes, and snippets.

@tranduydat
Created January 27, 2023 11:09
Show Gist options
  • Save tranduydat/515de7da424ededd124f72fdc31441a7 to your computer and use it in GitHub Desktop.
Save tranduydat/515de7da424ededd124f72fdc31441a7 to your computer and use it in GitHub Desktop.
Find .txt and move to text_files directory
find . -name "*.txt" -exec mv {} text_files/ \;
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment