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
when I run shx rm -f -r dir it fails with the error path is a directory
but when I run the exactly same command but putting arguments together it success shx rm -fr dir
the command works without shx rm -f -r dir
tested on linux
The text was updated successfully, but these errors were encountered:
when I run
shx rm -f -r dir
it fails with the errorpath is a directory
but when I run the exactly same command but putting arguments together it success
shx rm -fr dir
the command works without shx
rm -f -r dir
tested on linux
The text was updated successfully, but these errors were encountered: