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-java Show documentation
Show all versions of leetcode-in-java Show documentation
Java-based LeetCode algorithm problem solutions, regularly updated
# Read from the file file.txt and output the tenth line to stdout.
# #Easy #Shell #2022_06_28_Time_26_ms_(99.36%)_Space_3.6_MB_(79.41%)
sed -n 10p file.txt