Difference between revisions of "Rough Programming Notes"

From HyperSecurity Wiki
Jump to: navigation, search
 
Line 1: Line 1:
Shell menu popup:
+
 
grep foo  /usr/share/dict/words | zenity --list --column=PICK-A-WORD
+
== Shell menu popup: ==
 +
grep foo  /usr/share/dict/words | zenity --list --column=PICK-A-WORD

Revision as of 20:25, 5 October 2015

Shell menu popup:

grep foo  /usr/share/dict/words | zenity --list --column=PICK-A-WORD