Notes
Appearance
https://leetcode.com/problems/tenth-line/
# Read from the file file.txt and output the tenth line to stdout. awk "NR==10" file.txt