mirror of
git://git.sv.gnu.org/coreutils.git
synced 2026-08-09 02:04:06 +02:00
Use head -n 7', not head -7'.
This commit is contained in:
+1
-1
@@ -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 <<EOF > bad
|
||||
loop:
|
||||
|
||||
Reference in New Issue
Block a user