0 Votes

Versions of Adobe Apps Installed on macOS
Log In or Register to download the BES file, and more.


Relevance

 
  * Results in a "string"/number
Show indented relevance
(name of it, strings "CFBundleShortVersionString" of dictionaries of files whose (name of it is "Info.plist") of folders of it ) of folders whose (name of it contains ".app") of folders whose (name of it contains "Adobe") of folder "/Applications/"

Property Details

ID3019419
Status
TitleVersions of Adobe Apps Installed on macOS
KeywordsmacOS, adobe
DescriptionReturns versions of Adobe applications installed on macOS.
Added by
Last Modified by on 2/13/2017 6:51:53 PM
Counters 0 Downloads
User Rating 1 star 2 star 3 star 4 star 5 star * Average over 0 ratings. ** Log In or Register to add your rating.

Sharing

Relevance Image Sharing:

<a href='https://bigfix.me/cdb/relevance/3019419'><img src='https://bigfix.me/cdb/relevanceimage/3019419?width=400' border='0'></a>
Social Media:
Share this page on Yammer

Comments

Log In or Register to leave comments!
rustymyers -
If you want to realllly want to get app versions in bash: find /Applications -iname *.app -maxdepth 2 -print0 | xargs -0 -I '{}' bash -c 'echo `basename {}` ; echo "version of folder \"{}\"" | /Library/BESAgent/BESAgent.app/Contents/MacOS/QnA | grep "^A: " | sed s/A/\ \ \ \ Version/g' | tee ~/Desktop/appVersions.txt