Do you want BuboFlash to help you learning these things? Or do you want to add or correct something? Click here to log in or create user.



open -a is the way to achieve nohup-like behaviour on macOS (nohup has no effect there)

open -a "/Applications/Microsoft Teams.app/Contents/MacOS/Teams"

If you want to change selection, open document below and click on "Move attachment"

Unknown title
l and the only workaround I’ve found for this is using the open command: ps -ef | grep teams | cut -d " " -f2 | xargs kill -9sleep 3rm -rf "/Users/me/Library/Application Support/Microsoft/Teams"<span>open -a "/Applications/Microsoft Teams.app/Contents/MacOS/Teams" Now the script finished executing yet the Teams app is still running in the background. 🐈‍⬛ Mac Macos MacBook Shell Bash Follow Written by Ido Montekyo 96 Followers ·Editor for idomongo


Summary

statusnot read reprioritisations
last reprioritisation on suggested re-reading day
started reading on finished reading on

Details



Discussion

Do you want to join discussion? Click here to log in or create user.