$ps -ef | cut -c 1-70 | grep srinivas
Shows all the process with each line displaying first 70 characters of the output.
This shows all process which have srinivas in the output.
Shows all the process with each line displaying first 70 characters of the output.
This shows all process which have srinivas in the output.
No comments:
Post a Comment