Path: utzoo!utgpu!news-server.csri.toronto.edu!cs.utexas.edu!uunet!motcid!mostek From: mostek@motcid.UUCP (Frank B. Mostek) Newsgroups: comp.unix.shell Subject: at command args Summary: passing args to the at command in a script Keywords: at command script args Message-ID: <5195@crystal1.UUCP> Date: 13 Nov 90 18:57:31 GMT Distribution: comp,local Organization: Motorola Inc., Cellular Infrastructure Div., Arlington Heights, IL Lines: 9 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.