Search Results

Search: Posts Made By: ani83_pune
2,403
Posted By ani83_pune
but scott when we are calling script in other...
but scott when we are calling script in other script


like.....

In filetest.sh, we call abc.sh then we give directly the name...not like(./abc.sh)


so thats why i ask.....?

other wise...
2,403
Posted By ani83_pune
how to run scripts....
I am going to run the scripts (filetest.sh)


Its run with.....
./filetest.sh
sh filetest.sh


but not run with.....

filetest.sh ( giviing error command not found)

tell me the...
1,977
Posted By ani83_pune
testing file permissions.....
script name: filetest.sh

if [ $# -eq 0 ] ; then
echo " You didn't enter any argument"
elif [ ! -e $1 ] ; then
echo " file not exist"
elif [ ! -r $1 ] ; then
echo " file not readable"
elif [...
Showing results 1 to 3 of 3

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