How to export mac applications’ names into TXT file

Panjeh
1 min readSep 26, 2019

--

mdfind -onlyin /Applications kMDItemKind="Application" > ~/Desktop/apps.txt

and

mdfind -onlyin ~/Applications kMDItemKind="Application" > ~/Desktop/apps.txt

List of user installed font:

ls -R ~/Library/Fonts | grep ttf

--

--

Panjeh
Panjeh

Written by Panjeh

Posting about Python and Laravel

No responses yet