This shows you the differences between two versions of the page.
uso:laboratoare:laborator-03:cheatsheet [2024/10/17 11:12] sergiu.weisz |
uso:laboratoare:laborator-03:cheatsheet [2024/10/17 11:30] (current) sergiu.weisz |
||
---|---|---|---|
Line 15: | Line 15: | ||
<code bash> | <code bash> | ||
+ | student@uso:~/redirection$ ls -l | ||
+ | total 6.1M | ||
+ | -rw-r--r-- 1 student student 1.1M Aug 19 11:55 EGC | ||
+ | -rw-r--r-- 1 student student 209K Aug 19 12:00 lista_materii | ||
+ | -rw-r--r-- 1 student student 2.1M Aug 19 11:55 RL | ||
+ | -rw-r--r-- 1 student student 3.1M Aug 19 11:55 USO | ||
student@uso:~/redirection$ ls -l >> lista_materii | student@uso:~/redirection$ ls -l >> lista_materii | ||
student@uso:~/redirection$ ls | student@uso:~/redirection$ ls | ||
EGC lista_materii RL USO | EGC lista_materii RL USO | ||
+ | student@uso:~/redirection$ ls >> lista_materii | ||
student@uso:~/redirection$ cat lista_materii | student@uso:~/redirection$ cat lista_materii | ||
total 6.1M | total 6.1M |