This shows you the differences between two versions of the page.
uso:laboratoare:ac:laborator-03:archive [2021/10/14 21:06] liza_elena.babu |
uso:laboratoare:ac:laborator-03:archive [2021/10/18 22:41] (current) liza_elena.babu [Arhive] |
||
---|---|---|---|
Line 12: | Line 12: | ||
În acest capitol vom folosi arhive de tipul //zip// pentru arhivare comprimată. | În acest capitol vom folosi arhive de tipul //zip// pentru arhivare comprimată. | ||
<note>Aceasta nu este singura modalitate de arhivare existenta. Pentru mai multe modalitati, puteti cauta pe Google. Google is your friend :) **(hint: tar)**</note> | <note>Aceasta nu este singura modalitate de arhivare existenta. Pentru mai multe modalitati, puteti cauta pe Google. Google is your friend :) **(hint: tar)**</note> | ||
- | |||
- | TODO: vlc | ||
===== Comprimare - zip ===== | ===== Comprimare - zip ===== | ||
Line 26: | Line 24: | ||
<code bash> | <code bash> | ||
+ | student@uso:~$ cd ~/archive | ||
+ | student@uso:~$ ls -l | ||
+ | total 42M | ||
+ | -rw-r--r-- 1 student student 6,8M oct 11 02:23 inregistrare_lab01.mp4 | ||
+ | -rw-r--r-- 1 student student 2,5M oct 11 02:23 inregistrare_lab02.mp4 | ||
+ | -rw-r--r-- 1 student student 4,8M oct 11 02:23 inregistrare_lab03.mp4 | ||
+ | -rw-r--r-- 1 student student 391K oct 11 02:23 inregistrare_lab04.mp4 | ||
student@uso:~$ zip inregistrari.zip inregistrare_lab01.mp4 inregistrare_lab02.mp4 inregistrare_lab03.mp4 | student@uso:~$ zip inregistrari.zip inregistrare_lab01.mp4 inregistrare_lab02.mp4 inregistrare_lab03.mp4 | ||
adding: inregistrare_lab01.mp4 (deflated 0%) | adding: inregistrare_lab01.mp4 (deflated 0%) | ||
Line 31: | Line 36: | ||
adding: inregistrare_lab03.mp4 (deflated 0%) | adding: inregistrare_lab03.mp4 (deflated 0%) | ||
student@uso:~$ ls -lh | student@uso:~$ ls -lh | ||
- | total 26M | ||
- | drwxr-xr-x 3 student student 4.0K oct 11 12:15 dezarhivare | ||
total 56M | total 56M | ||
-rw-r--r-- 1 student student 6,8M oct 11 02:23 inregistrare_lab01.mp4 | -rw-r--r-- 1 student student 6,8M oct 11 02:23 inregistrare_lab01.mp4 |