Help with moving list of data to 2nd column of HTML file

Hi Team,

Can you help me with writing shell script to printing the list output to 2nd column in HTML file.

Hello veereshshenoy,

Welcome to Forums :b:, on Unix.com we encourage all users to post 3 important things in their post.

1- Sample of Input_file in CODE TAGS.
2- Sample of expected output in CODE TAGS.
3- OP(original poster)'s efforts which user has put in order to solve their own problem.

Kindly do add all these 3 details and let us know then, cheers and Happy learning on this great site :b:

Thanks,
R. Singh

Hi Ravindra,

I have a df -h output something like this.
Filesystem Size Used Avail Use% Mounted on
udev 960M 0 960M 0% /dev
tmpfs 197M 1.8M 195M 1% /run
/dev/sda1 20G 7.6G 11G 41% /

I want that memory percent use of tmpfs system to be printed in the 2nd column of HTML file.

I am a begineer so I tried writing with awk and it was bit complex to take the particular data.

Can you help me with this

Thanks,
Veeresh Shenoy