SYNTAX

    rm [options] [<file_name>] ...


OPTIONS

-h (--help) bool

Display help.

-r (--recurse) bool

Also delete files in sub-directories.

-f (--force) bool

Force delete the file even if it is read-only (won't allow you to delete a directory containing read-only files). This option can also delete the file if it is a binary in \sys\bin that is being held open for code paging.

-n (--noexpand) string

This option takes a filename similar to the filename argument. The difference is that it doesn't attempt to expand wildcards and instead passes them straight through to CFileMan. This can be useful when a directory has a huge number of files and rm * fails with KErrNoMemory. In this case, try doing rm --noexpand * instead. Can be specified more than once.


ARGUMENTS

[<file_name>]

The name of the file to be removed. May contain wild characters * and ? to specify more than one file. Can be specified more than once. [filename(s)]


DESCRIPTION

Remove one or more files.


COPYRIGHT

Copyright (c) 2006-2010 Accenture. All rights reserved.