View Single Post
Old 07-01-2012, 09:27 AM   #36
baf
Evangelist
baf ought to be getting tired of karma fortunes by now.baf ought to be getting tired of karma fortunes by now.baf ought to be getting tired of karma fortunes by now.baf ought to be getting tired of karma fortunes by now.baf ought to be getting tired of karma fortunes by now.baf ought to be getting tired of karma fortunes by now.baf ought to be getting tired of karma fortunes by now.baf ought to be getting tired of karma fortunes by now.baf ought to be getting tired of karma fortunes by now.baf ought to be getting tired of karma fortunes by now.baf ought to be getting tired of karma fortunes by now.
 
Posts: 404
Karma: 2200000
Join Date: May 2012
Device: kt
Statuses are returned correctly on my K5:
Code:
[root@kindle test]# image="hello"; echo "$image" | grep -q "x"; echo $?
1
[root@kindle test]# image="hello"; echo "$image" | grep -q "h"; echo $?
0
baf is offline   Reply With Quote