Filesystem
Command |
Description |
cd |
Change directory. |
cp |
Copy files using uutils/coreutils cp.
|
cp-old |
Old rsh version of Copy files.
|
glob |
Creates a list of files and/or folders based on the glob
pattern provided.
|
load-env |
Loads an environment update from a record.
|
ls |
List the filenames, sizes, and modification times of items
in a directory.
|
mkdir |
Make directories, creates intermediary directories as
required.
|
mv |
Move files or directories.
|
open |
Load a file into a cell, converting to table if possible
(avoid by appending '--raw').
|
rm |
Remove files and directories.
|
save |
Save a file. |
start |
Open a folder, file or website in the default application or
viewer.
|
touch |
Creates one or more files.
|
umkdir |
Create directories, with intermediary directories if
required using uutils/coreutils mkdir.
|
watch |
Watch for file changes and execute Rsh code when they
happen.
|