Search Results

Search: Posts Made By: amlife
3,090
Posted By itkamaraj
$ perl -F\= -lane 'print $F[0] if $_=~/[0-9]+\=/'...
$ perl -F\= -lane 'print $F[0] if $_=~/[0-9]+\=/' email.txt
2012124541
013810008
13810013
4732161
2,095
Posted By Corona688
Trying to use sed for this makes it much harder...
Trying to use sed for this makes it much harder than it needs to be.

grep -f excludefile inputfile > outputfile
Showing results 1 to 2 of 2

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