Skip to content

Commit

Permalink
Update linux.txt
Browse files Browse the repository at this point in the history
  • Loading branch information
TodorokiBoy authored Nov 4, 2024
1 parent d0e8989 commit 9740ec0
Showing 1 changed file with 24 additions and 0 deletions.
24 changes: 24 additions & 0 deletions homework/linux.txt
Original file line number Diff line number Diff line change
@@ -0,0 +1,24 @@
cat selected.txt commands.txt
6 processes.txt
333 mkdir katalog
334 touch ./katalog/processes.txt
335 ps aux > ./katalog/processes.txt
336 cd katalog
337 less processes.txt
338 cp processes.txt copy.txt
339 mkdir backup
340 mv copy.txt ./backup/copy.txt
341 ls
342 man wc
343 wc -l processes.txt
344 wc -l processes.txt > selected.txt
345 cat selected.txt
346 grep "/bin" selected.txt
347 grep "/bin" processes.txt
348 grep "/bin" processes.txt >> selected.txt
349 history
350 history | tail -n17 > commands.txt
351 less commands.txt
352 history | tail -n19 > commands.txt
353 less commands.txt
354 history | tail -n22 > commands.txt

0 comments on commit 9740ec0

Please sign in to comment.