Path: utzoo!mnetor!uunet!lll-winken!lll-lcc!ames!ucsd!sdcsvax!ucsdhub!hp-sdd!hplabs!hpda!hpcupt1!hpsal2!morrell From: morrell@hpsal2.HP.COM (Michael Morrell) Newsgroups: comp.unix.questions Subject: Re: read in to history list Message-ID: <2450002@hpsal2.HP.COM> Date: 2 Mar 88 00:48:01 GMT References: <323@ivory.SanDiego.NCR.COM> Organization: HP System Architecture Lab, Cupertino Lines: 14 / hpsal2:comp.unix.questions / mike@ivory.SanDiego.NCR.COM (Michael Lodman) / 8:58 am Feb 29, 1988 / Does someone know of a way to read commands into a history list under csh? I have some commands that I would like read in at login time. -- Michael Lodman (619) 485-3335 Advanced Development NCR Corporation E&M San Diego mike.lodman@ivory.SanDiego.NCR.COM {sdcsvax,cbatt,dcdwest,nosc.ARPA,ihnp4}!ncr-sd!ivory!mike ---------- Try: source -h file It's documented for 4.1BSD csh. It does not work on HP-UX (why?).