This is an old revision of the document!


awk

Tips and Tricks

Use awk to print a specific column
chkconfig --list |grep "3:on" |awk '{print $1}'