Sed
Sed is a stream editor. A stream editor is used to perform basic text transformations on an input stream (a file or input from a pipeline) I use sed a lot to make scripting. If you perform the same tasks in your daily work, sed and curl will be the two of the most important … Read more Sed