![]() |
Hello and Welcome from United States to the UNIX and Linux Forums! Thank You for Visiting and Joining Our Global Community.
|
|
google unix.com
|
|||||||
| Forums | Register | Forum Rules | Links | Albums | FAQ | Members List | Calendar | Search | Today's Posts | Mark Forums Read |
| Shell Programming and Scripting Post questions about KSH, CSH, SH, BASH, PERL, PHP, SED, AWK and OTHER shell scripts and shell scripting languages here. |
More UNIX and Linux Forum Topics You Might Find Helpful
|
||||
| Thread | Thread Starter | Forum | Replies | Last Post |
| Need Help Urgent | SanjayLinux | Shell Programming and Scripting | 4 | 10-29-2007 02:41 AM |
| Help me for AWK URGENT | readycpbala | Shell Programming and Scripting | 2 | 02-22-2007 01:03 PM |
| URGENT,URGENT- Need help tape drive installation | sriny | UNIX for Advanced & Expert Users | 3 | 11-16-2006 03:43 PM |
| URGENT---URGENT--No OK PROMPt after RSC CONFIG | sriny | SUN Solaris | 7 | 10-29-2006 11:06 AM |
| Urgent !! | desiondarun | UNIX for Dummies Questions & Answers | 1 | 08-08-2006 08:49 AM |
![]() |
|
|
LinkBack | Thread Tools | Search this Thread | Rate Thread | Display Modes |
|
|
|
||||
|
I have wrote a simple shell script
BEGIN { jobid = "test jobid" printf(jobid) printf("-----------------------------------") # system("echo jobid") system( "echo `echo $jobid`") print "first print" system ("echo echo system echo") # system("sh /tmp/test aa abc aa1.rptx") print "second print" } I want to display the value of jobid in system command but it is not displaying the value..Please advise me what to do its urgent???? thanx in advance |
|
||||
|
|
|
||||
|
hint: threads with the subject "Urgent help" tend to get ignored. The urgency is only too you, you should not expect anyone here to provide you with urgent support. This also makes no sense:
Quote:
|
![]() |
| Bookmarks |
| Thread Tools | Search this Thread |
| Display Modes | Rate This Thread |
|
|