Name
fs rm — Delete file
Synopsis
fs rm
{
file
}
Arguments
Name | Type | Description | Default |
---|---|---|---|
file
| String | Pathname of file to delete. |
Description
This command deletes a file from the filesystem.
Examples
Change current directory:
RedBoot>fs ls tests
d--------- 96 . d--------- 128 .. ---------- 16384 test1 RedBoot>fs rm tests/test1
RedBoot>fs ls tests
d--------- 96 . d--------- 128 .. RedBoot>
2024-03-18 | eCosPro Non-Commercial Public License |