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
sed -n 10p file.txt