Deleted Added
full compact
sh.1 (45243) sh.1 (45263)
1.\" Copyright (c) 1991, 1993
2.\" The Regents of the University of California. All rights reserved.
3.\"
4.\" This code is derived from software contributed to Berkeley by
5.\" Kenneth Almquist.
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.\" from: @(#)sh.1 8.6 (Berkeley) 5/4/95
1.\" Copyright (c) 1991, 1993
2.\" The Regents of the University of California. All rights reserved.
3.\"
4.\" This code is derived from software contributed to Berkeley by
5.\" Kenneth Almquist.
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.\" from: @(#)sh.1 8.6 (Berkeley) 5/4/95
36.\" $Id: sh.1,v 1.25 1999/04/01 13:27:36 cracauer Exp $
36.\" $Id: sh.1,v 1.26 1999/04/02 09:28:00 cracauer Exp $
37.\"
38.Dd May 5, 1995
39.Dt SH 1
40.Os BSD 4
41.Sh NAME
42.Nm sh
43.Nd command interpreter (shell)
44.Sh SYNOPSIS

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

145.Dq --
146or plain
147.Dq -
148will stop option processing and will force the remaining
149words on the command line to be treated as arguments.
150.Bl -tag -width Ds
151.It Fl a Li allexport
152Export all variables assigned to.
37.\"
38.Dd May 5, 1995
39.Dt SH 1
40.Os BSD 4
41.Sh NAME
42.Nm sh
43.Nd command interpreter (shell)
44.Sh SYNOPSIS

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

145.Dq --
146or plain
147.Dq -
148will stop option processing and will force the remaining
149words on the command line to be treated as arguments.
150.Bl -tag -width Ds
151.It Fl a Li allexport
152Export all variables assigned to.
153.Pq UNIMPLEMENTED
154.It Fl b Li notify
155Enable asynchronous notification of background job
156completion.
157.Pq UNIMPLEMENTED
158.It Fl C Li noclobber
159Don't overwrite existing files with
160.Dq >.
161.Pq UNIMPLEMENTED

--- 1165 unchanged lines hidden ---
153.It Fl b Li notify
154Enable asynchronous notification of background job
155completion.
156.Pq UNIMPLEMENTED
157.It Fl C Li noclobber
158Don't overwrite existing files with
159.Dq >.
160.Pq UNIMPLEMENTED

--- 1165 unchanged lines hidden ---