mirror of
https://github.com/lcn2/calc.git
synced 2025-08-16 01:03:29 +03:00
27 lines
271 B
Plaintext
27 lines
271 B
Plaintext
NAME
|
|
rm - remove a file
|
|
|
|
SYNOPSIS
|
|
rm(name)
|
|
|
|
TYPES
|
|
name name of a file
|
|
|
|
return nil
|
|
|
|
DESCRIPTION
|
|
Removes a file.
|
|
|
|
EXAMPLE
|
|
> rm("junk")
|
|
> rm("more/junk.cal")
|
|
|
|
LIMITS
|
|
name must be a non-zero length string
|
|
|
|
LIBRARY
|
|
none
|
|
|
|
SEE ALSO
|
|
rmdir
|