NetworkGhost
IS-IT--Management
When I use the following from CLI I have no problems.
exec perl -pi -e 's/\xbf//' file.txt
When try ing to call with exec using TCL I get no error but the result is nothing is performed.
set tmp [lindex $::argv 0]
exec perl -pi -e 's/\xbf//' $tmp
I have tried with the actual file name, tried several variations. Still cant get it to work. Any help would be appreciated. Thanks.
exec perl -pi -e 's/\xbf//' file.txt
When try ing to call with exec using TCL I get no error but the result is nothing is performed.
set tmp [lindex $::argv 0]
exec perl -pi -e 's/\xbf//' $tmp
I have tried with the actual file name, tried several variations. Still cant get it to work. Any help would be appreciated. Thanks.