home *** CD-ROM | disk | FTP | other *** search
- Newsgroups: comp.sys.hp
- Path: sparky!uunet!stanford.edu!leland.Stanford.EDU!polly
- From: polly@leland.Stanford.EDU (polly siegel)
- Subject: Re: "source" on HP-UX
- Message-ID: <1992Jul30.165605.8419@leland.Stanford.EDU>
- Sender: news@leland.Stanford.EDU (Mr News)
- Organization: DSG, Stanford University, CA 94305, USA
- References: <1992Jul29.110828.16235@hp9000.csc.cuhk.hk>
- Date: Thu, 30 Jul 92 16:56:05 GMT
- Lines: 18
-
- In article <1992Jul29.110828.16235@hp9000.csc.cuhk.hk> a866700@hp9000.csc.cuhk.hk (Wong Siu To) writes:
- >Hi all,
- >
- >Does anyone know if HP-UX the "source" command (or equivalent) ?
-
- The "source" command is a builtin to the csh. If you're using the ksh, then
- the "." command is the equivalent. So if you want to source a file named
- "myfuncs", typing ". myfuncs" will perform the equivalent functionality
- in the ksh as will "source myfuncs" in the ksh.
-
- - polly
- ---------
- Polly Siegel
- Stanford University
- (polly@grover.stanford.edu)
-
-
-
-