home *** CD-ROM | disk | FTP | other *** search
/ NetNews Usenet Archive 1992 #16 / NN_1992_16.iso / spool / comp / sys / hp / 8730 < prev    next >
Encoding:
Text File  |  1992-07-30  |  951 b   |  30 lines

  1. Newsgroups: comp.sys.hp
  2. Path: sparky!uunet!stanford.edu!leland.Stanford.EDU!polly
  3. From: polly@leland.Stanford.EDU (polly siegel)
  4. Subject: Re: "source" on HP-UX
  5. Message-ID: <1992Jul30.165605.8419@leland.Stanford.EDU>
  6. Sender: news@leland.Stanford.EDU (Mr News)
  7. Organization: DSG, Stanford University, CA 94305, USA
  8. References: <1992Jul29.110828.16235@hp9000.csc.cuhk.hk>
  9. Date: Thu, 30 Jul 92 16:56:05 GMT
  10. Lines: 18
  11.  
  12. In article <1992Jul29.110828.16235@hp9000.csc.cuhk.hk> a866700@hp9000.csc.cuhk.hk (Wong Siu To) writes:
  13. >Hi all,
  14. >
  15. >Does anyone know if HP-UX the "source" command (or equivalent) ?
  16.  
  17. The "source" command is a builtin to the csh.  If you're using the ksh, then 
  18. the "." command is the equivalent.  So if you want to source a file named
  19. "myfuncs", typing ". myfuncs" will perform the equivalent functionality
  20. in the ksh as will "source myfuncs" in the ksh.
  21.  
  22. - polly
  23. ---------
  24. Polly Siegel
  25. Stanford University
  26. (polly@grover.stanford.edu)
  27.  
  28.  
  29.  
  30.