Custom Search

Wednesday, June 11, 2014

How to Linux view config file without comments

1)
#grep ^[^#] /var/keystone/keystone.log



2)
#grep ^[^#] /var/keystone/keystone.log | grep ^\\[




No comments:

Post a Comment