Path: senator-bedfellow.mit.edu!faqserv
From:
[email protected] (Ted Timar)
Newsgroups: comp.unix.questions,comp.unix.shell,comp.answers,news.answers
Subject: Changes to "Unix - Frequently Asked Questions" [Frequent posting]
Followup-To: comp.unix.questions
Date: 11 Jun 1996 20:29:24 GMT
Organization: ISG Technologies, Inc
Lines: 300
Approved:
[email protected]
Distribution: world
Expires: 2 Jul 1996 20:23:46 GMT
Message-ID: <unix-faq/faq/
[email protected]>
References: <unix-faq/faq/
[email protected]>
NNTP-Posting-Host: bloom-picayune.mit.edu
X-Last-Updated: 1996/06/11
Originator:
[email protected]
Xref: senator-bedfellow.mit.edu comp.unix.questions:112587 comp.unix.shell:39202 comp.answers:19267 news.answers:74146
Archive-name: unix-faq/faq/diff
*** 2.8 1996/06/11 13:07:56
--- contents 1996/06/11 13:08:35
***************
*** 6,12 ****
Approved:
[email protected]
Archive-name: unix-faq/faq/contents
! Version: $Id: contents,v 2.8 1996/06/11 13:07:56 tmatimar Exp $
The following seven articles contain the answers to some Frequently Asked
Questions often seen in comp.unix.questions and comp.unix.shell.
--- 6,12 ----
Approved:
[email protected]
Archive-name: unix-faq/faq/contents
! Version: $Id: contents,v 2.9 1996/06/11 13:08:13 tmatimar Exp $
The following seven articles contain the answers to some Frequently Asked
Questions often seen in comp.unix.questions and comp.unix.shell.
*** 2.8 1995/10/09 20:25:34
--- part1 1996/06/11 13:08:35
***************
*** 6,12 ****
Approved:
[email protected]
Archive-name: unix-faq/faq/part1
! Version: $Id: part1,v 2.8 1995/10/09 20:25:34 tmatimar Exp $
These seven articles contain the answers to some Frequently Asked
Questions often seen in comp.unix.questions and comp.unix.shell.
--- 6,12 ----
Approved:
[email protected]
Archive-name: unix-faq/faq/part1
! Version: $Id: part1,v 2.9 1996/06/11 13:07:56 tmatimar Exp $
These seven articles contain the answers to some Frequently Asked
Questions often seen in comp.unix.questions and comp.unix.shell.
***************
*** 112,123 ****
Marty Leisner <
[email protected]> cleaned up the Texinfo
version.
! Major contributors to the this document who may or may not be
recognized elsewhere are:
Steve Hayman <
[email protected]>
Pierre Lewis <
[email protected]>
! Jonathon Kamens <
[email protected]>
Tom Christiansen <
[email protected]>
Maarten Litmaath <
[email protected]>
Guy Harris <
[email protected]>
--- 112,123 ----
Marty Leisner <
[email protected]> cleaned up the Texinfo
version.
! Major contributors to this document who may or may not be
recognized elsewhere are:
Steve Hayman <
[email protected]>
Pierre Lewis <
[email protected]>
! Jonathan Kamens <
[email protected]>
Tom Christiansen <
[email protected]>
Maarten Litmaath <
[email protected]>
Guy Harris <
[email protected]>
***************
*** 293,299 ****
manipulation tool that bridges the gap between shell and C
programming (or between doing it on the command line and
pulling your hair out). For further information, see the
! Usenet newsgroup comp.lang.perl.
Don Libes' book "Life with Unix" contains lots more of these
tidbits.
--- 293,299 ----
manipulation tool that bridges the gap between shell and C
programming (or between doing it on the command line and
pulling your hair out). For further information, see the
! Usenet newsgroup comp.lang.perl.misc.
Don Libes' book "Life with Unix" contains lots more of these
tidbits.
*** 2.8 1995/10/09 20:25:34
--- part2 1996/06/11 13:08:35
***************
*** 6,12 ****
Approved:
[email protected]
Archive-name: unix-faq/faq/part2
! Version: $Id: part2,v 2.8 1995/10/09 20:25:34 tmatimar Exp $
These seven articles contain the answers to some Frequently Asked
Questions often seen in comp.unix.questions and comp.unix.shell.
--- 6,12 ----
Approved:
[email protected]
Archive-name: unix-faq/faq/part2
! Version: $Id: part2,v 2.9 1996/06/11 13:07:56 tmatimar Exp $
These seven articles contain the answers to some Frequently Asked
Questions often seen in comp.unix.questions and comp.unix.shell.
*** 2.8 1995/10/09 20:25:34
--- part3 1996/06/11 13:08:35
***************
*** 6,12 ****
Approved:
[email protected]
Archive-name: unix-faq/faq/part3
! Version: $Id: part3,v 2.8 1995/10/09 20:25:34 tmatimar Exp $
These seven articles contain the answers to some Frequently Asked
Questions often seen in comp.unix.questions and comp.unix.shell.
--- 6,12 ----
Approved:
[email protected]
Archive-name: unix-faq/faq/part3
! Version: $Id: part3,v 2.9 1996/06/11 13:07:56 tmatimar Exp $
These seven articles contain the answers to some Frequently Asked
Questions often seen in comp.unix.questions and comp.unix.shell.
***************
*** 65,71 ****
3.12) Is it possible to pass shell variable settings into an awk program?
3.13) How do I get rid of zombie processes that persevere?
3.14) How do I get lines from a pipe as they are written instead of
! only in larger blocks.
3.15) How do I get the date into a filename?
3.16) Why do some scripts start with #! ... ?
--- 65,71 ----
3.12) Is it possible to pass shell variable settings into an awk program?
3.13) How do I get rid of zombie processes that persevere?
3.14) How do I get lines from a pipe as they are written instead of
! only in larger blocks?
3.15) How do I get the date into a filename?
3.16) Why do some scripts start with #! ... ?
***************
*** 739,745 ****
------------------------------
Subject: How do I get rid of zombie processes that persevere?
! From:
[email protected] (Jonathan I. Kamens)
From:
[email protected] (Casper Dik)
Date: Thu, 09 Sep 93 16:39:58 +0200
--- 739,745 ----
------------------------------
Subject: How do I get rid of zombie processes that persevere?
! From: Jonathan I. Kamens
From:
[email protected] (Casper Dik)
Date: Thu, 09 Sep 93 16:39:58 +0200
***************
*** 842,848 ****
------------------------------
Subject: How do I get lines from a pipe ... instead of only in larger blocks?
! From:
[email protected] (Jonathan I. Kamens)
Date: Sun, 16 Feb 92 20:59:28 -0500
3.14) How do I get lines from a pipe as they are written instead of only in
--- 842,848 ----
------------------------------
Subject: How do I get lines from a pipe ... instead of only in larger blocks?
! From: Jonathan I. Kamens
Date: Sun, 16 Feb 92 20:59:28 -0500
3.14) How do I get lines from a pipe as they are written instead of only in
*** 2.8 1995/10/09 20:25:34
--- part4 1996/06/11 13:08:35
***************
*** 6,12 ****
Approved:
[email protected]
Archive-name: unix-faq/faq/part4
! Version: $Id: part4,v 2.8 1995/10/09 20:25:34 tmatimar Exp $
These seven articles contain the answers to some Frequently Asked
Questions often seen in comp.unix.questions and comp.unix.shell.
--- 6,12 ----
Approved:
[email protected]
Archive-name: unix-faq/faq/part4
! Version: $Id: part4,v 2.9 1996/06/11 13:07:56 tmatimar Exp $
These seven articles contain the answers to some Frequently Asked
Questions often seen in comp.unix.questions and comp.unix.shell.
***************
*** 234,240 ****
C programmer can call directly. One of the functions does the
equivalent of a popen for both reading and writing. It uses ptys
rather than pipes, and has no deadlock problem. It's portable to
! both BSD and SV. See the next answer for more about 'expect'.
------------------------------
--- 234,240 ----
C programmer can call directly. One of the functions does the
equivalent of a popen for both reading and writing. It uses ptys
rather than pipes, and has no deadlock problem. It's portable to
! both BSD and SV. See question 3.9 for more about 'expect'.
------------------------------
***************
*** 514,520 ****
------------------------------
Subject: How do I keep track of people who are fingering me?
! From:
[email protected] (Jonathan I. Kamens)
From:
[email protected] (Nikola Malenovic)
Date: Thu, 29 Sep 1994 07:28:37 -0400
--- 514,520 ----
------------------------------
Subject: How do I keep track of people who are fingering me?
! From: Jonathan I. Kamens
From:
[email protected] (Nikola Malenovic)
Date: Thu, 29 Sep 1994 07:28:37 -0400
*** 2.8 1995/10/09 20:25:34
--- part5 1996/06/11 13:08:35
***************
*** 6,12 ****
Approved:
[email protected]
Archive-name: unix-faq/faq/part5
! Version: $Id: part5,v 2.8 1995/10/09 20:25:34 tmatimar Exp $
These seven articles contain the answers to some Frequently Asked
Questions often seen in comp.unix.questions and comp.unix.shell.
--- 6,12 ----
Approved:
[email protected]
Archive-name: unix-faq/faq/part5
! Version: $Id: part5,v 2.9 1996/06/11 13:07:56 tmatimar Exp $
These seven articles contain the answers to some Frequently Asked
Questions often seen in comp.unix.questions and comp.unix.shell.
***************
*** 268,274 ****
A very detailed comparison of sh, csh, tcsh, ksh, bash, zsh, and
rc is available via anon. ftp in several places:
! cs.uwp.edu (131.210.1.4):pub/vi/docs/shell-100.BetaA.Z
utsun.s.u-tokyo.ac.jp:misc/vi-archive/docs/shell-100.BetaA.Z
This file compares the flags, the programming syntax,
--- 268,274 ----
A very detailed comparison of sh, csh, tcsh, ksh, bash, zsh, and
rc is available via anon. ftp in several places:
! ftp.uwp.edu (204.95.162.190):pub/vi/docs/shell-100.BetaA.Z
utsun.s.u-tokyo.ac.jp:misc/vi-archive/docs/shell-100.BetaA.Z
This file compares the flags, the programming syntax,
*** 2.8 1995/10/09 20:25:34
--- part6 1996/06/11 13:08:36
***************
*** 6,12 ****
Approved:
[email protected]
Archive-name: unix-faq/faq/part6
! Version: $Id: part6,v 2.8 1995/10/09 20:25:34 tmatimar Exp $
These seven articles contain the answers to some Frequently Asked
Questions often seen in comp.unix.questions and comp.unix.shell.
--- 6,12 ----
Approved:
[email protected]
Archive-name: unix-faq/faq/part6
! Version: $Id: part6,v 2.9 1996/06/11 13:07:56 tmatimar Exp $
These seven articles contain the answers to some Frequently Asked
Questions often seen in comp.unix.questions and comp.unix.shell.
*** 2.8 1995/10/09 20:25:34
--- part7 1996/06/11 13:08:36
***************
*** 6,12 ****
Approved:
[email protected]
Archive-name: unix-faq/faq/part7
! Version: $Id: part7,v 2.8 1995/10/09 20:25:34 tmatimar Exp $
These seven articles contain the answers to some Frequently Asked
Questions often seen in comp.unix.questions and comp.unix.shell.
--- 6,12 ----
Approved:
[email protected]
Archive-name: unix-faq/faq/part7
! Version: $Id: part7,v 2.9 1996/06/11 13:07:56 tmatimar Exp $
These seven articles contain the answers to some Frequently Asked
Questions often seen in comp.unix.questions and comp.unix.shell.