Search Results

Search: Posts Made By: seddoubt
32,472
Posted By seddoubt
Using awk to rearrange fields
Hi,

I am required to arrange columns of a file i.e make the 15th column into the 1st column.

I am doing
awk 'begin {fs=ofs=","} {print $15,$1,$2,$3,$4,$5,$6,$7,$8,$9,$10,$11,$12,$13,$14}'...
1,219
Posted By seddoubt
sorry to bug u again s/,[ ]*?[ ]*,/, ,/g ...
sorry to bug u again


s/,[ ]*?[ ]*,/, ,/g

what does this do ?

:(
1,219
Posted By seddoubt
Basic sed doubts
Hi,

I am a newbie to sed environment.
Have been trying to understand some basics of the language,

I am required to replace the occurence of a text string with 0...the command that has been...
Showing results 1 to 3 of 3

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