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
when I run
shx rm -f -r dirit fails with the errorpath is a directorybut when I run the exactly same command but putting arguments together it success
shx rm -fr dirthe command works without shx
rm -f -r dirtested on linux