Path: utzoo!utgpu!jarvis.csri.toronto.edu!mailrus!csd4.milw.wisc.edu!uxc!uxc.cso.uiuc.edu!m.cs.uiuc.edu!p.cs.uiuc.edu!zweig From: zweig@p.cs.uiuc.edu Newsgroups: comp.protocols.tcp-ip Subject: Re: syntax of remote pathnames? Message-ID: <93400016@p.cs.uiuc.edu> Date: 30 Mar 89 16:51:00 GMT References: <4062728@ Lines: 19 Nf-ID: #R:x (for various "x") taught its "office automation" users (sec'ys, etc.) to make "friendly" shell scripts whose names were some function key, so users could "customize" their terminals with single buttons that, for example, read mail. To wit: % vi # note no need to type RETURN after hitting ...edit the Function-Key-3 script... % chmod a+x % ...and the script named "<^A>c" runs... ^^^^^^^^^^^^^^^^ Uh-uh. The script named "<^A>c" runs, since the tells the shell about the end of the input line.