Difference between revisions of "Sed -i"

From wikieduonline
Jump to navigation Jump to search
 
(6 intermediate revisions by 3 users not shown)
Line 1: Line 1:
 
{{lc}}
 
{{lc}}
 +
* https://manpages.ubuntu.com/manpages/noble/en/man1/sed.1.html
 +
 
  -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]]
  
 +
== Related ==
 
  [[.BAK]]
 
  [[.BAK]]
 +
[[gsed -i]]
 +
[[Add line]]
  
 
== See also ==
 
== See also ==

Latest 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[edit]

.BAK
gsed -i
Add line

See also[edit]

Advertising: