From 2704e51ad487b240ef6da939d385ae411059e503 Mon Sep 17 00:00:00 2001 From: Lars Wirzenius Date: Tue, 20 May 2014 14:45:05 +0100 Subject: Break long line --- recv-hole | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/recv-hole b/recv-hole index cd54233..588836e 100755 --- a/recv-hole +++ b/recv-hole @@ -24,7 +24,8 @@ recv_data() local n read n - dd of="$1" conv=notrunc oflag=append bs=1 count="$n" status=noxfer 2>&1 | grep -Ev ' records (in|out)$' || true + dd of="$1" conv=notrunc oflag=append bs=1 count="$n" status=noxfer 2>&1 | + grep -Ev ' records (in|out)$' || true } -- cgit v1.2.1