Skip to content

Latest commit

 

History

History
7 lines (6 loc) · 128 Bytes

tenth-line.md

File metadata and controls

7 lines (6 loc) · 128 Bytes

Solution

# Read from the file file.txt and output the tenth line to stdout.
tail file.txt -n +10 | head -n1