Skip to content

small c++ script to get files from folders and move them to a target

Notifications You must be signed in to change notification settings

lilithwhite/emma_mover

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

8 Commits
 
 
 
 

Repository files navigation

emma_mover

Description

If you have a bunch of files with the same extension or similar name in a ton of folders and you want to get them all into one folder then this is for you because that's what it does.

Usage

it should be like "./emma_mover "folder you want to move stuff from" "folder you want to move stuff to" "the search parameter you want"" compile like this g++ -lstdc++fs -std=c++17 -o emma_mover emma_mover.cpp -lstdc++fs if you get the error "bash: ./emma_mover: Permission denied" run the command "chmod +x emma_mover"

About

small c++ script to get files from folders and move them to a target

Resources

Stars

Watchers

Forks

Packages

No packages published

Languages