ref: 664ed60c28bd70ea087bff6fa56167fc65d6f100 dir: /bin/xpage/
#!/bin/rc if(~ $#* 0) exit if(~ $1 -s) walk -fesp $*(2-) | sort -rn | sed '512q;s/^[^ ]+ //' | xargs -n 512 page -m 128 if not walk $* | shl | sed 512q | xargs -n 512 page -m 128