Answers for "seeing all the installed apps i terminal"

0

seeing all the installed apps i terminal

for app in /usr/share/applications/*.desktop; do echo "${app:24:-8}"; done
Posted by: Guest on June-30-2020

Code answers related to "seeing all the installed apps i terminal"

Code answers related to "Shell/Bash"

Browse Popular Code Answers by Language