diff --git a/homework/linux.txt b/homework/linux.txt index e69de29..a3d53c5 100644 --- a/homework/linux.txt +++ b/homework/linux.txt @@ -0,0 +1,28 @@ +yasioo@yasioo-VirtualBox:~/cpp/zad_1$ cat selected.txt commands.txt +185 processes.txt +root 603 0.0 0.5 43560 21456 ? Ss 10:57 0:00 /usr/bin/python3 /usr/bin/networkd-dispatcher --run-startup-triggers +yasioo 924 0.0 0.1 41816 6152 ? S selected.txt + 190 cat processes.txt | grep "/bin" + 191 cat processes.txt | grep "/bin" >> selected.txt + 192 less selected.txt + 193 history + 194 history | tail 10 + 195 man tail + 196 history | tail -n10 + 197 history | tail -n15 > commands.txt