Sponsored Content
Top Forums Shell Programming and Scripting Find a string and extract a value from a file Post 302345375 by josegr on Wednesday 19th of August 2009 05:07:59 AM
Old 08-19-2009
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 [10**19 m-3]

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..." makes this solution not applicable to this case,

>n0=` grep "n0" myfile.dat | cut -d "=" -f2,3 `

Anyone knows how can I improve it in order to take only the number?. Thanks in advance
 

10 More Discussions You Might Find Interesting

1. Shell Programming and Scripting

extract data from a find string

Can any one please lend a helping hand here? eg. find /tough -name temp1 -print After finding the location of all temp1 files. I need to extract some data( some are multiple others are just one entry) from each of the temp file. eg Order_Error{"aaaa") Order_Error("bbba") ... (2 Replies)
Discussion started by: odogbolu98
2 Replies

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

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

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

Find String in FileName and move the String to new File if not found

Hi all, I have a question.. Here is my requirement..I have 500 files in a path say /a/b/c I have some numbers in a file which are comma seperated...and I wanted to check if the numbers are present in the FileName in the path /a/b/c..if the number is there in the file that is fine..but if... (1 Reply)
Discussion started by: us_pokiri
1 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 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

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

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

10. Shell Programming and Scripting

Find string in file and find the all records by string

Hello I would like to get know how to do this: I got a big file (about 1GB) and I need to find a string (for instance by grep ) and then find all records in this file based on a string. Thanks for advice. Martin (12 Replies)
Discussion started by: mape
12 Replies
GAUSSSUM(1)						      General Commands Manual						       GAUSSSUM(1)

NAME
gausssum - parses the output of a Gaussian, GAMESS or HyperChem job SYNOPSIS
gausssum [filename] DESCRIPTION
gausssum parses the output file of a Gaussian, GAMESS or HyperChem computational chemistry job to extract useful information. It uses gnu- plot(1) to graphically display of the output. GaussSum can do the following: (Gau=Gaussian, GAM=GAMESS, Hyp=HyperChem) o display all lines containing a certain phrase (any) o follow the progress of the SCF convergence (Gau,GAM) o follow the progress of a geometry optimisation (Gau,GAM) o extract molecular orbital information, including contributions of groups of atoms to the molecular orbitals (Gau,GAM) o plot the density of states spectrum (and the partial density of states, in the case of groups of atoms) (Gau,GAM) o plot the crystal orbital overlap population (COOP) spectrum, which gives information on the bonding/anti-bonding nature of an over- lap between atoms/groups (Gau,GAM) o extract information on the UV-Vis transitions (Gau,Hyp), including the change in the charge density of groups of atoms (Gau) o plot the UV-Vis spectrum (Gau,Hyp) and the circular dichroism spectrum (Gau) o automate the creation of electron density difference maps, which visually show the change in charge density associated with a given electronic transition (Gau) o extract information on IR (Gau,GAM) and Raman vibrations (Gau) o plot the IR and Raman spectra, which may be scaled using general or individual scaling factors (Gau) CITATION
If you use GaussSum to obtain results for publication, please cite it as follows: N. M. O'Boyle, A. L. Tenderholt and K. M. Langner. J. Comp. Chem. 2008, 29, 839-845. SEE ALSO
gnuplot(1) /usr/share/doc/gausssum/html/ (or equivalent on your system) AUTHOR
This manual page was written by Jordan Mantha <mantha@ubuntu.com> 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. February 15, 2008 GAUSSSUM(1)
All times are GMT -4. The time now is 04:32 AM.
Unix & Linux Forums Content Copyright 1993-2022. All Rights Reserved.
Privacy Policy