Reverse Repeated Printing by tails

read a||cd /
b=${a//[^${a:~0}]}
echo ${a::1} ${a:~0} ${#b}
. *

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

download

return to the top page