[CentOS] Re: ls and rm: "argument list too long"

William L. Maltby CentOS4Bill at triad.rr.com
Sat Oct 18 11:40:08 UTC 2008


On Sat, 2008-10-18 at 06:00 -0400, William L. Maltby wrote:
> <snip>

Ok. 3rd cup of coffee has made its way into various of my systems. A
minor correction (but important for us pedantic typers) is below.

>     main(argc, *argv[])  /* could be **argv instead */
      main(int argc, char *argv[])  /* could be **argv instead */
>     {
>          /* stuff to do */
>             .
>             .
>             .
>     }
> <snip>

-- 
Bill




More information about the CentOS mailing list