カр
Size: a a a
カр
S
カр
カр
B
B
カр
カр
カр
B
B
B
カр
B
B
S
sfy@flyinghigh: ~
↳ echo -e "awdawdacw\nkeycodefuckshit"
awdawdacw
keycodefuckshit
sfy@flyinghigh: ~
↳ echo -e "awdawdacw\nkeycodefuckshit" | egrep -o 'keycode.{4}'
keycodefuck
sfy@flyinghigh: ~
↳ echo -e "awdawdacw\nkeycodefuckshit" | egrep -o 'keycode.{4}' | sed 's/^keycode//'
fuck
カр
sfy@flyinghigh: ~
↳ echo -e "awdawdacw\nkeycodefuckshit"
awdawdacw
keycodefuckshit
sfy@flyinghigh: ~
↳ echo -e "awdawdacw\nkeycodefuckshit" | egrep -o 'keycode.{4}'
keycodefuck
sfy@flyinghigh: ~
↳ echo -e "awdawdacw\nkeycodefuckshit" | egrep -o 'keycode.{4}' | sed 's/^keycode//'
fuck
S
B