Print specific line numbers sed

Print lines 10 through 20 only (suppress default output with -n)

sed -n '10,20p' file.txt