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 Machine interface:
34 --mi use the MI in stdin/stdout
35
36 -q, --no-init-file
37 do not load an init file
38
39 --no-auto-map
40 disable auto-map
41
42 --no-hserver
43 do not run the hyperlinks server
44
45 --quiet
46 be as terse as possible
47
48 --help print a help message and exit
49
50 --version
51 show version and exit
52
54 Report bugs in the bug tracker at
55
56 <https://sourceware.org/bugzilla/describecomponents.cgi?prod‐
57 uct=poke> or by email to <poke-devel@gnu.org>.
58
59 GNU poke home page: <http://www.jemarch.net/poke.html>
60 General help using GNU software: <http://www.gnu.org/gethelp/>
61
63 Copyright © 2019-2021 The poke authors. License GPLv3+: GNU GPL ver‐
64 sion 3 or later <http://gnu.org/licenses/gpl.html>.
65 This is free software: you are free to change and redistribute it.
66 There is NO WARRANTY, to the extent permitted by law.
67
68 Powered by Jitter 0.9.258. Perpetrated by Jose E. Marchesi.
69
71 The full documentation for poke is maintained as a Texinfo manual. If
72 the info and poke programs are properly installed at your site, the
73 command
74
75 info poke
76
77 should give you access to the complete manual.
78
79
80
81poke 1.0 February 2021 POKE(1)