cmdex 0.2.7

Search for those commands you don't remember!
Documentation
1
2
3
4
5
6
{
    "name": "sed",
    "description": "edit file in place",
    "platforms": ["Linux", "BSD", "Mac"],
    "value": "sed -i 's/STRING_TO_REPLACE/STRING_TO_REPLACE_IT/g' filename"
}