Search Results

Search: Posts Made By: alokmits
6,147
Posted By alokmits
thanx nagarjuna for ur reply but i have sm...
thanx nagarjuna for ur reply

but i have sm different problem
my test.awk is like this

BEGIN {
jobid = "/tmp/test.txt"

system( "echo `echo $jobid`")

system("sh /tmp/test jobid ")

}
...
6,147
Posted By alokmits
awk parameter
How to pass a parameter in system function
e.g system(script parameter)
i want to run a shell script along with a parameter
1,735
Posted By alokmits
No replyyyyyy
No replyyyyyy
1,735
Posted By alokmits
Urgent help
I have wrote a simple shell script

BEGIN {
jobid = "test jobid"
printf(jobid)
printf("-----------------------------------")
# system("echo jobid")
system( "echo ...
Showing results 1 to 4 of 4

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