mirror of
https://github.com/coreutils/coreutils.git
synced 2024-12-03 23:13:50 +08:00
Use head -n 7', not
head -7'.
This commit is contained in:
parent
ebce0d1dec
commit
76272609c2
@ -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:
|
||||
|
Loading…
Reference in New Issue
Block a user