======DAC0 project documentation====== =====Toolbox===== It would be especially useful to review the manual pages or any documentation on the following resources: * **ls**(**1**) - lists files. * **apropos "search term"** - lists commands that have a given term * **unzip "filename"** - unzips zipped/compressed files * **uudecode "filename"** - decodes file. * **tac "filename"** - flips the text within the vertically. * **tar**- does many things with archives, read the man page for more info * **rev "filename"** - reverses lines of text. =====Background===== ====What is an archive==== ====What actions can be performed on an archive?==== ====What is compression==== ====How does compression differ from archiving?==== ====Types of compression (lossy vs lossless)==== =====Procedure===== =====Repository Operations===== ====Checking current repository status==== ====Adding untracked files to repository==== ====Committing changes==== ====Pushing commits upstream to server==== ====Pulling changes from server==== ====Updating current repository====