View Single Post
Schturman's Avatar
Posts: 5,339 | Thanked: 4,133 times | Joined on Jan 2010 @ Israel
#7064
Open mode:
Code:
accli -I | grep open > /dev/null
Inception:
Code:
dpkg-query -W -f='${Status}\n' inception-bin | grep installed | awk '{print $3}' | head -1
 

The Following User Says Thank You to Schturman For This Useful Post: