1wxcopy(1x) wxcopy(1x)
2
3
4
6 wxcopy - copy stdin or file into cutbuffer
7
9 wxcopy [options] [filename]
10
12 wxcopy copies stdin or filename into the cutbuffer. If no cutbuffer is
13 specified, the data will be copied into cutbuffer 0 and the other cut‐
14 buffers will be rotated, if present. If a cutbuffer is specified, the
15 data is copied into that cutbuffer, and no rotation of buffers is per‐
16 formed.
17
19 -cutbuffer number
20 Specifies the number of the cutbuffer to copy data to.
21
22 -display display-name
23 The data will be copied in the cutbuffers of the specified dis‐
24 play/screen.
25
26 -nolimit
27 Makes the normal 64kb limit check not to be performed, making
28 the buffer attempt to grow to whatever size is required.
29
30 -clearselection
31 Clears the PRIMARY selection owner. In practice it means that
32 when you try to paste the data with the middle mouse button (for
33 example) it will paste the data from cut buffer 0, instead of
34 any eventually existing mouse selection.
35
37 wxpaste(1x), wmaker(1x)
38
40 This man page was written by Marcelo Magallon <mmagallo@debian.org>.
41
42 Window Maker was written by Alfredo K. Kojima <kojima@windowmaker.org>.
43
44 Binary data compatibility and -nolimit stuff by Luke Kendall
45 <luke@research.canon.com.au>.
46
47
48
49 September 1998 wxcopy(1x)