Sponsored Content
Top Forums Shell Programming and Scripting Giving input to a script through a script Post 81069 by radhika03 on Tuesday 16th of August 2005 06:53:50 AM
Old 08-16-2005
So u all mean to say that

/home/adw/a.ksh << **
a
b

only this will not work i'll have to use

/home/adw/a.ksh << **
a
b
**

So here ** is just like any other label
 

10 More Discussions You Might Find Interesting

1. Shell Programming and Scripting

Giving input through script

Script 1.ksh ========= /home/adw/a.ksh << ** a b Script 1.ksh is working fine even without ending "**" Script 2.ksh ========= if then /home/adw/a.ksh << ** a b fi But the script 2.ksh is giving error "syntax error : `<<' unmatched". Is it bcoz of fi. (1 Reply)
Discussion started by: radhika03
1 Replies

2. Shell Programming and Scripting

Giving input to a c++ file

My C++ program creates a nxn matrix with given value. For e.g if the input is 10 it will creates a matrix of 10x10 now what i want is the script should run program and give input values in a variation of 1000. Say first matrix of 1000 then 2000 , 3000 ..... 10000. I tried using for loop but unable... (2 Replies)
Discussion started by: tonyaim83
2 Replies

3. Shell Programming and Scripting

script not giving the desired output

Hi, I have a script in which an entry like this ..... FILENAME_B="PIC_${DATE}0732*.JPG" The script connects to an ATM and pull a pic file from it.The format for the file is like PIC_2008061400000001.JPG in the ATM. Means 1st 8 digit is the date(YYYYMMDD) field 2nd 8 digit means hrs... (2 Replies)
Discussion started by: Renjesh
2 Replies

4. UNIX for Advanced & Expert Users

script giving error

Hi All, i have an small issue... echo " " eval x=$@ export x=`echo $x` echo $x ssh user@ipadrss; cd /mbbv/home/; cd /mbbv/home/orange/orange/ echo pwd bash samplescript.sh $x above is my script which will triger from server A and will connect to server B for some... (2 Replies)
Discussion started by: Shahul
2 Replies

5. Shell Programming and Scripting

giving input to a python wch has been called frm shell script....urgent

i'm calling a python script from shell script. the python needs Y as an input everytime. how can i giv it thru shell script. I tried below code for arg in `cat erd_gen_list.lst` do generateErdSql.py -S $arg << Y done This is giving me err : `<<' unmatched pls help. (1 Reply)
Discussion started by: vini
1 Replies

6. Shell Programming and Scripting

My script is not giving result for 2 or more arguments

Hi, I am new to shell scripting and my below script is not giving result for 2 or more arguments. Can anyone help pls. #!/bin/sh sname=$(basename $(readlink -nf $0)) echo "This is $sname, running at $(date)" echo "It is running on $(hostname)" echo "Script being run by" echo " User... (3 Replies)
Discussion started by: baigmd
3 Replies

7. Shell Programming and Scripting

$0 not giving script name

Why does $0 return the word usage rather than the script name when used in a function? Baffeled on this one, any help appreciated. usage() { echo "$0 -cs <number of batches>\n" echo "$0 -c 4" echo "$0 -s 4" # echo "-c = Create" # echo "-s = Submit\n" exit 1 } $... (1 Reply)
Discussion started by: nhatch
1 Replies

8. Shell Programming and Scripting

Giving automatic multiple Input to a tool from shell script

Hi, Please help me,its urgent. I have a tool that i want to run from a shell script. When we run the tool it will ask the user choice to add or delete. When user enter the choice it will then ask how many units he want to delete or add and will add or delete accordingly. Now I want to... (1 Reply)
Discussion started by: saket18@ymail.c
1 Replies

9. Shell Programming and Scripting

Giving Input in a script

Hi, I am a newbie to scripting. I want to know something..Is there any way that I can do this? Here is the thing.. there are so many printer queues in which i need to change a certain option.. am using the hppi utility and i need to modify the printer configuration individually going to each... (3 Replies)
Discussion started by: aksijain
3 Replies

10. Shell Programming and Scripting

Script not giving o/p

Hi Below is snippet from script which is not giving the o/p.script name is alarm.sh #!/bin/sh out=`awk '(NR>1) {print $9;exit}' alarm` echo $a however when i simply run the above command i an getting the o/p $ out=`awk '(NR>1) {print $9;exit}' alarm` $ echo $a 6... (2 Replies)
Discussion started by: scriptor
2 Replies
ADW(4)							   BSD Kernel Interfaces Manual 						    ADW(4)

NAME
adw -- ConnectCom Solutions AdvanSys PCI Ultra Wide SCSI host adapter driver SYNOPSIS
adw* at pci? dev ? function ? scsibus* at adw? options FAILSAFE options SCSI_ADW_WDTR_DISABLE=mask options SCSI_ADW_SDTR_DISABLE=mask options SCSI_ADW_TAGQ_DISABLE=mask DESCRIPTION
The adw driver provides support for the ADW (AdvanSys) ABP-940UW, ASB-3940UW, ASB-3940U2W SCSI host adapters. The following kernel configuration options are available: options FAILSAFE Disables tagged command queuing, wide data transfers and synchronous data transfers for all SCSI devices controlled by the adw driver. By default, tagged command queuing, wide data transfers and synchronous data transfers are used if the SCSI devices support them. The following options use a mask to specify which SCSI peripherals the option applies to. The mask is a 16 bit bitfield value. Each bit cor- responds to a peripheral ID. The LSB (bit 0) corresponds to the peripheral with ID 0. The MSB (bit 15) corresponds to the peripheral with ID 15. The following features cannot be disabled for the host adapter, which by default has ID 7. options SCSI_ADW_WDTR_DISABLE=mask Disable WIDE data transfer for the peripherals specified by the mask value. options SCSI_ADW_SDTR_DISABLE=mask Disable SYNCHRONOUS data transfer for the peripherals specified by the mask value. options SCSI_ADW_TAGQ_DISABLE=mask Disable TAGGED COMMAND QUEUING for the peripherals specified by the mask value. SEE ALSO
cd(4), ch(4), intro(4), scsi(4), sd(4), st(4), uk(4) HISTORY
The adw device driver appeared in NetBSD 1.4. AUTHORS
Baldassare Dante Profeta <dante@NetBSD.org>. BSD
February 3, 2000 BSD
All times are GMT -4. The time now is 05:53 AM.
Unix & Linux Forums Content Copyright 1993-2022. All Rights Reserved.
Privacy Policy