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