Portál AbcLinuxu, 10. května 2025 03:12
if [[ ! -d "$cesta" || "$cesta" == "" || ! -f "$cesta" ]]
zkoušel jsem i [ ! -d "$cesta" -o "$cesta" == "" -o ! -f "$cesta" ]
,ale nic, díky za radu
Řešení dotazu:
[[ -n "$cesta" && ! -f "$cesta" && ! -d "$cesta" ]]
Tiskni
Sdílej:
ISSN 1214-1267, (c) 1999-2007 Stickfish s.r.o.