9 lines
391 B
Text
9 lines
391 B
Text
$ cat << EOT >> notes.txt
|
|
You should specify all files that a command takes as input with an
|
|
-i/--input flag. These files will be retrieved prior to the command
|
|
execution. Any content that is modified or produced by the command
|
|
should be specified with an -o/--output flag. Upon a run or rerun of
|
|
the command, the contents of these files will get unlocked so that
|
|
they can be modified.
|
|
|
|
EOT
|