=====Unix Keyword===== File Compression. ====Definition==== involves encoding information using fewer bits than the original file. It helps reduce resources usage such as data storage space or transmission capacity. In order to use the data again though you must uncompress the file. ====References==== http://en.wikipedia.org/wiki/File_compression =====Unix Keyword 1 Phase 2===== Links to Files ====Definition==== Definition (in your own words) of the chosen keyword. ====References==== List any sites, books, or sources utilized when researching information on this topic. (Remove any filler text). * Reference 1 * Reference 2 * Reference 3 ====Demonstration==== Demonstration of the indicated keyword. Alternatively (or additionally), if you want to demonstrate something on the command-line, you can do so as follows: brett@ubuntu: cd closet brett@ubuntu:~/closet$ ls robes spells skeleton brett@ubuntu:~/closet$ ln -s skeleton torch brett@ubuntu:~/closet$ ls robes skeleton spells torch brett@ubuntu:~/closet$ ls -l total 8 drwxrwxr-x 2 brett brett 4096 Aug 31 22:27 robes -rw-rw-r-- 1 brett brett 0 Sep 30 19:22 skeleton drwxrwxr-x 2 brett brett 4096 Aug 31 22:49 spells lrwxrwxrwx 1 brett brett 8 Sep 30 19:23 torch -> skeleton brett@ubuntu:~/closet$