Skip to content
On this page

195. Tenth Line

https://leetcode.com/problems/tenth-line/

shell
# Read from the file file.txt and output the tenth line to stdout.
awk "NR==10" file.txt