Comment specific line using sed command can be used to configuration files …
1 |
sed -i '123 s/^/#/' filename |
Comment specific line using sed command can be used to configuration files …
1 |
sed -i '123 s/^/#/' filename |