Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
実行すると、クリップボードと Finder の [移動] メニューの [最近使用したフォルダー] リストをクリアする Mac 用のスクリプトまたはプログラムを作成できますか?
ターミナルで次のコマンドを実行します。
$ printf '' | pbcopy
内容を空の文字列に設定してクリップボードをクリアします。
Finder の最近使用したフォルダー リストをクリアするには、次の端末コマンドが機能するようです。
$ defaults write com.apple.Finder FXRecentFolders {} ;killall Finder