home *** CD-ROM | disk | FTP | other *** search
/ NetNews Usenet Archive 1993 #1 / NN_1993_1.iso / spool / comp / unix / question / 15339 < prev    next >
Encoding:
Internet Message Format  |  1993-01-08  |  1005 b 

  1. Path: sparky!uunet!cs.utexas.edu!qt.cs.utexas.edu!yale.edu!jvnc.net!newsserver.jvnc.net!rutgers!uwvax!cs.wisc.edu!gopala
  2. From: gopala@marge.cs.wisc.edu (Venkatasubramanian K Gopalakrishnan)
  3. Newsgroups: comp.unix.questions
  4. Subject: question on csh parsing
  5. Keywords: csh
  6. Message-ID: <gopala.726525930@cs.wisc.edu>
  7. Date: 8 Jan 93 20:45:30 GMT
  8. Sender: news@cs.wisc.edu (The News)
  9. Organization: U of Wisconsin Madison - Computer Sciences
  10. Lines: 18
  11.  
  12. I have a question regarding csh. The following alias when executed gave
  13. and error message "Too many ('s":
  14.  
  15. alias f3 '( finger xyz@abcd.efg, \
  16.         finger pqr@lmn.edu, \
  17.         finger sdf@sdf.fsd ) | more'
  18.  
  19. However it worked as expected when I removed the backslashes and typed
  20. the whole thing on a single line. Any pointers as to why this should
  21. happen? Am I doing anything wrong?
  22.  
  23. -- 
  24. Bye
  25. KGB
  26. (gopala@cs.wisc.edu)
  27. **********************************************************************
  28. 1850)
  29. **********************************************************************
  30.