Skip to content

Commit 4b22601

Browse files
authored
Create 195-tenth-line.sh
1 parent 4e9e1fb commit 4b22601

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

195-tenth-line.sh

+2
Original file line numberDiff line numberDiff line change
@@ -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

Comments
 (0)