This shows you the differences between two versions of the page.
Both sides previous revisionPrevious revisionNext revision | Previous revision | ||
notes:unix:fall2023:projects:dac0 [2023/09/04 19:23] – [How does compression differ from archiving?] morcutt | notes:unix:fall2023:projects:dac0 [2023/09/05 23:59] (current) – [Updating current repository] jbernata | ||
---|---|---|---|
Line 32: | Line 32: | ||
In the UNIX class Public Directory on lab46 you will find a **dac0/** subdirectory. You can reach the directory by **cd / | In the UNIX class Public Directory on lab46 you will find a **dac0/** subdirectory. You can reach the directory by **cd / | ||
+ | Next unzip each of the files using tar "-cf file.tar" | ||
+ | |||
+ | Check each of the text files, some are in English and others you will have to reverse, flip, or decode using the commands in the toolbox above. | ||
+ | |||
+ | Once this is done use the stat "-c %s filename" | ||
=====Repository Operations===== | =====Repository Operations===== | ||
Line 50: | Line 55: | ||
You can pull changes from the server by using the "Hg pull" command. | You can pull changes from the server by using the "Hg pull" command. | ||
====Updating current repository==== | ====Updating current repository==== | ||
+ | hg update to update your system after everything has been pulled |