From f98094172efbeb4ad1ce3a78ee0c472c4b6f0e6b Mon Sep 17 00:00:00 2001 From: SquidSpirit Date: Sun, 17 Aug 2025 22:27:01 +0800 Subject: [PATCH] feat: add script to print the 10th line of a file --- 195_thenth_line/script.sh | 1 + 1 file changed, 1 insertion(+) create mode 100644 195_thenth_line/script.sh diff --git a/195_thenth_line/script.sh b/195_thenth_line/script.sh new file mode 100644 index 0000000..840b4aa --- /dev/null +++ b/195_thenth_line/script.sh @@ -0,0 +1 @@ +sed -n '10p' file.txt