Search Results

Search: Posts Made By: mryuyu1111
18,077
Posted By mryuyu1111
Thank you, Don! I just changed my code and...
Thank you, Don!

I just changed my code and it is giving out error

line 46: no: command not found
line 46: -d: command not found


but my code are different from what I typed above.

elif...
18,077
Posted By mryuyu1111
If statement with two boolean conditions
#!/bin/bash

if [ true ] && [ ! false ]
then
echo "True"
else
echo "False"
fi

Hi everyone, I am new to UNIX, here I have a if statement elevating two boolean conditions. I...
Showing results 1 to 2 of 2

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