ref: 71b42354a99a5bd152e0db49d1cb7329a20335f2
dir: /sys/src/ape/lib/ap/gen/reduce/
O=$1 shift objtype=$1 shift if(ls -p ../$objtype/*.[cs] >[2]/dev/null | sed 's/..$//;s/^/^/' > /tmp/reduce.$pid) { echo $* | tr ' ' \012 | grep -v -f /tmp/reduce.$pid | tr \012 ' ' } if not { # if empty directory, just return the input files echo $* } rm /tmp/reduce.$pid