segs by eban

read a
n=${#a}
for i in `seq $n`;do for j in `seq $i`;do echo "${a:$[n-i]:$j}";done;done

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

download

return to the top page