Terminal For Mac Lion
The process involves a simple Terminal command, and allows you to continue using your Mac as the update downloads and the initial software installation takes place in the background.
- Terminal.app running under OS X (Lion) Terminal (officially called Terminal.app) is, strictly speaking, an emulator and works off most typical UNIX commands (OS X is a UNIX-based system, as opposed to Windows, which is NT-based). Unlike OS X, which has a graphical user interface (shortened to GUI), Terminal works off a text-based interface.
- 30 Terminal tips, tricks and projects for Mac In this tutorial, we'll cover in detail some of the best uses for the macOS command line tool. Including: how to watch an ASCII version of Star Wars.
- Apple Mac OS X Lion is now available to general public. The Mac OS X 10.7 Lion is available for installation only from the Mac App Store. This guide will teach you how to create a bootable USB Flash drive of Mac OS X Lion 10.7 and install Lion from USB, rather than downloading it from Mac App Store on each and every Mac computer you own.
Mac Terminal For Windows
Since macOS is based on Unix there are a number of ways to compress files and folders within the filing system using Unix based application code, below are a few options using the Terminal or command line interface (cli). The default command line application interface in macOS is the Terminal and is stored in /Applications/Utilities.
File and folder compression saves on file size and ensures the contents are captured and delivered or stored as one monolithic file. A compressed file which contains files and folders is generally referred to as an archive. Here are some built-in compression applications you can use including zip, tar, gz, bz2, gz and dmg.
ZIP – Cross Platform
First up is ZIP one of the most commonly used compression techniques used across all platforms
To compress
To extract
If you want to make a zip without those invisible Mac resource files such as “_MACOSX” or “._Filename” and .ds store files, use the “-X” option in the command so:
TAR.GZ – Cross Platform
Second up is TAR, an old favorite on Unix/Linux – you add the GZ for the compression – compresses tighter than zip
To compress
To extract
TAR.BZ2 – Cross Platform
A variation on TAR GZ but with better compression than both tar.gz and zip.
To compress
Best Terminal For Mac
To extract
GZ
Without the tar
To extract
DMG – macOS Only
This one is macOSnative only – for a GUI interface use /Applications/Utilities/Disk Utility – for command line use:
To create
To mount
To view
To Eject
Terminal For Mac Lion 10.7
You can also use a number of different formats for creating a .dmg
- UDZO – Compressed image (default)
- UDRO – Read-only image
- UDBZ – Better compressed image
- UDRW – Read/Write image
- UDTO – DVD disk image

How To Use Mac Terminal
That’s the low down, the more common compression packages available will typically be covered in one of the above.
