Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- #Linux command for commenting the line in a file starting with BBB
- $ sed -e '/BBB/ s/^#*/#/' -i file
- we can use this option to disable snapshotting Redis RDB
- $ sed -e '/save/ s/^#*/#/' -i /etc/redis/redis.conf && sudo service redis-server restart
Advertisement
Add Comment
Please, Sign In to add comment