Write the command to change all the a-c characters to charac…

Write the command to change all the a-c characters to characters p-r. In other words, all a characters become p and all b characters become q and all c characters become r. The input file is called example and the result should be saved in the file called result. This must be done in one line.