Skip to content

Instantly share code, notes, and snippets.

@tomoyukiinoue
Created August 9, 2015 04:08
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save tomoyukiinoue/6711249a7c9e0ef34aca to your computer and use it in GitHub Desktop.
Save tomoyukiinoue/6711249a7c9e0ef34aca to your computer and use it in GitHub Desktop.
Macで使用中のファイルがあってゴミ箱を空できない場合
$ fuser ~/.Trash/hogefile
/Users/inoue/.Trash/hogefile: 51369
$ kill -9 51369
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment