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
Hello!
I've found that something like cash rm -rf ./dist/* doesn't work while cash rm -r -f ./dist/* (separately) does work. But the first syntax is correct and widespread in Linux.
The text was updated successfully, but these errors were encountered:
Hello!
I've found that something like
cash rm -rf ./dist/*
doesn't work whilecash rm -r -f ./dist/*
(separately) does work. But the first syntax is correct and widespread in Linux.The text was updated successfully, but these errors were encountered: