[Level 1] How to grep in file.

Just use -P and '\t' with grep command.
Ex.
# grep -P '\t' /etc/passwd 
Wish this helps. regards, Stanley Huang

Comments

Popular posts from this blog

[Level 1] Rar tool for Solaris.

[Level 2] iif in Python