Sponsored Content
Full Discussion: Extract a string from a file
Top Forums Shell Programming and Scripting Extract a string from a file Post 302196346 by kaustubh137 on Saturday 17th of May 2008 11:49:30 PM
Old 05-18-2008
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
VAR10=0 VAR11=1 VAR12=0
VAR13="0"
"Server1" srvgrp="group1" srvid=20
CLOPT="-A -r -e /path/logfile -o /path/stdout"
ENVVAR="/path/var.env"
VAR1=0666 VAR2=N VAR3=0666 MIN=3 VAR4=4 VAR5=N
VAR6=FASTPATH
VAR7=5 VAR8=86400 VAR9=Y
VAR10=0 VAR11=1 VAR12=0
VAR13="0"
"Server2" srvgrp="group2" srvid=20
CLOPT="-A -r -e /path/logfile -o /path/stdout"
VAR1=0666 VAR2=N VAR3=0666 MIN=2 VAR4=4 VAR5=N
VAR6=FASTPATH
VAR7=5 VAR8=86400 VAR9=Y
VAR10=0 VAR11=1 VAR12=0
=================================================

From above file I need to extract the value of MIN variable (in order to get the no. of occurences of that instance) & store it in a file along with the first string & second string

Desired output :
============
6 Server1 group1 ---> Since there are 2 instances each with MIN=3
2 Server2 group2

Last edited by kaustubh137; 05-18-2008 at 01:15 AM..
 

10 More Discussions You Might Find Interesting

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

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

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

4. Shell Programming and Scripting

Extract a string from file

Below are the content of my file and i need to extract the 6 digit numbers after the word barcode, how can i do this? for example i need to extract 004119,004275,004030 to a new file. Logically move media ID 004119 (barcode 004119) from standalone to slot 18. Logically move media ID 004275... (9 Replies)
Discussion started by: shehzad_m
9 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
strsetup.conf(4)					     Kernel Interfaces Manual						  strsetup.conf(4)

NAME
strsetup.conf - Configuration file for STREAMS drivers DESCRIPTION
The /etc/strsetup.conf file is the configuration file for STREAMS drivers. The strsetup.conf file specifies one or more character special files (or nodes) to be created when a STREAMS driver is configured into the kernel. If the driver is not configured, no character special files are created for it. If an old version of the file exists, the strsetup command removes it before the new one is created. The /etc/strsetup.conf file is defined as a Context-Dependent Symbolic Link (CDSL), and must be maintained as such. See the System Admin- istration manual for more information. Each entry in the /etc/strsetup.conf file specifies a driver name, device special file name, file mode and minor number. See the EXAMPLES section for a sample strsetup.conf file. Each line in the file is of the form: driver_name filename file_mode minor_number The fields have the following meanings: Specifies the name of the driver as reported by the strsetup -c command. This field is used to match the names read by the strsetup command from the kernel and must match exactly (the match is case sensitive). Specifies the full path name of the character special file or files to be created when driver_name is configured into the kernel. The filename can contain one conversion specifier in the style of printf(3). This conversion is used to include a minor device number in the filename. The permitted conversions are the following: Prints the minor number as a signed decimal Prints the minor number as a hexadecimal with lower case letters Prints the minor number hexadecimal with uppercase letters Prints octal Prints the minor number as an unsigned decimal Prints the minor number as a signed decimal Note that you must use a double percent sign (%%) to include a percent sign in the filename. Optionally, each of these conversions can include a specification for some number of leading 0's. This is done by following the % with a 0 and one or more digits specifying the total number of digits to be printed. The 0 must appear after the %. See the printf(3) reference page for more information. Any directories in the path of the filename that do not exist are created. Specifies the file mode assigned to the file when it is cre- ated. The file_mode field must always be in octal. The file is always created as a character special file. Specifies the minor device number field. The strsetup command reads the major device numbers from the kernel. This field indicates to the strsetup command how to assign minor device numbers. This minor_number field can contain the one of the following values: Indicates that the device should be cre- ated as a clone device. In this case the major number becomes that of the special clone pseudo-device driver and the minor device number becomes the device's major number. Note that the word clone must be lowercase. Creates a single device with the minor device number N. Note that N is a decimal number. Create M-N nodes with the devices' major numbers and minor numbers between M and N. Note that M and N are decimal numbers. When a range of minor numbers is specified, a filename conversion specifier can be used to make certain that each node created is unique. EXAMPLES
The following is a sample /etc/strsetup.conf file: special driver name filename file mode minor number ptm /dev/ptmx 0666 clone log /dev/streams/log 0666 clone nuls /dev/streams/nuls 0666 clone echo /dev/streams/echo 0666 clone sad /dev/sad/admin 0666 clone pts /dev/pts/%d 0666 0-127 FILES
STREAMS setup configuration file RELATED INFORMATION
Commands: strsetup(8) Network Programmer's Guide delim off strsetup.conf(4)
All times are GMT -4. The time now is 12:49 AM.
Unix & Linux Forums Content Copyright 1993-2022. All Rights Reserved.
Privacy Policy