plan9 man page for rm

Query: rm

OS: plan9

Section: 1

Format: Original Unix Latex Style Formatted with HTML and a Horizontal Scroll Bar

RM(1)							      General Commands Manual							     RM(1)

NAME
rm - remove files
SYNOPSIS
rm [ -fr ] file ...
DESCRIPTION
Rm removes files or directories. A directory is removed only if it is empty. Removal of a file requires write permission in its direc- tory, but neither read nor write permission on the file itself. The options are -f Don't report files that can't be removed. -r Recursively delete the entire contents of a directory and the directory itself.
SOURCE
/sys/src/cmd/rm.c
SEE ALSO
remove(2) RM(1)
Related Man Pages
rm(1) - bsd
rmdir(2) - minix
rmdir(2) - ultrix
rmdir(2) - opendarwin
rmdir(2) - hpux
Similar Topics in the Unix Linux Community
Infraction system (formerly: Please Moderate Words Like "Hell")
Information about Unix System Administration
Using "find" and "-exec rm" ... Just no luck :(
Code Tag Video (Video Format)
Auto correct a csv file using UNIX shell script.