Sponsored Content
Full Discussion: If Selection statement
Top Forums Shell Programming and Scripting If Selection statement Post 302576352 by vgersh99 on Thursday 24th of November 2011 11:05:43 AM
Old 11-24-2011
look into 'select' your shell man pages.
 

10 More Discussions You Might Find Interesting

1. Shell Programming and Scripting

Array and Selection

I have a question: Y X Tabel a is a array multidimensional --> a(1024,20) I load in to array a Text from 6000 row where: in a(1,1) is present the row 1 of original text, in a(1024,1) is present then row 1024 of original test and in... (4 Replies)
Discussion started by: ZINGARO
4 Replies

2. UNIX for Advanced & Expert Users

tray selection

Hello All, Could anyone help me how to selecting the trays in unix . Thanks, Amit kul (3 Replies)
Discussion started by: amit kul
3 Replies

3. Post Here to Contact Site Administrators and Moderators

Opt out selection

Maybe I'm missing something but when I go to CP->Options, I see the box for selecting which forum to opt out of but no way to set it. (5 Replies)
Discussion started by: drhowarddrfine
5 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. Shell Programming and Scripting

Data selection

Hi, I have a file containing details of different departments . Infomration of departments is in various tags file is as below I want to create a new file from the above file which should contain only two fields belonging to one department format There are multiple files... (1 Reply)
Discussion started by: test_user
1 Replies

6. Shell Programming and Scripting

Data selection

Hi, Please note that as a programmer I cannot tell the file format or details of my production files so I have re-framed my file and taken a case of departments. Kindly guide as its related to a production requirement of data containing recors of production customer NOT A HOMEWORK :) I have... (10 Replies)
Discussion started by: test_user
10 Replies

7. Shell Programming and Scripting

Date selection

Hi All, i have log file sample data is 2010/10/09|04:00:00.392|15Minute|BW=0|192.168.0.1 2010/10/08|04:00:00.392|15Minute|BW=0|192.168.0.1 2010/10/07|04:00:00.392|15Minute|BW=0|192.168.0.1 2010/10/05|04:00:00.392|15Minute|BW=0|192.168.0.1 2010/10/03|04:00:00.392|15Minute|BW=0|192.168.0.1... (2 Replies)
Discussion started by: posner
2 Replies

8. Shell Programming and Scripting

Convert Update statement into Insert statement in UNIX using awk, sed....

Hi folks, I have a scenario to convert the update statements into insert statements using shell script (awk, sed...) or in database using regex. I have a bunch of update statements with all columns in a file which I need to convert into insert statements. UPDATE TABLE_A SET COL1=1 WHERE... (0 Replies)
Discussion started by: dev123
0 Replies

9. Shell Programming and Scripting

Multi pattern selection

I'm confused with what to use (awk or grep) in this case as i need to select 2 corresponding patterns. "SName" & "ESys" in a appln config file which looks like this; SName=abc123 ESys=xyz456 Host=xxx Port=yyy I used awk and didn't get any output for multi-pattern search. $ awk -F"="... (7 Replies)
Discussion started by: sam_bd
7 Replies

10. Shell Programming and Scripting

Selection from array

Hi, I need some help taking a selection from a command and adding part of the output to an array. I'd like to read the items into the array, have the user chose an option from the array and put the item from column 1 into a variable. The command is: awless -l list routetables --columns... (7 Replies)
Discussion started by: bignellrp
7 Replies
Gtk2::Gdk::Selection(3) 				User Contributed Perl Documentation				   Gtk2::Gdk::Selection(3)

NAME
Gtk2::Gdk::Selection METHODS
Gtk2::Gdk::Selection->convert ($requestor, $selection, $target, $time_) o $requestor (Gtk2::Gdk::Window) o $selection (Gtk2::Gdk::Atom) o $target (Gtk2::Gdk::Atom) o $time_ (unsigned) window or undef = Gtk2::Gdk::Selection->owner_get ($selection) o $selection (Gtk2::Gdk::Atom) window or undef = Gtk2::Gdk::Selection->owner_get_for_display ($display, $selection) o $display (Gtk2::Gdk::Display) o $selection (Gtk2::Gdk::Atom) Since: gtk+ 2.2 boolean = Gtk2::Gdk::Selection->owner_set ($owner, $selection, $time_, $send_event) o $owner (Gtk2::Gdk::Window or undef) o $selection (Gtk2::Gdk::Atom) o $time_ (unsigned) o $send_event (boolean) boolean = Gtk2::Gdk::Selection->owner_set_for_display ($display, $owner, $selection, $time_, $send_event) o $display (Gtk2::Gdk::Display) o $owner (Gtk2::Gdk::Window) o $selection (Gtk2::Gdk::Atom) o $time_ (unsigned) o $send_event (boolean) Since: gtk+ 2.2 (data, prop_type, prop_format) = Gtk2::Gdk::Selection->property_get ($requestor) o $requestor (Gtk2::Gdk::Window) Use Gtk2::Clipboard instead. Gtk2::Gdk::Selection->send_notify ($requestor, $selection, $target, $property, $time_) o $requestor (unsigned) o $selection (Gtk2::Gdk::Atom) o $target (Gtk2::Gdk::Atom) o $property (Gtk2::Gdk::Atom) o $time_ (unsigned) Gtk2::Gdk::Selection->send_notify_for_display ($display, $requestor, $selection, $target, $property, $time_) o $display (Gtk2::Gdk::Display) o $requestor (unsigned) o $selection (Gtk2::Gdk::Atom) o $target (Gtk2::Gdk::Atom) o $property (Gtk2::Gdk::Atom) o $time_ (unsigned) Since: gtk+ 2.2 SEE ALSO
Gtk2 COPYRIGHT
Copyright (C) 2003-2008 by the gtk2-perl team. This software is licensed under the LGPL. See Gtk2 for a full notice. perl v5.12.1 2010-07-05 Gtk2::Gdk::Selection(3)
All times are GMT -4. The time now is 02:58 AM.
Unix & Linux Forums Content Copyright 1993-2022. All Rights Reserved.
Privacy Policy