Stream Editor: sed

NAME sed -- stream editor sed Useful Commands Change the string something to else sed 's/something/else/' [file] Change the string something to else and add backup file: Will output two…