1pcb-strip(1) pcb-rnd manual pcb-strip(1)
2
3
4
6 pcb-strip - remove sections of a pcb file
7
9 pcb-strip [options] [inputfile]
10
12 pcb-strip removes sections of a pcb file. If inputfile is specified,
13 the file is modified in-place, else pcb-strip reads from STDIN and
14 writes the result to STDOUT.
15
17 -s Remove symbols (the font). The pcb file stops being self-con‐
18 taining, pcb-rnd (or pcb) will load and apply the default font
19 when the file is loaded. Useful for reducing the file size for
20 test input and example files where font correctness is not
21 required.
22
23
24 -a Remove board attributes. Useful for deleting local configuration
25
26 2016-12-27 pcb-strip(1)