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