Search Results

Search: Posts Made By: ms63707
4,395
Posted By ms63707
my ultimate goal is to have a file test in a...
my ultimate goal is to have a file test in a function with the test condition and file name fed in as parameters.
i placed the echo statement just before the test statement.
#!/bin/ksh...
4,395
Posted By ms63707
sea/RudiC - if i understand your suggestion...
sea/RudiC - if i understand your suggestion correctly, i have called the test_input function with a -x parameter.
i still had similar results with the -x not resolving for the newist form of if...
4,395
Posted By ms63707
sea - I was hoping that one of these if...
sea -
I was hoping that one of these if statements:if [[ -${Prmshn} ${InFLNm} ]] ; then
if [[ $ifReq ]] ; then
if [[ "$ifReq" ]] ; then
would resolve to:if [[ -r /input/test.txt ]] ; then
...
4,395
Posted By ms63707
Help with if statement syntax in shell script
I want to make the file test condition a variable ($Prmshn in code below).
My goal is to use something like the first three unsuccessful if statetments since the 'if [[' is the newer style. Note: I...
Showing results 1 to 4 of 4

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