From adc93f6097615f16d57e8a24a256302f2144ec4e Mon Sep 17 00:00:00 2001 From: rsc Date: Fri, 14 Jan 2005 17:37:50 +0000 Subject: cut out the html - they're going to cause diffing problems. --- man/man1/rm.html | 66 -------------------------------------------------------- 1 file changed, 66 deletions(-) delete mode 100644 man/man1/rm.html (limited to 'man/man1/rm.html') diff --git a/man/man1/rm.html b/man/man1/rm.html deleted file mode 100644 index a19b3d3c..00000000 --- a/man/man1/rm.html +++ /dev/null @@ -1,66 +0,0 @@ - -rm(1) - Plan 9 from User Space - - - - -
-
-
RM(1)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 - directory, 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
- -
- - /usr/local/plan9/src/cmd/rm.c
-
-
-

SEE ALSO
- -
- - remove(3)
- -
- -

-
-
- - -
-
-
-Space Glenda -
-
- - -- cgit v1.2.3