Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

My linux homework #279

Closed
wants to merge 3 commits into from
Closed
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
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 -n "/bin" selected.txt
347 grep -n "/bin" processes.txt
348 grep -n "/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