I found these two lines (internet -gtk-dialogs info.)
Code: Select all
echo "subrayando" | sed "s/./&\xCD\x9F/g" >>/text #
echo "tachando" | sed "s/./&\xCC\xB6/g" >> /text #
that modify the letter effect and I ask if there are more effects like these and if it can also be colored using the same model
For example, make the letter a appear indentation of the background ░ or – or — or | (overwritten)
or put blue color ..
I have that great curiosity that has generated those two lines of sed
Thank you