Is there a perl one-liner to change ":" to "/" and "/" to ":" in every line of a file.
for example:
fffc002/fffc002:9090
fffc003/fffc003:9090
fffc004/fffc004:9090
above thing should be changed to
fffc002:fffc002/9090
fffc003:fffc003/9090
fffc004:fffc004/9090
Specifying file to process to Perl one-liner
That said, you might have a
trcommand-line utility which could do the same.