|
||||||
| Forums FAQ | Members List | Search | Today's Posts | Mark Forums Read |
| ARCHIVES - Programming & Scripting A place to discuss website design, programming, shell scripts, etc |
|
|
LinkBack | Thread Tools | Display Modes |
|
|||
|
Hi,
does anyone know how to test the negative of this expression? Code:
if test -d /mnt/folder; then ** mkdir /mnt/folder fi Code:
if test -d ![/mnt/folder]; then ** mkdir /mnt/folder fi |
| Bookmarks |
| Thread Tools | |
| Display Modes | |
|
|