update
This commit is contained in:
8
linux/sed.md
Normal file
8
linux/sed.md
Normal file
@@ -0,0 +1,8 @@
|
||||
# SED Cheat-Sheet
|
||||
**sed** ("stream editor") is a **Linux ([[linux]])**, and Unix utility that parses and transforms text, using a simple, compact programming language.
|
||||
|
||||
TMP
|
||||
replace pattern:
|
||||
```
|
||||
sed -i 's/Steven/Kate/' file
|
||||
```
|
||||
Reference in New Issue
Block a user