揮発性のメモ2

知識をメモ書きしておく

binary operator expected

    test -f /tmp/hoge
    if [ "$?" eq 0 ]; then
         echo hoge
    fi
./hoge.sh: line 57: [: eq: binary operator expected

eqじゃなくて-eq