ref: ef55ac8cdcb2971ce09f7c817e26c91e8d550489 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