PREV INDEX NEXT

Author: Stan Eisenstat
Subject: Re: [Cs323] simple command '='
Date: Friday, 02 Oct 2020, 07:20:39


    > Message Posted By: Unknown
    >
    > Why is argv[0] two equal signs? Shouldn't it just one of them?
    >
    > (1)$ =
    > CMD (Depth = 0):  SIMPLE,  argv[0] = =
    > (2)$ = a
    > CMD (Depth = 0):  SIMPLE,  argv[0] = =,  argv[1] = a

The first = specifies that the second is the value of argv[0].

--Stan-
PREV INDEX NEXT