The UNIX and Linux Forums  
Hello and Welcome from United States to the UNIX and Linux Forums! Thank You for Visiting and Joining Our Global Community.

Go Back   The UNIX and Linux Forums > Top Forums > Shell Programming and Scripting
.
google unix.com




Thread: Shell scripting
View Single Post in the UNIX and Linux Forums - Click on the Thread or Permalink to View Entire Thread -->
  #1 (permalink)  
Old 02-14-2006
sendhil sendhil is offline
Registered User
  
 

Join Date: Feb 2006
Posts: 13
Shell scripting

Hi,

I have a C structure like this
{
Name;
Roll No;
Age;
}

I have to write a shell script to populate this structure.For that matter How can populate a C structure with a shell script.

Thanx in advance