We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 1d1689b commit afe7ca8Copy full SHA for afe7ca8
problems/tenth-line/tenth_line.bash
@@ -1,3 +1,5 @@
1
#!/usr/bin/env bash
2
3
+# Read from the file file.txt and output the tenth line to stdout.
4
+
5
sed -n '10p' file.txt
0 commit comments