Horje
how to find and replace on linux Code Example
how to find and replace on linux
find . -type f -name "*.md" -print0 | xargs -0 sed -i 's/foo/bar/g'
Source: linuxize.com




Shell

Related
how to generate ssh keys for git Code Example how to generate ssh keys for git Code Example
github start Code Example github start Code Example
git branch order by date Code Example git branch order by date Code Example
install vert manager linux Code Example install vert manager linux Code Example
sed two patterns Code Example sed two patterns Code Example

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