Search Results

Search: Posts Made By: donisback
2,221
Posted By RudiC
Well, not sure where to start... why do you echo...
Well, not sure where to start... why do you echo -n the grep command? Use on its own and redirect to your output file. Why use echo -n at all? Do you need all output in one single line?

Using the...
1,090
Posted By bartus11
Try: find . -name "*.sh"|xargs perl -i -pe...
Try: find . -name "*.sh"|xargs perl -i -pe '/def\@xyz.com/&&s/abc\@xyz.com,?//g;s/abc\@xyz.com/def\@xyz.com/g'
1,806
Posted By anurag.singh
awk '/N1\*PR/,/N1\*PE/' inputFile | grep -c...
awk '/N1\*PR/,/N1\*PE/' inputFile | grep -c "PER"
Showing results 1 to 3 of 3

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