Linux and UNIX Man Pages

Linux & Unix Commands - Search Man Pages

wxpaste(1x) [redhat 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

AUTOCUTSEL(1)						      General Commands Manual						     AUTOCUTSEL(1)

NAME
autocutsel - keep the X clipboard and the cutbuffer in sync SYNOPSIS
autocutsel [-selection selection_name] [-cutbuffer number] [-debug] [-verbose] [-fork] [-pause milliseconds] [-buttonup] DESCRIPTION
This manual page documents briefly the autocutsel command. This manual page was written for the Debian distribution because the original program does not have a manual page. autocutsel tracks changes in the server's cutbuffer and clipboard selection. When the clipboard is changed, it updates the cutbuffer. When the cutbuffer is changed, it owns the clipboard selection. The cutbuffer and clipboard selection are always synchronized. Since the VNC client synchronizes the Windows' clipboard and the server's cutbuffer, all three "clipboards" are always kept synchronized. When you copy some text in Windows, the cutbuffer and the clipboard selection are updated. When you copy text on the server using either the cut- buffer or the clipboard selection, the Windows's clipboard is always updated. OPTIONS
-selection, -select, -sel, -s {CLIPBOARD|PRIMARY} Specify which selection to use. Default is CLIPBOARD. -cutbuffer <number> (Details of this parameter unknown.) -debug, -d Run with debugging mode. -verbose, -v Be more verbose. Reports the version and announces synchronizations. -fork, -f Run as a daemon program in the background. This is recommended when used from an X startup script. -pause, -p <milliseconds> Wait some milliseconds before owning the selection. -buttonup Get the selection only when the button 1 is not pressed. This may help with OpenOffice Writer. AUTHOR
This manual page was written by Elmar S. Heeb <elmar@heebs.ch> for the Debian system (but may be used by others). Permission is granted to copy, distribute and/or modify this document under the terms of the GNU General Public License, Version 2 any later version published by the Free Software Foundation. On Debian systems, the complete text of the GNU General Public License can be found in /usr/share/common-licenses/GPL. autocutsel 0.9.0 5 December 2007 AUTOCUTSEL(1)
Man Page

7 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

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

5. 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

6. 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

7. 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