diff --git a/Q2.md b/Q2.md index 93b9990..fb4afcd 100644 --- a/Q2.md +++ b/Q2.md @@ -1,17 +1,11 @@ -Zadanie 1 -
-rm -f -
-Zadanie 2 -
-sort books1.txt > books.txt.sorted -
-sort -o books.txt.sorted books1.txt -
+Zadanie 1
+rm -f
+Zadanie 2
+sort books1.txt > books.txt.sorted
+sort -o books.txt.sorted books1.txt
sort books2.txt > books.txt.sorted
-sort -o books.txt.sorted books1.txt -
-Zadanie 3 -mv a.txt b.txt TXT -Zadanie 4 -seq 0 7 140 \ No newline at end of file +sort -o books.txt.sorted books1.txt
+Zadanie 3
+mv a.txt b.txt TXT
+Zadanie 4
+seq 0 7 140 \ No newline at end of file