You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Is there a way to set the command that sultan runs?
from sultan.api import Sultan
with Sultan.load() as c:
c.mv(CFGFILE,NEWCFGFILE).run()
I run at a bash command line the following:
which mv
i get:
alias mv='mv -i'
/usr/bin/mv
I believe my c.mv command is doing /usr/bin/mv but I was wondering if there is a way to make sure? BTW I'm using mv as an example as I have a much more complex issue but the answer to this will help.
The text was updated successfully, but these errors were encountered:
Is there a way to set the command that sultan runs?
I run at a bash command line the following:
which mv
i get:
alias mv='mv -i'
/usr/bin/mv
I believe my c.mv command is doing /usr/bin/mv but I was wondering if there is a way to make sure? BTW I'm using mv as an example as I have a much more complex issue but the answer to this will help.
The text was updated successfully, but these errors were encountered: