Extract the essence of .conf

This piece of code displays a .conf file without the rubbish:

cat /etc/ssh/sshd_config | grep -v ^# | sed '/^$/d;'

Comments: Post a Comment

<< Home

This page is powered by Blogger. Isn't yours?