Integer Ranges by ninjalj

xargs -n1 sh -c 'a=$[1<<$0%36-1];echo -$a to $[a-1]'

Note that non-ascii characters in the above source code will be escaped (such as \x9f).

download

return to the top page