Searched refs:n2 (Results 1 – 8 of 8) sorted by relevance
25 seq 999999 inf | head -n2 > out || fail=132 n2="1$(echo $n1 | tr 9 0)"34 seq $n1 $n2 > out || fail=135 printf "%s\n" "$n1" "$n2" > exp || framework_failure_44 seq 1 .1 inf | head -n2 > out || fail=149 seq inf inf | head -n2 | uniq > out || fail=158 seq 1 .1 0x2 | head -n2 > out || fail=1
43 shred --exact -n2 file.slop || fail=147 shred --exact -n2 file.slop || fail=1
31 yes "$(printf %${size}s '')" | head -n2 | uniq > out.241 yes $(seq $i) | head -n2 > out.2
50 tail -n2 -f $mode $fastpoll out && touch timed_out) |51 head -n2 > out2
43 printf '/1 /1 /1 ' | xargs -n2 readlink -n -m --zero >> out || fail=1
70 timeout 10 shuf -i1-$SIZE_MAX -n2 >/dev/null ||
695 struct tempnode const *n2 = e2; in proctab_comparator() local696 return n1->pid == n2->pid; in proctab_comparator()
2514 For example 'shuf -i1-$((2**32-1)) -n2' no longer exhausts memory.