Execute the command

echo COMPUTEREXERCISES > sort.txt
    

and open the file sort.txt using the text editor vi. Try to sort the letters in the word COMPUTEREXERCISES in alphabetic order without moving the letters manually. You should instruct vi to perform all the work (using three commands).