Search Results

Search: Posts Made By: MIA651
6,042
Posted By MIA651
Yoda, Thanks, I realized my mistake: ...
Yoda,

Thanks, I realized my mistake:

if [[ $# < 1 ]]
then
echo "No parameters received"
else
while getopts :d opt


Should be:

if [[ $# < 1 ]]
then
echo "No parameters...
Showing results 1 to 1 of 1

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