Robbie Persistent Disk
Differences with corresponding Unix/Linux commands
Underlying implementation
List files/folders
List all files/folders in root directory
robbie pd lsList all files/folders in the test directory (note the following "/", that is required)
List all files/folders in the test directory and below recursively (note the following "/", that is required)
List all files/folders in that match the pattern test directory (note there is no "/")
Try to list a non-existing folder
Folders
Create a folder
Copying files from local machine to persistent-disk
Copy a local file to the persistent-disk root directory
Copy a local file to the persistent-disk root directory
Recursively copy a local file to the persistent-disk
Copying files from persistent-disk to local machine
Copy a file in the persistent-disk root directory to the local CWD
Copy a file in the persistent-disk root directory to the local CWD
Recursive copy files from bucket/prefix to local machine
copying files between folders
Moving files same semantic as cp
Recursively move files between folders on pd
Deleting files/folders
Delete a file in a folder
Recursively removing files in a folder and the folder (equivalent to rm -rf <folder>)
Recursively removing files in a folder and the folder (equivalent to rm -rf <folder>) but exclude ".mat" files
Last updated
Was this helpful?
