Hi i am planning to run a command to delete all .vtx files.
from the console it looks like this
rm /data/pub/scriptroot/scSrch/webinator/testgaurav/*.vtx
Any idea how to get this done via Vortex.
I mean whether exec or sysutil would work and how the syntax would look like
From the manual "sysutil returns an empty string on success, otherwise a string describing the first error encountered." So empty $ret is a good thing. If you want to know the filename you should print $ret before calling sysutil.
From the manual "sysutil returns an empty string on success, otherwise a string describing the first error encountered." So empty $ret is a good thing.