Answer the question
In order to leave comments, you need to log in
Text transcoding in linux?
There is a string "ghbdtn". How can I recode it into "hello" using existing Linux software?
I plan to hang this in the xclip handler.
X Neural Switcher does not work normally, I don’t want to write my own crutch with mapping either.
Answer the question
In order to leave comments, you need to log in
echo -n 'ghbdtn' | sed "y/qwertyuiop[]asdfghjkl;'zxcvbnm,./йцукенгшщзхъфывапролджэячсмитьбю/"
console command tr - tr ansliterate
Замена a на j, b на k, c на m, d на n в стандартном входе.
$ tr 'abcd' 'jkmn'
Didn't find what you were looking for?
Ask your questionAsk a Question
731 491 924 answers to any question