Path: utzoo!mnetor!uunet!lll-winken!lll-lcc!ames!pasteur!ucbvax!OUACCVMB.BITNET!CS656 From: CS656@OUACCVMB.BITNET Newsgroups: comp.sys.apple Subject: Argument passing? Message-ID: <8802290741.aa28371@SMOKE.BRL.ARPA> Date: 28 Feb 88 12:00:06 GMT Sender: usenet@ucbvax.BERKELEY.EDU Organization: The Internet Lines: 7 I've just started using a C shell (MANX C656-c) and was amazed at the ability to not only run a command or program by typing its name but if I were to includ e some parameters on the same line they were used. For instance ln /ram/write.o /ram/ln/c.lib To link the file write.o but tell the linker to use the c.lib library in /RAM/LN. Here's my stupid question of the week. Is this what is referred to as "argument passing"?