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
Trying to run the script results in the following error: rm: ~/Library/Application Support/com.tauri.dev/project-x/uploads/*.pdf: No such file or directory
I think the ~ character is escaped so the command tries to find a litteral ~ directory
Trying to run the script results in the following error:
rm: ~/Library/Application Support/com.tauri.dev/project-x/uploads/*.pdf: No such file or directoryI think the ~ character is escaped so the command tries to find a litteral ~ directory