feat: add script to print the 10th line of a file

This commit is contained in:
SquidSpirit 2025-08-17 22:27:01 +08:00
parent d0a1350e9b
commit f98094172e

View File

@ -0,0 +1 @@
sed -n '10p' file.txt