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 testsd--------- 96 . d--------- 128 .. ---------- 16384 test1 RedBoot>fs rm tests/test1RedBoot>fs ls testsd--------- 96 . d--------- 128 .. RedBoot>
| 2025-10-02 | eCosPro Non-Commercial Public License |



