Category: Linux Find File And Directory

How to grep ignore case in linux/unix

In linux/unix, we can use the grep -i option to ignore case matching search keywords. grep ignore case syntax: grep -i "keyword" file...

Linux log view using linux command line

Linux log view using linux command line, tail -f: added log content for real-time monitoring, cat: view all log content, more: view log content by...