Search Results

Search: Posts Made By: supriyabv
2,768
Posted By supriyabv
This is the way how we should include a property...
This is the way how we should include a property file, a dot and space and property file will make that file to be included in the shell script.

When i run the shell script in the server itself....
18,337
Posted By supriyabv
Thanks. It worked
Thanks. It worked
18,337
Posted By supriyabv
for i in $1 do if [ ! -f $i ]; then let...
for i in $1
do
if [ ! -f $i ]; then
let countValue=1
fi
done
This is the code i am using and it is not working. where $1 is my txt file name

Thanks
Supriya
10,932
Posted By supriyabv
for i in $1 do ...
for i in $1
do
if [ ! -f $i ]; then
let countValue=1
fi
done
This is the code i am using...
18,337
Posted By supriyabv
Can you please provide me the full code plz for...
Can you please provide me the full code plz for reading and traversing also as i am failing over there

Thanks
Supriya
2,768
Posted By supriyabv
My SSH command is successful as it asks for...
My SSH command is successful as it asks for password .. but it get failed at property file inclusion step...

when i run the same script from the target machine it works fine. But when i call it...
18,337
Posted By supriyabv
How to Check whether list file present in TXT file exist or not
Hi All,

I have txt file which has list of files. I have to check whether these files exist or not.

Thanks
supriya
2,768
Posted By supriyabv
Hi, Host Script #! /bin/ksh ....
Hi,


Host Script
#! /bin/ksh
. install.properties
ssh -q "$target_user"@"$target_machine" "$target_install_script"


remote script ---
#! /bin/ksh
#Tibco Properties file is inclusion...
2,768
Posted By supriyabv
Problem with running the remote script
Hi All,

I am running a script which is present on remote machine using ssh command.

the remote script is failing when try to load a property file. It says file does not exist.

Any idea...
3,201
Posted By supriyabv
It got solved, The problem was cntrlM characters....
It got solved, The problem was cntrlM characters.

Thanks
Supriya.
3,201
Posted By supriyabv
Facing problem in checking the directory existence
#! /bin/ksh
#Tibco Properties file is inclusion
. TibcoInstall.properties

#Function To Check the TRA Installation Directory Existence
function InstallDirCheck
{
echo "Checking for $3...
3,201
Posted By supriyabv
Facing problem in checking the directory existence
Hi All,

I have a written a scell script which checks the existence of a directory. The dierctory name is read from property file. Though the dierctory exists but it says - it does not exist--
...
Showing results 1 to 12 of 12

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