Path: utzoo!attcan!uunet!motcid!renkel From: renkel@motcid.UUCP (Willis H. Renkel) Newsgroups: comp.unix.shell Subject: Re: at command args Summary: i use the following and it works at time < Date: 14 Nov 90 14:30:46 GMT References: <5195@crystal1.UUCP> Distribution: comp,local Organization: Motorola Inc., Cellular Infrastructure Div., Arlington Heights, IL Lines: 10 In article <5195@crystal1.UUCP>, mostek@motcid.UUCP (Frank B. Mostek) writes: > Would like to be able to pass parameters to a script invoked by the > "at" command. Have tried: > > at now + 1 minute test xyz > > where xyz is the parameter I want to pass to the test > script. > > The script is executed, but the parameter is ignored.