0

I need to get the installed date of linux applications from /usr/share/applications/ as I am be able to get the Name of the installed applications using this command

sed -ns '1F;/^\[Desktop Entry\]/,/^\[/{/^Name=/p;/^Exec=/h};${z;x;G;p}' /usr/share/applications/*.desktop
Tejas Lotlikar
  • 2,945
  • 5
  • 17
  • 26

0 Answers0