Search Results

Search: Posts Made By: getmmg
5,750
Posted By alister
Use the [:cntrl:] character class with any tool...
Use the [:cntrl:] character class with any tool that supports regular expressions.

Regards,
Alister
3,591
Posted By bartus11
You can try this too (might be faster?:))perl -pe...
You can try this too (might be faster?:))perl -pe '/((\w+\t){6})(.*\n)/;$x=$1;$y=$3;$y=~s/(\w+)\t(\w+)(\t|$)/\1\2\3/g;$_="$x$y"' file
Showing results 1 to 2 of 2

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