konsoleSo you’re working from the command line, and you need to do some character string manipulations.  You could use sed or awk, but if the job is not overly complex, consider using tr. Continue reading