Deleted Added
full compact
rm.1 (54943) rm.1 (68935)
1.\" Copyright (c) 1990, 1993, 1994
2.\" The Regents of the University of California. All rights reserved.
3.\"
4.\" This code is derived from software contributed to Berkeley by
5.\" the Institute of Electrical and Electronics Engineers, Inc.
6.\"
7.\" Redistribution and use in source and binary forms, with or without
8.\" modification, are permitted provided that the following conditions

--- 19 unchanged lines hidden (view full) ---

28.\" DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS
29.\" OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION)
30.\" HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT
31.\" LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY
32.\" OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF
33.\" SUCH DAMAGE.
34.\"
35.\" @(#)rm.1 8.5 (Berkeley) 12/5/94
1.\" Copyright (c) 1990, 1993, 1994
2.\" The Regents of the University of California. All rights reserved.
3.\"
4.\" This code is derived from software contributed to Berkeley by
5.\" the Institute of Electrical and Electronics Engineers, Inc.
6.\"
7.\" Redistribution and use in source and binary forms, with or without
8.\" modification, are permitted provided that the following conditions

--- 19 unchanged lines hidden (view full) ---

28.\" DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS
29.\" OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION)
30.\" HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT
31.\" LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY
32.\" OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF
33.\" SUCH DAMAGE.
34.\"
35.\" @(#)rm.1 8.5 (Berkeley) 12/5/94
36.\" $FreeBSD: head/bin/rm/rm.1 54943 1999-12-21 08:57:58Z sheldonh $
36.\" $FreeBSD: head/bin/rm/rm.1 68935 2000-11-20 11:39:41Z ru $
37.\"
38.Dd January 28, 1999
39.Dt RM 1
40.Os
41.Sh NAME
42.Nm rm ,
43.Nm unlink
44.Nd remove directory entries
45.Sh SYNOPSIS
37.\"
38.Dd January 28, 1999
39.Dt RM 1
40.Os
41.Sh NAME
42.Nm rm ,
43.Nm unlink
44.Nd remove directory entries
45.Sh SYNOPSIS
46.Nm rm
46.Nm
47.Op Fl dfiPRrvW
48.Ar file ...
49.Nm unlink
50.Ar file
51.Sh DESCRIPTION
52The
53.Nm
54utility attempts to remove the non-directory type files specified on the

--- 135 unchanged lines hidden (view full) ---

190.Sh STANDARDS
191The
192.Nm
193command is almost
194.St -p1003.2
195compatible, except that
196.Tn POSIX
197requires
47.Op Fl dfiPRrvW
48.Ar file ...
49.Nm unlink
50.Ar file
51.Sh DESCRIPTION
52The
53.Nm
54utility attempts to remove the non-directory type files specified on the

--- 135 unchanged lines hidden (view full) ---

190.Sh STANDARDS
191The
192.Nm
193command is almost
194.St -p1003.2
195compatible, except that
196.Tn POSIX
197requires
198.Nm rm
198.Nm
199to act like
200.Xr rmdir 1
201when the
202.Ar file
203specified is a directory. This implementation requires the
204.Fl d
205option if such behavior is desired. This follows the historical
206behavior of

--- 12 unchanged lines hidden ---
199to act like
200.Xr rmdir 1
201when the
202.Ar file
203specified is a directory. This implementation requires the
204.Fl d
205option if such behavior is desired. This follows the historical
206behavior of

--- 12 unchanged lines hidden ---