From dca9e9f08fa30a00049db1f5a833038db7e07e16 Mon Sep 17 00:00:00 2001 From: yasioo111 <113231855+yasioo111@users.noreply.github.com> Date: Mon, 1 May 2023 00:22:52 +0200 Subject: [PATCH] Update linux.txt --- homework/linux.txt | 28 ++++++++++++++++++++++++++++ 1 file changed, 28 insertions(+) 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