Changes between Initial Version and Version 1 of Ticket #2329, comment 12
- Timestamp:
- 2015-01-22T17:22:27Z (11 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Ticket #2329, comment 12
initial v1 4 4 * (A) `cp -r PARENTCAP/dir local/` -> `local/file.txt` 5 5 * (B) `cp -r DIRCAP local/` -> `local/file.txt` 6 * (C) `cp -r ALIAS: local/` -> `local/file.txt`6 * (C) `cp -r DIRCAP_ALIAS: local/` -> `local/file.txt` 7 7 * (D) `cp -r DIRCAP/file.txt local/` -> `local/file.txt` 8 8 * (E) `cp -r FILECAP local/` -> "error, you must specify a destination filename"