From 2ba411e0cd1ff2c75e60a7d9a818e7a57fa8c2e0 Mon Sep 17 00:00:00 2001 From: KP889 <96901296+KP889@users.noreply.github.com> Date: Fri, 26 Jan 2024 21:10:02 +0100 Subject: [PATCH] Update linux.txt --- homework/linux.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/homework/linux.txt b/homework/linux.txt index b0bdbd6..b76652f 100644 --- a/homework/linux.txt +++ b/homework/linux.txt @@ -26,5 +26,5 @@ kp@ubuntu:~/pd2$ cat selected.txt comands.txt 303 wc -l processes.txt > selected.txt 304 grep -n /bin processes.txt >> selected.txt 305 history - 306 history | tail -n11 > comands.txt + 306 history | tail -n12 > comands.txt