Home
last modified time | relevance | path

Searched refs:n2 (Results 1 – 8 of 8) sorted by relevance

/coreutils/tests/seq/
Dseq-precision.sh25 seq 999999 inf | head -n2 > out || fail=1
32 n2="1$(echo $n1 | tr 9 0)"
34 seq $n1 $n2 > out || fail=1
35 printf "%s\n" "$n1" "$n2" > exp || framework_failure_
44 seq 1 .1 inf | head -n2 > out || fail=1
49 seq inf inf | head -n2 | uniq > out || fail=1
58 seq 1 .1 0x2 | head -n2 > out || fail=1
/coreutils/tests/shred/
Dshred-exact.sh43 shred --exact -n2 file.slop || fail=1
47 shred --exact -n2 file.slop || fail=1
/coreutils/tests/misc/
Dyes.sh31 yes "$(printf %${size}s '')" | head -n2 | uniq > out.2
41 yes $(seq $i) | head -n2 > out.2
/coreutils/tests/tail/
Dpipe-f.sh50 tail -n2 -f $mode $fastpoll out && touch timed_out) |
51 head -n2 > out2
/coreutils/tests/readlink/
Dmulti.sh43 printf '/1 /1 /1 ' | xargs -n2 readlink -n -m --zero >> out || fail=1
/coreutils/tests/shuf/
Dshuf.sh70 timeout 10 shuf -i1-$SIZE_MAX -n2 >/dev/null ||
/coreutils/src/
Dsort.c695 struct tempnode const *n2 = e2; in proctab_comparator() local
696 return n1->pid == n2->pid; in proctab_comparator()
/coreutils/
DNEWS2514 For example 'shuf -i1-$((2**32-1)) -n2' no longer exhausts memory.