Skip navigation.
 
mlRe: Max arguments for NSTask?
FROM : Scott Anguish
DATE : Sun Oct 27 22:35:24 2002

On Sunday, October 27, 2002, at 04:33 PM, Charles Srstka wrote:

>>> If it doesn't exist, xargs does look promising.
>>>

>>
>>     that's an option.. but why in the hell use pax anyways... tar works
>> and it doesn't replace symbolic links that the user has created with
>> files that it feels are more appropriate.

>
> Unfortunately, I have no choice but to use pax for what I do. However,
> tar doesn't seem to have this option either...
>

   OK.. tar in this case is infact Pax (barf).. why would you have no
choice but to use pax?  Unless you're pulling apart .pkg files..

   gnutar.. that'll do it.. --files-from filename

   with pax you could just iterate over the files, adding/extracting them
to/from an existing archive...
_______________________________________________
cocoa-dev mailing list | <email_removed>
Help/Unsubscribe/Archives: http://www.lists.apple.com/mailman/listinfo/cocoa-dev
Do not post admin requests to the list. They will be ignored.

Related mailsAuthorDate
mlMax arguments for NSTask? Charles Srstka Oct 27, 19:37
mlRe: Max arguments for NSTask? Nicholas Riley Oct 27, 19:53
mlRe: Max arguments for NSTask? Scott Anguish Oct 27, 19:59
mlRe: Max arguments for NSTask? Finlay Dobbie Oct 27, 19:59
mlRe: Max arguments for NSTask? Finlay Dobbie Oct 27, 20:10
mlRe: Max arguments for NSTask? Charles Srstka Oct 27, 20:23
mlRe: Max arguments for NSTask? Scott Anguish Oct 27, 22:01
mlRe: Max arguments for NSTask? Charles Srstka Oct 27, 22:33
mlRe: Max arguments for NSTask? Scott Anguish Oct 27, 22:35
mlRe: Max arguments for NSTask? Chris Hanson Oct 27, 23:14
mlRe: Max arguments for NSTask? Nicholas Riley Oct 27, 23:59
mlRe: Max arguments for NSTask? Mark Levin Oct 28, 00:23
mlRe: Max arguments for NSTask? Charles Srstka Oct 28, 03:28
mlRe: Max arguments for NSTask? Chris Hanson Oct 28, 08:14
mlRe: Max arguments for NSTask? Hasan Diwan Oct 28, 17:31