Training courses
Kernel and Embedded Linux
Bootlin training courses
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15
# $FreeBSD$ f() { return $1; } [ `f 42; cat <<EOF $? EOF ` = 42 ] || echo simple command bad long=`printf %08192d 0` [ `f 42; cat <<EOF $long.$? EOF ` = $long.42 ] || echo long simple command bad