Differences
This shows you the differences between two versions of the page.
Both sides previous revision Previous revision | |||
rdms:access:linux:icommands [2025/04/08 13:46] – added John's edits giulio | rdms:access:linux:icommands [2025/04/09 07:31] (current) – added info on metadata giulio | ||
---|---|---|---|
Line 702: | Line 702: | ||
# where the -t switch indicates to search in trash. Copy the path given by ilocate, then run any of the suggested commands. | # where the -t switch indicates to search in trash. Copy the path given by ilocate, then run any of the suggested commands. | ||
- | # To move the file out of the trash folder: | + | # To move the file out of the trash folder |
$ imv <logical path(s) from ilocate> <path to RDMS destination folder> | $ imv <logical path(s) from ilocate> <path to RDMS destination folder> | ||
- | # To restore a copy of the file present in the trash folder: | + | # To restore a copy of the file present in the trash folder |
$ icp <logical path(s) from ilocate> <path to RDMS destination folder> | $ icp <logical path(s) from ilocate> <path to RDMS destination folder> | ||
- | # To download a copy of the file to a folder on your local system: | + | # To download a copy of the file to a folder on your local system |
$ iget <logical path(s) from ilocate> <path to local destination folder> | $ iget <logical path(s) from ilocate> <path to local destination folder> | ||