Skip to content

Commit

Permalink
Update linux.txt
Browse files Browse the repository at this point in the history
  • Loading branch information
dsecop authored May 21, 2024
1 parent 3af3fb4 commit 2cae279
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion homework/linux.txt
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ darek 4226 0.0 0.0 8332 6568 pts/7 Ss+ 16:06 0:00 /usr/bin/zsh -i
43 mkdir backup
44 mv copy.txt backup/
45 ls
46 cat processes.txt | wc -l > selected.txt
46 wc -l processes.txt > selected.txt
47 grep "/bin" processes.txt >> selected.txt
48 history
49 history | tail -n12 > commands.txt

0 comments on commit 2cae279

Please sign in to comment.