Skip to content

Commit

Permalink
Update linux.txt
Browse files Browse the repository at this point in the history
misletter in backup corrected
  • Loading branch information
kprzygod authored Jan 17, 2024
1 parent 05eb38f commit d5e7146
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 @@ -2,8 +2,8 @@
2 touch zadanie/processes.txt
3 ps -aux > zadanie/processes.txt
4 cp zadanie/processes.txt zadanie/copy.txt
5 mkdir zadanie/buckup
6 mv zadanie/copy.txt zadanie/buckup/
5 mkdir zadanie/backup
6 mv zadanie/copy.txt zadanie/backup/
7 wc -l zadanie/processes.txt
8 touch zadanie/selected.txt
9 wc -l zadanie/processes.txt > zadanie/selected.txt
Expand Down

0 comments on commit d5e7146

Please sign in to comment.