News

You can create a new file and save the modified output there using the redirection operator. For instance, to send the output to a separate file , use: sed 's/Linux/Windows/g' example.txt > file.txt ...