Utilities

cogcheck

Prints which cogs are active and which are free.

 

Usage:

cogcheck

copy

Copies a file.

 

Usage:

copy srcfile dstfile

Copies srcfile to dstfile. If overwriting dstfile, will ask for confirmation first.

del

Deletes files.

 

Usage:

del files [options]

Options:

files can contain wildcard characters ("?" and "*").

dir

Prints a directory of files.

 

Usage:

dir [files]

files can contain wildcard characters ("?" and "*"). If files is not specified, it defaults to "*.*".

echo

Prints its arguments.

 

Usage:

echo [arguments]

Not particularly useful, just an example of reading arguments from args.d8a.