Hi ,
I have made a shell script for sending files from one server to another using scp
it has following syntax
I want to call this script through a pro c function like
A c function can call a shell script through system function , but my requirement here
is that to include this function send, permanently with c library i.e like printf and scanf in c.
Please suggest how to make such a function and include it in library permanently
also is there a difference between pro c and c functions library or they are same, i want a function for pro c scripts
I have made a shell script for sending files from one server to another using scp
it has following syntax
Code:
script logicalfilename physicalfilename server
Code:
send(logicalfilename,phyicalfilename,server)
is that to include this function send, permanently with c library i.e like printf and scanf in c.
Please suggest how to make such a function and include it in library permanently
also is there a difference between pro c and c functions library or they are same, i want a function for pro c scripts