From acef49cfea6d8e5a07a965e2a076ddfb396b7b72 Mon Sep 17 00:00:00 2001 From: Augusto Gunsch Date: Sun, 29 Aug 2021 10:57:02 -0300 Subject: [PATCH] Remove carriage returns --- fsub | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/fsub b/fsub index 97f7f7b..6cc963d 100755 --- a/fsub +++ b/fsub @@ -43,5 +43,5 @@ BEGIN { print time for(j = 0; j < linen; j++) print lines[j] -}' $1 > /tmp/fsub +}' $1 | sed 's/\r//' > /tmp/fsub mv /tmp/fsub $1