Programming Tutorials

macos Tutorials

31. bless in Mac OS X

By: Strauss K : 2011-02-03

Description: Set volume bootability and set the active boot volume. bless has 5 modes of execution: Folder Mode, Mount Mode, Device Mode, NetBoot Mode, and Info Mode.


32. break in Mac OS X

By: Strauss K : 2011-02-03

Description: Exit from a for, while, until or select loop.


33. builtin in Mac OS X

By: Strauss K : 2011-02-03

Description: Execute the specified shell builtin, passing it arguments, and return its exit status.


34. bzip in Mac OS X

By: Strauss K : 2011-02-03

Description: Compress (bzip) or decompress (bunzip) files


35. cal, ncal in Mac OS X

By: Strauss K : 2011-02-03

Description: Display a calendar.


36. caller in Mac OS X

By: Strauss K : 2011-02-03

Description: Return the context of any active subroutine call (a shell function or a script) executed with the . or source builtins.


37. case in Mac OS X

By: Strauss K : 2011-02-03

Description: Expand words, and match against patern.


38. cat in Mac OS X

By: Strauss K : 2011-02-03

Description: Display the contents of a file (concatenate and print)