Search Results

Search: Posts Made By: msivask
8,197
Posted By msivask
awk -F"=" '{ printf ("%-50s = %3d", $1, $2)}'...
awk -F"=" '{ printf ("%-50s = %3d", $1, $2)}' inputfile did the trick

Thanks a lot
8,197
Posted By msivask
This doesn't help , it puts one space before and...
This doesn't help , it puts one space before and after "=" . if the number of words before = sign are not of equal length then the spacing would not be proper
8,197
Posted By msivask
Spacing between words
Hi


I have a csv file in below format

First Line=1
Second Line=2
And the third Line=3
Now comes the fourth Line=4

I want to insert spaces so that the output would be

First Line[3...
Showing results 1 to 3 of 3

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