datalad-handbook/docs/basics/_examples/DL-101-117-105
2023-11-10 15:07:33 +01:00

10 lines
293 B
Text

$ # navigate back:
$ cd ../../../../DataLad-101
$ # write the note
$ cat << EOT >> notes.txt
The command "git annex whereis PATH" lists the repositories that have
the file content of an annexed file. When using "datalad get" to
retrieve file content, those repositories will be queried.
EOT