Sponsored Content
Top Forums Shell Programming and Scripting Script to manipulate contents of clipboard Post 302477486 by ultimatix on Sunday 5th of December 2010 11:44:33 AM
Old 12-05-2010
Height of scripting imagination SmilieSmilie
 

10 More Discussions You Might Find Interesting

1. Shell Programming and Scripting

Automatic Copy of File Contents to Clipboard

Could someone show me how to copy the contents of a file to the clipboard automatically without manually selecting its contents? I just want to press the "Paste Key" to show the results. I wish to use this in a ksh script. I'm using Solaris. Thanks! (5 Replies)
Discussion started by: ilak1008
5 Replies

2. Shell Programming and Scripting

Shell script to manipulate a message count for the same IP @ diff session

I have a file as like below, 10:20:30.45 START 10.20.30.40 10:20:31.46 HELLO 10.20.30.40 10:20:32.46 START 10.20.30.41 10:20:33.44 END 10.20.30.40 10:20:35.44 HELLO 10.20.30.41 10:20:36.56 HELLO 10.20.30.41 10:20:37.78 HELLO 10.20.30.41 10:20:38.99 START 10.20.30.40... (1 Reply)
Discussion started by: gobinath
1 Replies

3. Shell Programming and Scripting

Script to manipulate logfile text

Hi guys, I was wandering if a Shell guru could give me some advice on tackling a problem. I have used a mixture of grep, cut and awk to get data from a log file in the following format: 14/11/08 10:39: Checking currenly : Enabled 14/11/08 10:39: Records allocated : 221... (11 Replies)
Discussion started by: rosspaddock
11 Replies

4. Shell Programming and Scripting

sed script to manipulate the /etc/passwd file

Hi. Can anybody help me with a script to extract usernames, shell and home_directory from the /etc/passwd file. I am stuck (2 Replies)
Discussion started by: Pauline mugisha
2 Replies

5. Shell Programming and Scripting

Shell script to manipulate a file

Hello, I have a file with following contents : WSL SRVGRP=LISTENER SRVID=2 CLOPT="-A -t -- -n 0x0002aa050a03cc65 " RQPERM=0660 REPLYQ=Y RPPERM=0660 MIN=1 MAX=1 CONV=N I need to print only the value in Hex i.e.... (2 Replies)
Discussion started by: deo_kaustubh
2 Replies

6. UNIX for Dummies Questions & Answers

Copy entire contents of file to clipboard

Hi, I am trying to figure out how to copy the contents of a file to the clipboard, then paste into a command. i.e copy contents of file /path/filename.txt to <command> <paste text> Hope that makes sense. Basically tryting to copy the text for use in a command without having to open the... (8 Replies)
Discussion started by: JCA70
8 Replies

7. Shell Programming and Scripting

Manipulate string in shell script

I am writing a shell script for some purpose. I have a variable of the form -- var1 = "policy=set policy" Now I need to manipulate the variable var to get the string after index =. that is i should have "set polcy". Also I need to to this for many other variables where the value of "=" is not... (3 Replies)
Discussion started by: Dev_Sharma987
3 Replies

8. Shell Programming and Scripting

nawk script to manipulate txt file

Hi experts, I am not familiarised using nawk/awk to manipulate txt file. So I need ur help here. thanks. txt1 - qc_m.log TQC101 TQC102 TQC103 TQC104 txt2 - resultEqpt.log TQC102,,LOGOFF TQC103,,LOGOFF TQC104,2012-10-03 07:42:57,LOGON so TQC101 is not found in txt 2. ... (15 Replies)
Discussion started by: ment0smintz
15 Replies

9. UNIX for Advanced & Expert Users

Shell script to manipulate files

My requirement is explained below: list of files available in server 1 in path /home/xxx/src are: XX_SRC_20130417.txt XX_SRC_20130417.dat $cat XX_SRC_20130417.txt col1=ABC col2= col3=xyza sequence file name is maintained which is in the path /ab_app/xx/seq $cd /ab_app/xx/seq$cat... (0 Replies)
Discussion started by: vedanta
0 Replies

