-Grep with piping other commands:
#ls -l | grep rex
#ls -l | grep -i filetosearch.conf
#ps -e | grep sshd
# df -h
# du -h /var/log
You must be logged in to post a comment.