Linux

sed

CautionStream edit

sed -i 's/old/new/g' <file>

Edits/replaces text; -i edits the file in place.

Examples

  • sed -n '10,20p' app.logPrint lines 10-20

Syntax

sed [-i] 's/<pat>/<repl>/g' <file>

Before you run it

-i modifies the file in place; back up first.

Related commands

The same reference, with no signal at all

Every command and flow from this site, held on your device and searchable with no connection. Free to install, no ads.

Get it free on the App Store