| Name | Modified | Size | Downloads / Week |
|---|---|---|---|
| Parent folder | |||
| README.md | 2016-09-03 | 538 Bytes | |
| v1.4.0 source code.tar.gz | 2016-09-03 | 15.2 kB | |
| v1.4.0 source code.zip | 2016-09-03 | 24.7 kB | |
| Totals: 3 Items | 40.5 kB | 0 | |
Features
- [217004] added
--preserveoption which is similar to GNUcpcommand. If--preserveoption is given,cpxcommand will copyuid,gid,atime, andmtimeof the source file. - [4ca9f7] added
--updateoption which is similar to GNUcpcommand. If--updateoption is given,cpxcommand will copy the files only if the source file is newer than the file on destination.
Bug Fixes
- Until 1.3.x, copied files might have a different mode from the original files. Now
cpxcommand copy the mode correctly.