I figured it out, I added using the \" lol!! Thanks for your help!!!
nawk '
BEGIN {i=1;out="mov_rcs1"}
{
printf "/omp/bin/TICLI -1 \"move:rcs %d,altap\" %d\nsleep 20\n",$1,$3 >out
printf "/omp/bin/TICLI -1 \"move:rcs %d,priap\" %d\nsleep 40\n",$1,$2 >out
}...
I noticed the tool is not adding the quotes from beginning of "move, and end of altap/priap", it should look this.
/omp/bin/TICLI -1 "move:rcs 62,altap" 34
sleep 60
/omp/bin/TICLI -1 "move:rcs 62,priap" 33
sleep 60
/omp/bin/TICLI -1 "move:rcs 103,altap" 43
sleep 60
/omp/bin/TICLI -1 "move:rcs...
root> uname -r
5.10
root> cat /etc/release
Solaris 10 10/08 s10s_u6wos_07b SPARC
Copyright 2008 Sun Microsystems, Inc. All Rights Reserved.
Use is subject to license terms.
Assembled 27 October 2008
Hello...
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.