0.0%

Jaká je správná syntaxe dotazu na existenci souboru?

if [ -f soubor; ]; then echo; ano; fi
if [ -f soubor ] then; echo ano fi;
if [ -f soubor ]; then echo ano; fi
if [ -f soubor ] then echo ano fi
if [ -f soubor; ]; then echo ano; fi;
Vyhodnotiť
Zle zodpovedané otázky: