Commit 7d691654 authored by Martin Pool's avatar Martin Pool

See if head(1) works -- broken on some systems?

parent 6cd7888e
......@@ -83,6 +83,9 @@ hands_setup() {
ls -ltr /etc > ${FROM}/dir/subdir/subsubdir/etc-ltr-list
mkdir ${FROM}/dir/subdir/subsubdir2
ls -lt /bin > ${FROM}/dir/subdir/subsubdir2/bin-lt-list
which head
ls -lR ${srcdir} | head -10
}
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment