/ Published in: Bash

Expand |
Embed | Plain Text
Copy this code and paste it in your HTML
# comment sed -i 's/^/#/g' /example/file/here.txt #uncomment sed -i 's/^#//g' /example/file/here.txt
Comments

# comment sed -i 's/^/#/g' /example/file/here.txt #uncomment sed -i 's/^#//g' /example/file/here.txt