Skip to content

Commit afe7ca8

Browse files
author
Openset
committed
Update: Tenth Line
1 parent 1d1689b commit afe7ca8

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed
Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,5 @@
11
#!/usr/bin/env bash
22

3+
# Read from the file file.txt and output the tenth line to stdout.
4+
35
sed -n '10p' file.txt

0 commit comments

Comments
 (0)