Changes between Initial Version and Version 1 of Ticket #2329, comment 12


Ignore:
Timestamp:
2015-01-22T17:22:27Z (11 years ago)
Author:
daira
Comment:

Legend:

Unmodified
Added
Removed
Modified
  • Ticket #2329, comment 12

    initial v1  
    44 * (A) `cp -r PARENTCAP/dir local/` -> `local/file.txt`
    55 * (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`
    77 * (D) `cp -r DIRCAP/file.txt local/` -> `local/file.txt`
    88 * (E) `cp -r FILECAP local/` -> "error, you must specify a destination filename"