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