Skip to content

195. Tenth Line

View on LeetCode

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