failed attempts to intercept copy command when the cursor is in the empty text field...
[LeanCalc.git] / help / rm
1 NAME
2     rm - remove file(s)
3
4 SYNOPSIS
5     rm(["-f",] name, ...)
6
7 TYPES
8     name        name of a file(s)
9
10     return      nil
11
12 DESCRIPTION
13     Removes one or more files.  If the first arg is "-f", then a forced
14     removal is performed and "no such file" errors are ignored.
15
16 EXAMPLE
17     > rm("junk")
18     > rm("-f", "more/junk.cal", "curds", "whey")
19
20 LIMITS
21     name must be a non-zero length string
22
23 LINK LIBRARY
24     none
25
26 SEE ALSO
27     rmdir
28