Profile
Achievement
karlhorky's Recent SnippetsTagged directory
- All /
« Prev 1 Next »
Bash
Bash (Command Line): Loop through directories in specified location, replacing directories in current directory (with backup)
This command line aims at moving directories from a target location to the present working directory (pwd), backing the pwd directories up as it encounters them.
The script works by:
1. Iterating through the contents of the target directory (us...
0
945
posted 14 years ago by karlhorky
This batch mirrors the contents of one directory to another using Robocopy. It will display a list of what is being mirrored before prompting the user for confirmation on the mirror.
WARNING: Robocopy's /MIR switch that is used in this batch WILL...
1
959
posted 14 years ago by karlhorky