ref: 845607a5dd0724b9b897745d025c8e5d19a34991
dir: /sys/src/libc/port/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