g0101_0200.s0195_tenth_line.script.sh Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of leetcode-in-kotlin Show documentation
Show all versions of leetcode-in-kotlin Show documentation
Kotlin-based LeetCode algorithm problem solutions, regularly updated
# Read from the file file.txt and output the tenth line to stdout.
# #Easy #Shell #2022_10_18_Time_36_ms_(87.50%)_Space_3.6_MB_(81.52%)
sed -n 10p file.txt