From 2d88d77931484aeca68cea8ccd303a0d593f0b17 Mon Sep 17 00:00:00 2001 From: VeniGogniti <51407963+VeniGogniti@users.noreply.github.com> Date: Wed, 19 Jun 2024 18:02:21 +0200 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 586dc49..0779a60 100644 --- a/homework/linux.txt +++ b/homework/linux.txt @@ -312,6 +312,6 @@ processes.txt:229:stefx 9478 0.1 0.0 16868 10372 pts/3 Ss 06:48 707 mkdir backup 709 mv copy.txt backup 737 wc -l processes.txt > selected.txt - 752 grep -c "/bin" >> selected.txt + 752 grep -n "/bin" >> selected.txt 803 history | tail -n 110 > commands.txt 804 cat commands.txt