
g0101_0200.s0195_tenth_line.script.sh Maven / Gradle / Ivy
# 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
© 2015 - 2025 Weber Informatics LLC | Privacy Policy