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
sed -n 10p file.txt © 2015 - 2025 Weber Informatics LLC | Privacy Policy
# Read from the file file.txt and output the tenth line to stdout.
# #Easy #Shell
sed -n 10p file.txt