https://leetcode.com/problems/tenth-line/
Last updated 3 years ago
Was this helpful?
cat file.txt | sed -n 10p
sed -n 10p file.txt