home *** CD-ROM | disk | FTP | other *** search
/ NetNews Usenet Archive 1992 #19 / NN_1992_19.iso / spool / gnu / bash / bug / 581 < prev    next >
Encoding:
Text File  |  1992-08-31  |  740 b   |  34 lines

  1. Newsgroups: gnu.bash.bug
  2. Path: sparky!uunet!cis.ohio-state.edu!cs.purdue.edu!svb
  3. From: svb@cs.purdue.edu (Stephan Bechtolsheim)
  4. Subject: alias
  5. Message-ID: <19390@ector.cs.purdue.edu>
  6. Keywords: alias
  7. Sender: gnulists@ai.mit.edu
  8. Organization: Department of Computer Science, Purdue University
  9. Distribution: gnu
  10. Date: Mon, 31 Aug 1992 15:28:19 GMT
  11. Approved: bug-bash@prep.ai.mit.edu
  12. Lines: 20
  13.  
  14. How do you get, in an alias, the rest of the command line expanded?
  15. If I write
  16.     alias xx='echo abc 777 def'
  17. and
  18.     xx this is fun
  19. should print
  20.     abc this is fun def
  21.  
  22. What do I need to write instead of the '777'? Could not find
  23. anything in the documentation. It's a bug in that it's not documented .......
  24. Verson 1.12.....
  25.  
  26.  
  27. StvB
  28.  
  29. P.S. Thank you.
  30. .
  31. .
  32.  
  33.  
  34.