[CentOS] Re: ls and rm: "argument list too long"
William L. Maltby
CentOS4Bill at triad.rr.comSat Oct 18 11:40:08 UTC 2008
- Previous message: [CentOS] Re: ls and rm: "argument list too long"
- Next message: [CentOS] Re: ls and rm: "argument list too long"
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
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
- Previous message: [CentOS] Re: ls and rm: "argument list too long"
- Next message: [CentOS] Re: ls and rm: "argument list too long"
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
More information about the CentOS mailing list