Skip to content

Instantly share code, notes, and snippets.

@LukaszWiktor
Created September 24, 2022 18:51
Show Gist options
  • Save LukaszWiktor/bb114e0d787526aa6b34b0239e166218 to your computer and use it in GitHub Desktop.
Save LukaszWiktor/bb114e0d787526aa6b34b0239e166218 to your computer and use it in GitHub Desktop.
Move multiple files into a folder using LFTP mmv command #lftp
# Move all *.csv files from current directory to _archive subdirectory
mmv *.csv _archive
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment