Search
 
SCRIPT & CODE EXAMPLE
 
CODE EXAMPLE FOR SHELL

find all .desktop files linux

It's probably sitting in /usr/share/applications/
but if you want to find every .desktop file on the system run this:

find / -name '*.desktop'
Source by askubuntu.com #
 
PREVIOUS NEXT
Tagged: #find #files #linux
ADD COMMENT
Topic
Name
7+8 =