Something about sed (Stream Editor)
Intro sed is stream editor, a command line used to perform basic text transformation, usually on a file. Running sed sed options “Important” options for sed will be listed below: -n / --quiet / --silent Suppress automatic printing of pattern space --debug Annotate program execution. This will output the sed program in slightly user readable... » read more