Skip to content

Commit

Permalink
Update linux.txt
Browse files Browse the repository at this point in the history
  • Loading branch information
KP889 authored Jan 26, 2024
1 parent 4c57ebd commit beef3ce
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions homework/linux.txt
Original file line number Diff line number Diff line change
Expand Up @@ -23,8 +23,8 @@ kp@ubuntu:~/pd2$ cat selected.txt comands.txt
300 mkdir backup
301 mv copy.txt backup/
302 wc -l processes.txt
303 wc -l processes.txt >selected.txt
304 grep -n /bin processes.txt >>selected.txt
303 wc -la processes.txt >selected.txt
304 grep -n /bin processes.txt >> selected.txt
305 history
306 history | tail -n11
307 history | tail -n12 >comands.txt

0 comments on commit beef3ce

Please sign in to comment.