Skip to content

Latest commit

 

History

History
17 lines (14 loc) · 453 Bytes

README.md

File metadata and controls

17 lines (14 loc) · 453 Bytes

go-movefilesoutside

just a simple script to move all file inside folders to outside folders

Usage

Put your folder with many files to "FILES" folder then run following command:

go run main.go -mode MODE -in FOLDERNAME -out FOLDERNAME -limit NUMBER

Flag

  • -mode : select between move or copy (default)
  • -in : folder to scan
  • -out : folder to store result
  • -limit : max files scanned to execute