10. Shell Programming and Scripting

Need help to manipulate data using script

Hi i want to manipulate my data to convert row to column name 600 Slno vlan 1 600 2 609 3 700 name 700 Slno vlan 1 600 2 609 3 700 (8 Replies)
Discussion started by: nith_anandan
8 Replies
wxSizer(3erl)						     Erlang Module Definition						     wxSizer(3erl)

NAME
wxSizer - See external documentation: wxSizer. DESCRIPTION
See external documentation: wxSizer . DATA TYPES
wxSizer() : An object reference, The representation is internal and can be changed without notice. It can't be used for comparsion stored on disc or distributed for use on other nodes. EXPORTS
add(This::wxSizer(), Window::wxWindow() (see module wxWindow) | wxSizer()) -> wxSizerItem() (see module wxSizerItem) Equivalent to add(This, Window, []) . add(This::wxSizer(), X::integer() | term(), X::integer() | term()) -> wxSizerItem() (see module wxSizerItem) See external documentation . Alternatives: add(This::wxSizer(), Width::integer(), Height::integer()) -> add(This,Width,Height, []) add(This::wxSizer(), Window::wxWindow:wxWindow() | wxSizer(), [Option]) -> wxSizerItem:wxSizerItem() Option = {proportion, integer()} | {flag, integer()} | {border, integer()} | {userData, wx:wx()} add(This::wxSizer(), Window::wxWindow:wxWindow() | wxSizer(), Flags::wxSizerFlags:wxSizerFlags()) -> wxSizerItem:wxSizerItem() add(This::wxSizer(), Width::integer(), Height::integer(), Options::[Option]) -> wxSizerItem() (see module wxSizerItem) Types Option = {proportion, integer()} | {flag, integer()} | {border, integer()} | {userData, wx() (see module wx)} See external documentation . addSpacer(This::wxSizer(), Size::integer()) -> wxSizerItem() (see module wxSizerItem) See external documentation . addStretchSpacer(This::wxSizer()) -> wxSizerItem() (see module wxSizerItem) Equivalent to addStretchSpacer(This, []) . addStretchSpacer(This::wxSizer(), Options::[Option]) -> wxSizerItem() (see module wxSizerItem) Types Option = {prop, integer()} See external documentation . calcMin(This::wxSizer()) -> {W::integer(), H::integer()} See external documentation . clear(This::wxSizer()) -> ok Equivalent to clear(This, []) . clear(This::wxSizer(), Options::[Option]) -> ok Types Option = {delete_windows, bool()} See external documentation . detach(This::wxSizer(), X::integer() | term()) -> bool() See external documentation . Alternatives: detach(This::wxSizer(), Index::integer()) -> bool() detach(This::wxSizer(), Window::wxWindow:wxWindow() | wxSizer()) -> bool() fit(This::wxSizer(), Window::wxWindow() (see module wxWindow)) -> {W::integer(), H::integer()} See external documentation . fitInside(This::wxSizer(), Window::wxWindow() (see module wxWindow)) -> ok See external documentation . getChildren(This::wxSizer()) -> [wxSizerItem() (see module wxSizerItem)] See external documentation . getItem(This::wxSizer(), X::term() | integer()) -> wxSizerItem() (see module wxSizerItem) See external documentation . Alternatives: getItem(This::wxSizer(), Window::wxWindow:wxWindow() | wxSizer()) -> getItem(This,Window, []) getItem(This::wxSizer(), Index::integer()) -> wxSizerItem:wxSizerItem() getItem(This::wxSizer(), Window::wxWindow() (see module wxWindow) | wxSizer(), Options::[Option]) -> wxSizerItem() (see module wxSizerItem) Types Option = {recursive, bool()} See external documentation . getSize(This::wxSizer()) -> {W::integer(), H::integer()} See external documentation . getPosition(This::wxSizer()) -> {X::integer(), Y::integer()} See external documentation . getMinSize(This::wxSizer()) -> {W::integer(), H::integer()} See external documentation . hide(This::wxSizer(), X::term() | integer()) -> bool() See external documentation . Alternatives: hide(This::wxSizer(), Window::wxWindow:wxWindow() | wxSizer()) -> hide(This,Window, []) hide(This::wxSizer(), Index::integer()) -> bool() hide(This::wxSizer(), Window::wxWindow() (see module wxWindow) | wxSizer(), Options::[Option]) -> bool() Types Option = {recursive, bool()} See external documentation . insert(This::wxSizer(), Index::integer(), X::term()) -> wxSizerItem() (see module wxSizerItem) See external documentation . Alternatives: insert(This::wxSizer(), Index::integer(), Window::wxWindow:wxWindow() | wxSizer()) -> insert(This,Index,Window, []) insert(This::wxSizer(), Index::integer(), Item::wxSizerItem:wxSizerItem()) -> wxSizerItem:wxSizerItem() insert(This::wxSizer(), Index::integer(), X::integer() | term(), X::integer() | term()) -> wxSizerItem() (see module wxSizerItem) See external documentation . Alternatives: insert(This::wxSizer(), Index::integer(), Width::integer(), Height::integer()) -> insert(This,Index,Width,Height, []) insert(This::wxSizer(), Index::integer(), Window::wxWindow:wxWindow() | wxSizer(), [Option]) -> wxSizerItem:wxSizerItem() Option = {proportion, integer()} | {flag, integer()} | {border, integer()} | {userData, wx:wx()} insert(This::wxSizer(), Index::integer(), Window::wxWindow:wxWindow() | wxSizer(), Flags::wxSizerFlags:wxSizerFlags()) -> wxSizerItem:wxSizerItem() insert(This::wxSizer(), Index::integer(), Width::integer(), Height::integer(), Options::[Option]) -> wxSizerItem() (see module wxSizerItem) Types Option = {proportion, integer()} | {flag, integer()} | {border, integer()} | {userData, wx() (see module wx)} See external documentation . insertSpacer(This::wxSizer(), Index::integer(), Size::integer()) -> wxSizerItem() (see module wxSizerItem) See external documentation . insertStretchSpacer(This::wxSizer(), Index::integer()) -> wxSizerItem() (see module wxSizerItem) Equivalent to insertStretchSpacer(This, Index, []) . insertStretchSpacer(This::wxSizer(), Index::integer(), Options::[Option]) -> wxSizerItem() (see module wxSizerItem) Types Option = {prop, integer()} See external documentation . isShown(This::wxSizer(), X::integer() | term()) -> bool() See external documentation . Alternatives: isShown(This::wxSizer(), Index::integer()) -> bool() isShown(This::wxSizer(), Window::wxWindow:wxWindow() | wxSizer()) -> bool() layout(This::wxSizer()) -> ok See external documentation . prepend(This::wxSizer(), X::term()) -> wxSizerItem() (see module wxSizerItem) See external documentation . Alternatives: prepend(This::wxSizer(), Window::wxWindow:wxWindow() | wxSizer()) -> prepend(This,Window, []) prepend(This::wxSizer(), Item::wxSizerItem:wxSizerItem()) -> wxSizerItem:wxSizerItem() prepend(This::wxSizer(), X::integer() | term(), X::integer() | term()) -> wxSizerItem() (see module wxSizerItem) See external documentation . Alternatives: prepend(This::wxSizer(), Width::integer(), Height::integer()) -> prepend(This,Width,Height, []) prepend(This::wxSizer(), Window::wxWindow:wxWindow() | wxSizer(), [Option]) -> wxSizerItem:wxSizerItem() Option = {proportion, integer()} | {flag, integer()} | {border, integer()} | {userData, wx:wx()} prepend(This::wxSizer(), Window::wxWindow:wxWindow() | wxSizer(), Flags::wxSizerFlags:wxSizerFlags()) -> wxSizerItem:wxSizerItem() prepend(This::wxSizer(), Width::integer(), Height::integer(), Options::[Option]) -> wxSizerItem() (see module wxSizerItem) Types Option = {proportion, integer()} | {flag, integer()} | {border, integer()} | {userData, wx() (see module wx)} See external documentation . prependSpacer(This::wxSizer(), Size::integer()) -> wxSizerItem() (see module wxSizerItem) See external documentation . prependStretchSpacer(This::wxSizer()) -> wxSizerItem() (see module wxSizerItem) Equivalent to prependStretchSpacer(This, []) . prependStretchSpacer(This::wxSizer(), Options::[Option]) -> wxSizerItem() (see module wxSizerItem) Types Option = {prop, integer()} See external documentation . recalcSizes(This::wxSizer()) -> ok See external documentation . remove(This::wxSizer(), X::integer() | wxSizer()) -> bool() See external documentation . Alternatives: remove(This::wxSizer(), Index::integer()) -> bool() remove(This::wxSizer(), Sizer::wxSizer()) -> bool() replace(This::wxSizer(), X::term() | integer(), X::term()) -> bool() See external documentation . Alternatives: replace(This::wxSizer(), Oldwin::wxWindow:wxWindow() | wxSizer(), Newwin::wxWindow:wxWindow() | wxSizer()) -> replace(This,Old- win,Newwin, []) replace(This::wxSizer(), Index::integer(), Newitem::wxSizerItem:wxSizerItem()) -> bool() replace(This::wxSizer(), Oldwin::wxWindow() (see module wxWindow) | wxSizer(), Newwin::wxWindow() (see module wxWindow) | wxSizer(), Options::[Option]) -> bool() Types Option = {recursive, bool()} See external documentation . setDimension(This::wxSizer(), X::integer(), Y::integer(), Width::integer(), Height::integer()) -> ok See external documentation . setMinSize(This::wxSizer(), Size::{W::integer(), H::integer()}) -> ok See external documentation . setMinSize(This::wxSizer(), Width::integer(), Height::integer()) -> ok See external documentation . setItemMinSize(This::wxSizer(), X::integer() | term(), Size::{W::integer(), H::integer()}) -> bool() See external documentation . Alternatives: setItemMinSize(This::wxSizer(), Index::integer(), Size::{W::integer(),H::integer()}) -> bool() setItemMinSize(This::wxSizer(), Window::wxWindow:wxWindow() | wxSizer(), Size::{W::integer(),H::integer()}) -> bool() setItemMinSize(This::wxSizer(), X::integer() | term(), Width::integer(), Height::integer()) -> bool() See external documentation . Alternatives: setItemMinSize(This::wxSizer(), Index::integer(), Width::integer(), Height::integer()) -> bool() setItemMinSize(This::wxSizer(), Window::wxWindow:wxWindow() | wxSizer(), Width::integer(), Height::integer()) -> bool() setSizeHints(This::wxSizer(), Window::wxWindow() (see module wxWindow)) -> ok See external documentation . setVirtualSizeHints(This::wxSizer(), Window::wxWindow() (see module wxWindow)) -> ok See external documentation . show(This::wxSizer(), X::integer() | term() | bool()) -> bool() | bool() | ok See external documentation . Alternatives: show(This::wxSizer(), Index::integer()) -> show(This,Index, []) show(This::wxSizer(), Window::wxWindow:wxWindow() | wxSizer()) -> show(This,Window, []) show(This::wxSizer(), Show::bool()) -> ok show(This::wxSizer(), X::integer() | term(), Options::[Option]) -> bool() See external documentation . Alternatives: show(This::wxSizer(), Index::integer(), [Option]) -> bool() Option = {show, bool()} show(This::wxSizer(), Window::wxWindow:wxWindow() | wxSizer(), [Option]) -> bool() Option = {show, bool()} | {recursive, bool()} AUTHORS
<> wxErlang 0.98.9 wxSizer(3erl)
All times are GMT -4. The time now is 10:31 PM.
Unix & Linux Forums Content Copyright 1993-2022. All Rights Reserved.
Privacy Policy