Coex is a tool that copies recursively files and whole directories in
accordance with patterns.
In addition, one is able to find files or file contents in accordance with
patterns and copy only these affected files or can compare two directories
in regard to differences.
Coex is a platform independent tool that can be built for various operating
systems by using the POSIX API, including BSD, Linux and Windows (okay,
stone me).
Changes / improvements to previous version
- Fixed two bugs, which could have led to crashes, or, as smaller evil,
coex refused to substitute strings at all.
- Implemented small parser for special sequences in the substitution string
in order to avoid using a certain OS dependant notation.
- Reconciliation of directories is now performed.
|