While we believe that this content benefits our community, ... #!/bin/bash m=1 n=2 if [ $n -eq $m ] then echo "Both variables are the same" ...
確定! 回上一頁