From 90ab7c4cc4edaedb9180b7ec73570c0cc06fa0ab Mon Sep 17 00:00:00 2001 From: Oskar Date: Sat, 20 Apr 2024 13:11:26 +0200 Subject: new_line seems to work now --- test/nl.sh | 11 +++++++++++ test/testgrounds/newlinetest | 5 ----- 2 files changed, 11 insertions(+), 5 deletions(-) create mode 100755 test/nl.sh (limited to 'test') diff --git a/test/nl.sh b/test/nl.sh new file mode 100755 index 0000000..7080345 --- /dev/null +++ b/test/nl.sh @@ -0,0 +1,11 @@ +#!/bin/bash + +filename="testgrounds/newlinetest" + +rm -f $filename + +for ((i=1; i<=10; i++)) +do + echo "$i" >> "$filename" +done + diff --git a/test/testgrounds/newlinetest b/test/testgrounds/newlinetest index 97b3d1a..f00c965 100644 --- a/test/testgrounds/newlinetest +++ b/test/testgrounds/newlinetest @@ -8,8 +8,3 @@ 8 9 10 -11 -12 -13 -14 -15 -- cgit v1.2.3