We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 4e9e1fb commit 4b22601Copy full SHA for 4b22601
195-tenth-line.sh
@@ -0,0 +1,2 @@
1
+# Read from the file file.txt and output the tenth line to stdout.
2
+awk 'NR == 10' file.txt
0 commit comments