Xref: utzoo comp.unix.questions:20313 comp.unix.wizards:20843 Path: utzoo!utgpu!jarvis.csri.toronto.edu!cs.utexas.edu!swrinde!zaphod.mps.ohio-state.edu!sol.ctr.columbia.edu!cica!iuvax!sahayman From: sahayman@iuvax.cs.indiana.edu (Steve Hayman) Newsgroups: comp.unix.questions,comp.unix.wizards Subject: Diffs to the Frequently Asked Questions postings Message-ID: <37670@iuvax.cs.indiana.edu> Date: 2 Mar 90 05:54:24 GMT Followup-To: comp.unix.questions Organization: Computer Science Department, Indiana University Lines: 232 Here are the most recent changes to parts 1 and 2 of the Frequently Asked Questions articles, which have just been posted. You can find the full articles elsewhere in comp.unix.questions and comp.unix.wizards. You can also ftp the most recent version from iuvax.cs.indiana.edu (129.79.254.192), where it's "pub/Unix-Questions.part1" and "pub/Unix-Questions.part2". *** /tmp/,RCSt1a02076 Fri Mar 2 00:53:33 1990 --- part2 Fri Mar 2 00:49:46 1990 *************** *** 38,44 **** the number in parentheses mean? 19) What does {awk,grep,fgrep,egrep,biff,cat,gecos,nroff,troff,tee,bss} stand for? ! 20) How do I pronounce "vi" , or "!", or "/*", or ...? If you're looking for the answer to, say, question 14, and want to skip --- 38,46 ---- the number in parentheses mean? 19) What does {awk,grep,fgrep,egrep,biff,cat,gecos,nroff,troff,tee,bss} stand for? ! 20) How does the gateway between "comp.unix.questions" and the ! "info-unix" mailing list work? ! 21) How do I pronounce "vi" , or "!", or "/*", or ...? If you're looking for the answer to, say, question 14, and want to skip *************** *** 471,476 **** --- 473,485 ---- rsh machine command & or rsh machine 'command &' + For instance, try doing rsh machine 'sleep 60 &' + and you'll see that the 'rsh' won't exit right away. + It will wait 60 seconds until the remote 'sleep' command + finishes, even though that command was started in the + background on the remote machine. So how do you get + the 'rsh' to exit immediately after the 'sleep' is started? + The solution - if you use csh on the remote machine: rsh machine -n 'command >&/dev/null and < --- 1018,1025 ---- @ trunk-a "trunk" = "elephant nose" @ strudel as in Austrian apple cake @ fetch from FORTH ! \ scan APL ! \ expand APL ^ and from formal logic ^ pointer from PASCAL ^ upper-than cf. > and < *************** *** 966,974 **** {} hitchcocks from the old Alfred Hitchcock show, with the stylized profile of the man | broken line EBCDIC has two vertical bars, one solid and one broken. ! ~ enyay from the Spanish n-tilde () nil LISP - -- Steve Hayman Workstation Manager Computer Science Department Indiana U. sahayman@iuvax.cs.indiana.edu iuvax!sahayman (812) 855-6984 --- 1032,1039 ---- {} hitchcocks from the old Alfred Hitchcock show, with the stylized profile of the man | broken line EBCDIC has two vertical bars, one solid and one broken. ! ~ enyay from the Spanish n-tilde () nil LISP -- Steve Hayman Workstation Manager Computer Science Department Indiana U. sahayman@iuvax.cs.indiana.edu iuvax!sahayman (812) 855-6984