Portál AbcLinuxu, 8. května 2025 13:20
if [ "text" == "text" ] then ??? tady nevim co napsat ??? else exit 1 fiPoradite prosim? Dekuji
Řešení dotazu:
if [ "text" != "text" ]; then exit 1 fi
if [ "text" != "text" ]; then exit 1 fi nebo takto if [[ "text" != "text" ]]; then exit 1 fi
Tiskni
Sdílej:
ISSN 1214-1267, (c) 1999-2007 Stickfish s.r.o.