#195 Tenth Line

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

cat file.txt | sed -n 10p
sed -n 10p file.txt

Last updated

Was this helpful?