sed command – modifies the contents of files and sends the updated file to standard output Sort for Stream Editor sed allows you to use pre-recorded commands to make changes to text. sed ‘s/blue/green’ colors.txt > newcolors.txt sed [options] script-text [inoput-file] -n Suppress the default output. -e script script is an edit command Full Article…
Viewing 1 item
sed