Differences
This shows you the differences between two versions of the page.
Both sides previous revision Previous revision Next revision | Previous revision | ||
rdms:access:linux:icommands [2025/04/07 13:47] – Added how to restore deleted files giulio | rdms:access:linux:icommands [2025/04/09 07:31] (current) – added info on metadata giulio | ||
---|---|---|---|
Line 697: | Line 697: | ||
< | < | ||
< | < | ||
- | #Locate | + | #To locate |
- | $ ilocate -t < | + | $ ilocate -t < |
- | #Copy the path given by ilocate, then run either | + | # where the -t switch indicates to search in trash. |
- | $ imv <logical path(s) from ilocate> <logical | + | |
- | #or | + | # To move the file out of the trash folder (and preserve previously attached metadata): |
- | $ icp <logical path(s) from ilocate> <logical | + | $ imv <logical path(s) from ilocate> <path to RDMS destination folder> |
- | #or | + | |
- | $ iget <logical path(s) from ilocate> <logical | + | # To restore a copy of the file present in the trash folder |
+ | $ icp <logical path(s) from ilocate> <path to RDMS destination folder> | ||
+ | |||
+ | # To download | ||
+ | $ iget <logical path(s) from ilocate> <path to local destination folder> | ||
</ | </ |