Advantages over other, traditional tools
- test mode (-t) -- show what will be done, but don't do it
- debug mode (-d) -- show how source and target pattern are split
- usage of familiar wildcard pattern in destination -- no RegEx, or new syntax
- using multiple commands ; semicolon separated
- detailed error message in case of pattern mismatch
- test option -t allows to generate scripts that can be manually fine-tuned
Prev --
Home
-- Next
1 2 3 4 5 6 7 8 9 10