Answers for "find a word in a file linux command and delete the line"

0

linux sed remove string in file

sed -e s/deletethis//g -i *
Posted by: Guest on November-10-2020
0

delete a word in Linux command line prompt

# delete a command line
MacOS -> Ctrl+U
Linux -> Ctrl+K / Ctrl+X
# delete a command word
MacOS/Linux -> Ctrl+W
Posted by: Guest on May-14-2021

Code answers related to "find a word in a file linux command and delete the line"

Code answers related to "Shell/Bash"

Browse Popular Code Answers by Language