Skip to content

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

Notifications You must be signed in to change notification settings

ozmydas/go-movefilesoutside

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

13 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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

About

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

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages