Horje
how to delete a word from a file  in bash Code Example
how to delete a word from a file in bash
sed -i 's/word-to-find//g' input.file.path

#note: if you are word-to-find is a variable, put it in single quotations > ex : 's/'$var'//g'




Shell

Related
setxkbmap toggle Code Example setxkbmap toggle Code Example
zsh: no matches found: autoprefixer@^9 Code Example zsh: no matches found: autoprefixer@^9 Code Example
naming an stash Code Example naming an stash Code Example
Clean Up Migrations and Speed up Tests Code Example Clean Up Migrations and Speed up Tests Code Example
bash how to remove rows if specific field is blank Code Example bash how to remove rows if specific field is blank Code Example

Type:
Code Example
Category:
Coding
Sub Category:
Code Example
Uploaded by:
Admin
Views:
12