I have strings that look like this:
1.Company_name some_value1 some_value2
2.Company_name some_value1 some_value2
and I want the values to line up under eachother. The company name and values are variable length strings.
How would I use sprinf to line these values up in columns?