Difference between revisions of "Rough Programming Notes"

From HyperSecurity Wiki
Jump to: navigation, search
 
 
(2 intermediate revisions by the same user not shown)
Line 1: Line 1:
Shell menu popup:
+
'''Shell menu popup:'''
grep foo /usr/share/dict/words | zenity --list --column=PICK-A-WORD
+
  cat /usr/share/dict/words | zenity --list --column=PICK-A-WORD

Latest revision as of 20:27, 5 October 2015

Shell menu popup:

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