/ Published in: Bash
Expand |
Embed | Plain Text
# comment sed -i 's/^/#/g' /example/file/here.txt #uncomment sed -i 's/^#//g' /example/file/here.txt
You need to login to post a comment.
# comment sed -i 's/^/#/g' /example/file/here.txt #uncomment sed -i 's/^#//g' /example/file/here.txt
You need to login to post a comment.