Search Results

Search: Posts Made By: darling
1,895
Posted By darling
Below are the steps i did while read...
Below are the steps i did


while read filename; do grep -Hi 'Calling ' done
4,168
Posted By darling
Yes both are same scripts. When i run below...
Yes both are same scripts.

When i run below code i got error.


#!/bin/ksh
if [ $# != 3 ]
then
echo usage: alterNamelist.sh QMGR MQREQ NAME
fi

NL=`echo 'dis qmgr'|runmqsc $1|grep...
4,168
Posted By darling
when i use below command echo 'define...
when i use below command

echo 'define nl({'$NL_$2'}) like('$NL')'|runmqsc $1
i am getting below output
when i use below command


echo 'define nl('{$NL}_$2'}) like('$NL')'|runmqsc $1
but i...
Showing results 1 to 3 of 3

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