Difference between revisions of "Sed -i"

From wikieduonline
Jump to navigation Jump to search
Line 1: Line 1:
 
{{lc}}
 
{{lc}}
 
  -i tells sed to modify the file in place.
 
  -i tells sed to modify the file in place.
 +
 +
-i[SUFFIX], --in-place[=SUFFIX] edit files in place (makes backup if SUFFIX supplied)
  
 
  sudo [[sed]] -i '/#[[net.ipv4.ip_forward]]=1/s/^#//g' [[/etc/sysctl.conf]]
 
  sudo [[sed]] -i '/#[[net.ipv4.ip_forward]]=1/s/^#//g' [[/etc/sysctl.conf]]
  
 +
== Related ==
 
  [[.BAK]]
 
  [[.BAK]]
 
  [[gsed -i]]
 
  [[gsed -i]]

Revision as of 12:42, 31 January 2024

-i tells sed to modify the file in place.
-i[SUFFIX], --in-place[=SUFFIX] edit files in place (makes backup if SUFFIX supplied)
sudo sed -i '/#net.ipv4.ip_forward=1/s/^#//g' /etc/sysctl.conf

Related

.BAK
gsed -i
Add line

See also

Advertising: