Sponsored Content
Full Discussion: Extract a string from file
Top Forums Shell Programming and Scripting Extract a string from file Post 302374844 by shehzad_m on Wednesday 25th of November 2009 02:58:24 PM
Old 11-25-2009
with both commands i am getting data from above and below rows aswell..is there a way i can just get those numbers after barcode?

---------- Post updated at 03:58 PM ---------- Previous update was at 03:55 PM ----------

this how the whole file looks sorry i didnt provided the right info.

Code:
****** START   Tue Nov 24 23:00:00 GMT 2009 ******


Generating list of recommended changes ...

Proposed Change(s) to Update the Volume Configuration
=====================================================
Logically move media ID 004119 (barcode 004119) from standalone to slot 18.
Logically move media ID 004275 (barcode 004275) from standalone to slot 34.

Updating volume configuration ...

Processing existing media added to or moved within the robotic library by
logically moving media as follows...
        Media ID        Slot
        ========        ====
         004119           18
         004275           34


Volume configuration successfully updated.


****** END    Tue Nov 24 23:01:23 GMT 2009 ******


Last edited by radoulov; 11-25-2009 at 05:13 PM.. Reason: Added code tags.
 

10 More Discussions You Might Find Interesting

1. Shell Programming and Scripting

Extract a string from a file

Input File: ===================================== "Server1" srvgrp="group1" srvid=10 CLOPT="-A -r -e /path/logfile -o /path/stdout" VAR1=0666 VAR2=N VAR3=0666 MIN=3 VAR4=4 VAR5=N VAR6=FASTPATH VAR7=5 VAR8=86400 VAR9=Y ... (20 Replies)
Discussion started by: kaustubh137
20 Replies

2. Shell Programming and Scripting

Search for string in a file and extract another string to a variable

Hi, guys. I have one question: I need to search for a string in a file, and then extract another string from the file and assign it to a variable. For example: the contents of the file (group) is below: ... ftp:x:23: mail:x:34 ... testing:x:2001 sales:x:2002 development:x:2003 ...... (6 Replies)
Discussion started by: daikeyang
6 Replies

3. Shell Programming and Scripting

Find a string and extract a value from a file

I have a file where a line has the following form: n0=7.00 !Central density and I want to extract the value 7.00. I used to do this with the order below, which finds the string "n0" and take the rest of the line parting from the separator "=", but the comment "Central density..."... (7 Replies)
Discussion started by: josegr
7 Replies

4. Shell Programming and Scripting

Extract string from a file & write to a new file (Perl)

Hi, This is the first time playing around with perl and need some help. Assuming if i have a line of text that looks like this: Date/Time=Nov 18 17:12:11;Device Name=192.168.1.1;Device IP=192.168.1.1;Device Class=IDS;Source IP=155.212.212.111;Source Name=UNKNOWN;Source Port=1679... (3 Replies)
Discussion started by: LuckyGuy
3 Replies

5. Shell Programming and Scripting

awk extract a string from a file

Hi, I have a file which has thousand of lines with lines starting with And I want to extract and show to user only the below string from all the lines Please note note that the above string is a time stamp and it would be different on all the lines. Please tell me how to extract... (8 Replies)
Discussion started by: jredx
8 Replies

6. Shell Programming and Scripting

Extract a string between 2 ref string from a file

Hi, May i ask if someone share some command for extracting a string between 2 ref string in a txt file My objective: i had a file with multiple lines and wants only to extract the string "watch?v=IbkAXOmEHpY" or "watch?v=<11 random character>", when i used "grep 'watch?=*' i got a results per... (4 Replies)
Discussion started by: jao_madn
4 Replies

7. Shell Programming and Scripting

extract string from file name between two underscores

Hi, Here is my question, I need to extract string between two underscores from the filename for example, filename is atmos_8xdaily_instant_300x300_1_12.nc what I want to extract is 300x300. There are many such files in my directory, so I guess the code should be like: for file... (7 Replies)
Discussion started by: 1988PF
7 Replies

8. Shell Programming and Scripting

Extract a specific string from a file

Hi, I have a file whose contents are as follows. 2013-03-08/15:09:20.134 INFO 00000000-00000000 0034 09700400 CON_IN SessionID:ED5E1400-4805-85E2-17B2-5BE45684886A Connection ID:ED5E1400-4805-68F1-BB1D-F06496BCF910 TO:<sip:51234999@10.239.94.146:5060 FROM:<sip:9302280716@97.208.31.7:51024... (2 Replies)
Discussion started by: SunilB2011
2 Replies

9. Shell Programming and Scripting

Need to extract a String from log file

Hi i am having a logfile which contain lot of entires, but i need extract a word after if i found a line that contains a particular string as "ENROLLMENT_EXCEPTION - Exception". please help me in getting a script to do this. Regards C. Suresh (5 Replies)
Discussion started by: sumeeva1907
5 Replies

10. Shell Programming and Scripting

Extract a string from a file

I have a file with below contents. INCLUDE INCLUDE SYSLIB(SANJ) INCLUDE SYSLIB(BIS) NAME BQTFL(R) dfdg fgbb NAME B i want to grep for "INCLUDE SYSLIB" in the file and do some operation so that my output will be in the bracketed value as below. SANJ BIS Pls let me know how can i... (7 Replies)
Discussion started by: millan
7 Replies
CHIO(1) 						    BSD General Commands Manual 						   CHIO(1)

NAME
chio -- medium changer control utility SYNOPSIS
chio [-f changer] command [-<flags>] arg1 arg2 [arg3 [...]] DESCRIPTION
The chio utility is used to control the operation of medium changers, such as those found in tape and optical disk jukeboxes. The options are as follows: -f changer Use the device changer rather than the default device /dev/ch0. The default changer may be overridden by setting the environment variable CHANGER to the desired changer device. A medium changer apparatus is made up of elements. There are five element types: picker (medium transport), slot (storage), portal (import/export), drive (data transfer), and voltag (select by volume identifier). The voltag pseudo-element type allows the selection of tapes by their volume tag (typically a barcode on the tape). In this command description, the shorthand ET will be used to represent an element type, and EU will be used to represent an element unit. For example, to represent the first robotic arm in the changer, the ET would be ``picker'' and the EU would be ``0''. SUPPORTED COMMANDS
move <from ET> <from EU> <to ET> <to EU> [inv] Move the media unit from <from ET/EU> to <to ET/EU>. If the optional modifier inv is specified, the media unit will be inverted before insertion. exchange <src ET> <src EU> <dst1 ET> <dst1 EU> [<dst2 ET> <dst2 ET>] [inv1] [inv2] Perform a media unit exchange operation. The media unit in <src ET/EU> is moved to <dst1 ET/EU> and the media unit previously in <dst1 ET/EU> is moved to <dst2 ET/EU>. In the case of a simple exchange, <dst2 ET/EU> is omitted and the values <src ET/EU> are used in their place. The optional modifiers inv1 and inv2 specify whether the media units are to be inverted before insertion into <dst1 ET/EU> and <dst2 ET/EU> respectively. Note that not all medium changers support the exchange operation; the changer must have multiple free pickers or emulate multiple free pickers with transient storage. return <from ET> <from EU> Return the media unit to its source element. This command will query the status of the specified media unit, and will move it to the element specified in its source attribute. This is a convenient way to return media from a drive or portal to its previous element in the changer. position <to ET> <to EU> [inv] Position the picker in front of the element described by <to ET/EU>. If the optional modifier inv is specified, the media unit will be inverted before insertion. Note that not all changers behave as expected when issued this command. params Report the number of slots, drives, pickers, and portals in the changer, and which picker unit the changer is currently configured to use. getpicker Report which picker unit the changer is currently configured to use. setpicker <unit> Configure the changer to use picker <unit>. ielem [<timeout>] Perform an INITIALIZE ELEMENT STATUS operation on the changer. The optional <timeout> parameter may be given to specify a timeout in seconds for the operations. This may be used if the operation takes unusually long because of buggy firmware or the like. voltag [-fca] <ET> <EU> [<label>] [<serial>] Change volume tag for an element in the media changer. This command is only supported by few media changers. If it is not supported by a device, using this command will usually result in an "Invalid Field in CDB" error message on the console. If the -c flag is specified, the volume tag of the specified element is cleared. If the -f flag is specified, the volume tag is superseded with the specified volume tag even if a volume tag is already defined for the element. It is an error to not specify the -f flag when trying to set a label for an element which already has volume tag information defined. The command works with the primary volume tag or, if the -a flag is given, with the alternate volume tag. status [-vVsSbIa] [<type>] Report the status of all elements in the changer. If <type> is specified, report the status of all elements of type <type>. -v Print the primary volume tag for each loaded medium, if any. The volume tag is printed as ``<LABEL:SERIAL>''. -V Print the alternate volume tag for each loaded medium, if any. -s Print the additional sense code and additional sense code qualifier for each element. -S Print the element source address for each element. -b Print SCSI bus information for each element. Note that this information is valid only for drives. -I Print the internal element addresses for each element. The internal element address is not normally used with this driver. It is reported for diagnostic purposes only. -a Print all additional information (as in -vVsSba). The status bits are defined as follows: FULL Element contains a media unit. IMPEXP Media was deposited into element by an outside human operator. EXCEPT Element is in an abnormal state. ACCESS Media in this element is accessible by a picker. EXENAB Element supports passing media (exporting) to an outside human operator. INENAB Element supports receiving media (importing) from an outside human operator. FILES
/dev/ch0 default changer device EXAMPLES
chio move slot 3 drive 0 Move the media in slot 3 (fourth slot) to drive 0 (first drive). chio move voltag VOLUME01 drive 0 Move the media with the barcode VOLUME01 to drive 0 (first drive). chio return drive 0 Remove the tape from drive 0 (first drive) and return it to its original location in the rack. chio setpicker 2 Configure the changer to use picker 2 (third picker) for operations. SEE ALSO
mt(1), mount(8) AUTHORS
The chio program and SCSI changer driver were written by Jason R. Thorpe <thorpej@and.com> for And Communications, http://www.and.com/. Additional work by Hans Huebner <hans@artcom.de> and Steve Gunn <csg@waterspout.com>. BSD
May 14, 1998 BSD
All times are GMT -4. The time now is 09:01 AM.
Unix & Linux Forums Content Copyright 1993-2022. All Rights Reserved.
Privacy Policy