Description
This function/statement executes the unixCommand (CFString literal or variable) via a UNIX pipe and returns any results as a CFStringRef. Note: not all UNIX commands return a result.
This command replaces the former open "UNIX" command.
Note
If your app is destined for Apple's Mac App Store, using CocoaUI calls instead of unix is a better approach.
Apple security makes it difficult to execute piped UNIX commands.