From: Jim Meyering Date: Sat, 16 Feb 2002 08:54:52 +0000 (+0000) Subject: Use `head -n 7', not `head -7'. X-Git-Tag: TEXTUTILS-2_0_21~50 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=76272609c2f820b80f38c84d5dc838bbbbf9a3de;p=thirdparty%2Fcoreutils.git Use `head -n 7', not `head -7'. --- diff --git a/tests/ls/infloop b/tests/ls/infloop index 69ecba4d61..1842c5bc4b 100755 --- a/tests/ls/infloop +++ b/tests/ls/infloop @@ -27,7 +27,7 @@ fi fail=0 -ls -RL loop 2>err | head -7 > out +ls -RL loop 2>err | head -n 7 > out # With an inf-looping ls, out will contain these 7 lines: cat < bad loop: