buzzcasper
Technical User
Here's an example of what data I'm trying to work with:
s 835977258
s 262188
q 640942125
q 1348337710
q 126091311
m 26219
m 1343881270
m 134859986
I'm looking to remove the extra spaces between the first character and the second field pid id. I'm still researching my options possibly with using a sed command but I want to know if there's an easier way to eliminate any extra spaces after the second character which is a space.
s 835977258
s 262188
q 640942125
q 1348337710
q 126091311
m 26219
m 1343881270
m 134859986
I'm looking to remove the extra spaces between the first character and the second field pid id. I'm still researching my options possibly with using a sed command but I want to know if there's an easier way to eliminate any extra spaces after the second character which is a space.