trimming by yamaya

f(){
s=`m4`
for i in {30..1};{ cut -b$i<<<"$s"|tr -d \\n;echo;}|awk c+=NF
}
f|f|f|f

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

download

return to the top page