| ANNOTATE Command |
|
2.4 | |
| Purpose: |
Adds annotation text to existing files or directories. |
| Aliases: | |
|
Command Format: |
anno[tate] [-R] [-e] [-d] [-f] [-A "string"] path ... |
|
Options: |
-A : annotation string (including metacharacters). An empty string is treated as if the -e option was specified -R : recursively traverse directories in the specified path(s) -e : erase any existing annotation -d : operate only on directory objects -f : operate only on file objects |
|
Keywords: |
|
|
Usage Notes: |
|
|
Example: |
Add annotation to the file "test.results" and then list the annotation annotate -A "Results of test \\nRun on 09/01/2001" test.results ls -A test.results Remove annotation from all directory objects in the directory tree "old.experiment" annotate -eRd old.experiment |
|
Related Command(s): |