Search Results

Search: Posts Made By: jmarx
3,772
Posted By pilnet101
No need to do wc -l where you are using grep as...
No need to do wc -l where you are using grep as you can use grep -c

You could grep twice, for example:
grep -i error log.txt | grep -ic index.js

AWK Approach:
awk 'BEGIN{IGNORECASE =...
Showing results 1 to 1 of 1

 
All times are GMT -4. The time now is 08:33 AM.
Unix & Linux Forums Content Copyright 1993-2022. All Rights Reserved.
Privacy Policy