Pages
(Move to ...)
Home
Java
Android
Php
Cake PHP
jQuery
Grails
All Pages
▼
Showing posts with label
program
.
Show all posts
Showing posts with label
program
.
Show all posts
Tuesday, December 11, 2012
Check if a program exists from a bash script
›
$ command - v foo > /dev/ null 2 >& 1 || { echo >& 2 "I require foo but it's not installed. Aborting....
›
Home
View web version