Skip to content

Instantly share code, notes, and snippets.

@tuttelikz
Last active March 14, 2018 02:15
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save tuttelikz/e05484be098c3079eb17239deb293966 to your computer and use it in GitHub Desktop.
Save tuttelikz/e05484be098c3079eb17239deb293966 to your computer and use it in GitHub Desktop.
Linux command to move folders and files to another destination
Move folders:
mv -t <destination> <src1> <src2> .... <srnN>
Move files:
mv file1 file2 file3 -t DESTINATION
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment