1POKE(1) User Commands POKE(1)
2
3
4
6 poke - The GNU extensible binary editor
7
9 poke [OPTION]... [FILE]
10
12 Interactive editor for binary files.
13
14 -l, --load=FILE
15 load the given pickle at startup
16
17 -L FILE
18 load the given pickle and exit
19
20 Commanding poke from the command line:
21 -c, --command=CMD
22 execute the given command
23
24 -s, --source=FILE
25 execute commands from FILE
26
27 Styling text output:
28 --color=(yes|no|auto|html|test) emit styled output
29
30 --style=STYLE_FILE
31 style file to use when styling
32
33 --style-dark
34 use default style for dark backgrounds
35
36 --style-bright
37 use default style for bright backgrounds
38
39 -q, --no-init-file
40 do not load an init file
41
42 --no-auto-map
43 disable auto-map
44
45 --no-hserver
46 do not run the hyperlinks server
47
48 --quiet
49 be as terse as possible
50
51 --help print a help message and exit
52
53 --version
54 show version and exit
55
57 Report bugs in the bug tracker at
58
59 <https://sourceware.org/bugzilla/describecomponents.cgi?prod‐
60 uct=poke> or by email to <poke-devel@gnu.org>.
61
62 GNU poke home page: <http://www.jemarch.net/poke.html>
63 General help using GNU software: <http://www.gnu.org/gethelp/>
64
66 Copyright © 2023 The poke authors. License GPLv3+: GNU GPL version 3
67 or later.
68 This is free software: you are free to change and redistribute it.
69 There is NO WARRANTY, to the extent permitted by law.
70
71 Powered by Jitter 0.9.294. Perpetrated by Jose E. Marchesi.
72
74 The full documentation for poke is maintained as a Texinfo manual. If
75 the info and poke programs are properly installed at your site, the
76 command
77
78 info poke
79
80 should give you access to the complete manual.
81
82
83
84GNU poke 3.2--21-g4231-dirty August 2023 POKE(1)