Skip to content

Commit

Permalink
Update linux.txt
Browse files Browse the repository at this point in the history
  • Loading branch information
u2024 authored Aug 27, 2024
1 parent e95dcdc commit 8bfdee0
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 @@ -29,7 +29,7 @@ $ cat selected.txt commands.txt
948 ls
949 cd ..
950 clear
951 wc -l processes.txt | selected.txt
951 grep -c . processes.txt | selected.txt
952 touch selected.txt
953 wc -l processes.txt | selected.txt
954 wc -l processes.txt &> selected.txt
Expand Down

0 comments on commit 8bfdee0

Please sign in to comment.