Re: Executing A Shell Script...
Re: Executing A Shell Script...
- Subject: Re: Executing A Shell Script...
- From: Albert Atkinson <email@hidden>
- Date: Fri, 30 Aug 2002 10:29:36 -0500
Yeah...the script I am trying to execute has to do with the "pax"
command...I was just using the cd and mkdir as an example to simplify
things =)
Albert
On Friday, August 30, 2002, at 10:08 AM, Chris Ridd wrote:
Andrew Pinski <email@hidden> wrote:
I do:
mkdir("dir/To/Make);
Look at mkdir(2)
one step and no need to launch a separate process and is safer because
you can see what the problem is by the return value.
Absolutely and it is clearly much cheaper to run as well, but I
thought the
original poster was trying to do something more general.
Cheers,
Chris
_______________________________________________
cocoa-dev mailing list | email@hidden
Help/Unsubscribe/Archives:
http://www.lists.apple.com/mailman/listinfo/cocoa-dev
Do not post admin requests to the list. They will be ignored.
_______________________________________________
cocoa-dev mailing list | email@hidden
Help/Unsubscribe/Archives:
http://www.lists.apple.com/mailman/listinfo/cocoa-dev
Do not post admin requests to the list. They will be ignored.