Remove carriage returns

This commit is contained in:
Augusto Gunsch 2021-08-29 10:57:02 -03:00
parent 2b5d28687c
commit acef49cfea
No known key found for this signature in database
GPG Key ID: F7EEFE29825C72DC
1 changed files with 1 additions and 1 deletions

2
fsub
View File

@ -43,5 +43,5 @@ BEGIN {
print time print time
for(j = 0; j < linen; j++) for(j = 0; j < linen; j++)
print lines[j] print lines[j]
}' $1 > /tmp/fsub }' $1 | sed 's/\r//' > /tmp/fsub
mv /tmp/fsub $1 mv /tmp/fsub $1