User's Guide

-rw 337408 Aug 8 2020 20:12 - m717_1_03.pack
Capacity: 0.01 GB (12288 KB), available: 0.01 GB (6844 KB).
4.5.5. pwd
Description
Prints the working (current) directory.
Usage
pwd.
Examples
: pwd
/flash/
: cd new-directory
: pwd
/flash/new-directory
: cd ../firmware
: pwd
/flash/firmware
: cd
: pwd
/flash/
4.5.6. rm
Description
Used to remove a file or a directory.
Usage
rm <path>, where <path> is the path to the file/directory to be deleted.
Remarks
It is not possible to delete multiple files using wildcards. However, if a directory
containing more than a file is deleted, all the files in the directory will be deleted.
Examples
: rm new-directory
: rm m717_1_02.pack
4.5.7. cat
Description
Dumps the content of a file. To the console
Usage
cat <path>, where <path> is the path to the file to be dumped.
Remarks
The command does not check if the file contains text or binary data. Beware of
long files, as there is no possibility to interrupt this command.
Example
: cat sdi-sensors.json
{
"fileVersion": 2,
"sdiSensors": [
{
"name": "Campbell CS215",
"sdiID": “CS215",
"setToAddress": "0"
},
{
"name": "Metrilog M512",
"sdiID": "MetrilogM512",
"setToAddress": "*"
},
{
"name": "Lambrecht ARCO Wind Speed",
"sdiID": "LMGmbH1514582S",
34