Search Results

Search: Posts Made By: mysocks
3,908
Posted By rdrtx1
add to top of script: #!/bin/ksh
add to top of script:

#!/bin/ksh
4,164
Posted By rdrtx1
#!/bin/ksh function process_files { ...
#!/bin/ksh

function process_files
{
echo There are ${#} parameters..
k=1
while [ $k -le ${#} ]
do
eval i=\${$k}
if [ ! -f "$i" ]
then
echo "Error $i...
Showing results 1 to 2 of 2

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