If I have the following program:
a=5
b=6
if [ "$a" -ne "$b" ]
then echo no match
fi
What will appear on the screen?
If I have the following program: a=5 b=6 if [ "$a" -ne "$b" ] then echo no match fi What will appear on the screen?
-
answerhappygod
- Site Admin
- Posts: 899604
- Joined: Mon Aug 02, 2021 8:13 am
If I have the following program: a=5 b=6 if [ "$a" -ne "$b" ] then echo no match fi What will appear on the screen?
Join a community of subject matter experts. Register for FREE to view solutions, replies, and use search function. Request answer by replying!