Sponsored Content
Full Discussion: Please correct my Script
Top Forums Shell Programming and Scripting Please correct my Script Post 302304063 by nuthalapati on Saturday 4th of April 2009 05:37:01 PM
Old 04-04-2009
Sorry siquadri,

prints nothing.
 

9 More Discussions You Might Find Interesting

1. Shell Programming and Scripting

Please Correct this Array Script

Here is the script. I am not able to increment and Print echo "2=" ${arr} (Bold line) Can someone please help me correct it? I am thinking there is some escape sequence error. Just started learning scripts ... Thanks #!/bin/ksh set -A arr a1 a2 a3 a4 # START Server1=gmi ... (6 Replies)
Discussion started by: psreddy1234
6 Replies

2. Shell Programming and Scripting

Is the script correct ???

Dear Collegues is the below given is correct ? #!/usr/bin/perl $a = @ARGV; while ($a = @ARGV) { exec "./jagan ../dat/ml_in @ARGV"; } Jagan (0 Replies)
Discussion started by: jaganadh
0 Replies

3. Shell Programming and Scripting

something is not write in the script. Can some one please correct this.

Wrong post (2 Replies)
Discussion started by: tuffEnuff
2 Replies

4. Emergency UNIX and Linux Support

Please correct my script

Please correct my script if it any exceptional, since im calling other external script with in my script. #!/bin/bash FE1=TMM DT1=/home/myHome/dated_1 REPORT=/home/otherHome/Report.sh ## Run the report for FE1 & DT1 cd /home/myHome SERV_LST=/home/myHome/srvc-lst echo "Welcome to... (5 Replies)
Discussion started by: raghunsi
5 Replies

5. Shell Programming and Scripting

Please correct the error in the following script

#!/bin/ksh db_user=$DB_USER_NAME db_pwd=$DB_PASSWORD db_sid=$TWO_TASK if ; then echo "\tUsage: MoveUsageProcessing <BC Log file Name>" exit 1 else BCLogFileName=$1 fi grep -i 'MoveUsage daemon needs to run on this account before it can be billed' $1 |awk -F\| '{for(i=0;++i<=NF;) if($i ~... (1 Reply)
Discussion started by: Rajesh Putnala
1 Replies

6. Shell Programming and Scripting

Can anyone correct the error in this script

ret=`sqlplus -s /nolog << EOF connect $db_user/$db_pwd@$db_sid; SPOOL ./$DirectoryName/TableData.txt; set pagesize 0 feedback off verify off heading off echo off linesize 150 while read var_ack_party_name do select * from bus_event where ack_party_name like... (13 Replies)
Discussion started by: rkrish
13 Replies

7. Shell Programming and Scripting

Please Correct My script

############### #filename.sh ############### CUREENT_DATE=02 log_file_path="$CUREENT_DATE"-"${0##%*/}`|cut -d "." -f1|awk -F "/" '{print $NF}'`"".log" echo $log_file_path ################ #output required 02-filename.log (6 Replies)
Discussion started by: mohitmehral
6 Replies

8. Shell Programming and Scripting

Need output of script on screen and file with correct return status of the called script.

Hi, I am trying to capture logs of the script in the file as well as on the screen. I have used exec and tee command for this. While using exec command I am getting the correct output in the file but, script output is not getting displayed on the screen as it get executed. Below is my sample... (14 Replies)
Discussion started by: Prathmesh
14 Replies

9. Shell Programming and Scripting

Can some one correct this script

Hi, I tried writing a script and there was a problem with SFTP part can some one correct where is is the mistake Enveronment file #!/bin/bash export HOST_NAME=<> export USER_NAME=<> export PASSWORD=<> export SOURCE_PATH=/u03/informatica/current/server/infa_shared/TgtFiles/mfg export... (4 Replies)
Discussion started by: spradeep86
4 Replies
gnustep-config(1)					       GNUstep System Manual						 gnustep-config(1)

NAME
gnustep-config - prints information about the current gnustep installation. SYNOPSIS
gnustep-config [ --variable=variable |--objc-flags|--objc-libs|--base-libs|--gui-libs ] DESCRIPTION
gnustep-config can print information about the currently installed GNUstep system. It can output dependend on the options used the differ- ent flags used for compilation, but also the different internal variables used by the make system. OPTIONS
--variable=variable prints the value of the specified variable. Possible variables are: GNUSTEP_MAKEFILES GNUSTEP_USER_DIR GNUSTEP_USER_DEFAULTS_DIR GNUSTEP_HOST GNUSTEP_HOST_CPU GNUSTEP_HOST_VENDOR GNUSTEP_HOST_OS GNUSTEP_IS_FLATTENED GNUSTEP_xxx_APPS GNUSTEP_xxx_TOOLS GNUSTEP_xxx_LIBRARY GNUSTEP_xxx_HEADERS GNUSTEP_xxx_LIBRARIES GNUSTEP_xxx_DOC GNUSTEP_xxx_DOC_MAN GNUSTEP_xxx_DOC_INFO where 'xxx' could be any of 'SYSTEM', 'NETWORK', 'LOCAL' and 'USER'. --objc-flags prints all the flags required to compile an ObjC file --objc-libs prints all the flags required to link a pure ObjC program (no foundation/gui) --base-libs prints all the flags required to link a command-line ObjC program (no gui) --gui-libs prints all the flags required to link a GUI ObjC program BUGS
None known SEE ALSO
GNUstep(7) HISTORY
Work on gnustep-config started in 2007 by Nicola Pero <nicola.pero@meta-innovation.com> AUTHORS
This man page was written by Dennis Leeuw <dleeuw@made-it.com>. COPYRIGHT
Copyright (C) 2007 Free Software Foundation, Inc. Copying and distribution of this file, with or without modification, are permitted in any medium without royalty provided the copyright notice and this notice are preserved. GNUstep 24/12/2007 gnustep-config(1)
All times are GMT -4. The time now is 10:10 AM.
Unix & Linux Forums Content Copyright 1993-2022. All Rights Reserved.
Privacy Policy