Linux and UNIX Man Pages

Linux & Unix Commands - Search Man Pages

wxpaste(1x) [debian man page]

wxpaste(1x)															       wxpaste(1x)

NAME
wxpaste - output a cutbuffer to stdout SYNOPSIS
wxpaste [options] DESCRIPTION
wxpaste outputs the contents of the specified cutbuffer to stdout. If no cutbuffer is specified, the cutbuffer 0 will be used as default. OPTIONS
-cutbuffer number The data will be pasted from the specified cutbuffer, instead of the default 0. -display display-name Specifies the display where wxpaste should look for the data to be pasted. -selection [selection-name] The data will be copied from the named selection. If cutting from the selection fails, the cutbuffer will be used. The default value for the selection name is PRIMARY. BUGS
The -selection option must be the last one. The syntax could be cleaned, but backwards compatibility prevents that... INCR and MULTIPLE selection types are not handled. Actually, only simple text selections are handled, wich should be enough for most uses of a utility such as this. SEE ALSO
wxcopy(1x), wmaker(1x) AUTHOR
This man page was written by Marcelo Magallon <mmagallo@debian.org>. Window Maker was written by Alfredo K. Kojima <kojima@windowmaker.info>. March 1998 wxpaste(1x)

Check Out this Related Man Page

wxcopy(1x)                                                                                                                              wxcopy(1x)

NAME
wxcopy - copy stdin or file into cutbuffer SYNOPSIS
wxcopy [options] [filename] DESCRIPTION
wxcopy copies stdin or filename into the cutbuffer. If no cutbuffer is specified, the data will be copied into cutbuffer 0 and the other cutbuffers will be rotated, if present. If a cutbuffer is specified, the data is copied into that cutbuffer, and no rotation of buffers is performed. OPTIONS
-cutbuffer number Specifies the number of the cutbuffer to copy data to. -display display-name The data will be copied in the cutbuffers of the specified display/screen. -nolimit Makes the normal 64kb limit check not to be performed, making the buffer attempt to grow to whatever size is required. -clearselection Clears the PRIMARY selection owner. In practice it means that when you try to paste the data with the middle mouse button (for exam- ple) it will paste the data from cut buffer 0, instead of any eventually existing mouse selection. SEE ALSO
wxpaste(1x), wmaker(1x) AUTHOR
This man page was written by Marcelo Magallon <mmagallo@debian.org>. Window Maker was written by Alfredo K. Kojima <kojima@windowmaker.info>. Binary data compatibility and -nolimit stuff by Luke Kendall <luke@research.canon.com.au>. September 1998 wxcopy(1x)
Man Page

8 More Discussions You Might Find Interesting

1. UNIX for Advanced & Expert Users

can I use this coding

I apologise because I had pasted this question in the newbies forum first (because i am a bit of a newbie) but thought it might be better suited in here if i have to sepearate parameters can I use this syntax especially the or part (||) and is this correct if (6 Replies)
Discussion started by: w33man
6 Replies

2. Shell Programming and Scripting

need date in awk (Part II)

Hello: You guys were able to solve a similar problem for me yesterday...I was hoping I could get some assistance with this one as well. I'm writing a bourne shell script in an old machine running TOPIX. Here's what the script looks like: =========================================== ... (12 Replies)
Discussion started by: cdunavent
12 Replies

3. Shell Programming and Scripting

Changing the output in own time display's.

Hi all, I've written a script which collects some information and sendsout a mail.. (code pasted below) ssh -l ora${sid} ${primaryhost} "tail -50 /oracle/$ORACLE_SID/newbackup/END_BACKUP.log" |grep 'insert' |tail -1| awk '{print $7}' >> ${RESULTFILE} Output would look like this:... (1 Reply)
Discussion started by: suri.tyson
1 Replies

4. Shell Programming and Scripting

hpux vi

Hello. I cant figure out how can i move entire row up , so it pasted on the one above at the end , or to do that for one character. In notepads,word, or some other text editors we would do that with backspace button. Example. Content of my text file is this : I am trying to do that. And... (2 Replies)
Discussion started by: tonijel
2 Replies

5. Shell Programming and Scripting

simple selection between two words

Hi guys, got an issue with a relatively simple bit of awk but stumping me. Want this to run on several different lines. The first is: INPUT="<Cell ss:StyleID="s70"><Data ss:Type="String">ND</Data></Cell>" echo $INPUT | awk 'NR==1022' | awk '/String">/,/</'Gives me no output atm. The output... (3 Replies)
Discussion started by: mikepegg
3 Replies

6. Fedora

Help with Unix commands

Hi, I have the following file called addresses, (it is a large file i have only copy and pasted few of the data below) and I am wanting to write a command so it will Find the ratio of mobile (07....) to land line (01....) telephone numbers? then find the most popular first name and list the... (2 Replies)
Discussion started by: tina_2010
2 Replies

7. Shell Programming and Scripting

Redirecting stdout continously to a file

I have a C program that continously outputs info to stdout. The problem is that I am redirecting the stdout and stderr to a file and stdout is written at the end of the problem rather than continously to the file. This could be a problem if for example the program is killed and the stdout output is... (3 Replies)
Discussion started by: igurov
3 Replies

8. AIX

I need help on AIX command

I'm new for aix...I need a command or script to check the high usage of cpu process and the physical cpu utilization... TIA Sumanth (9 Replies)
Discussion started by: sumanthupar
9 Replies