Sponsored Content
Full Discussion: grep a line from file?
Top Forums UNIX for Dummies Questions & Answers grep a line from file? Post 302773559 by zigizag on Thursday 28th of February 2013 07:55:41 AM
Old 02-28-2013
grep a line from file?

hello,
i am trying to grep and the show lines from file that starts with *

example of file:

* bobo: dsfdf,sdfsd,sdfsdf
-------------------------------

gogo: sdf,sdfsdf,sdfsdf,sdfsdf
---------------------------------

* bobo2: sdfsdf,sdfsdf,sdfsdf
-----------------------------------

sdfsdf : sdfsd,sdfsdf,sdfsdf
--------------------------------
 

10 More Discussions You Might Find Interesting

1. Shell Programming and Scripting

Read file then grep the line

Dear all, I am reading a file that has 1 column. While reading I must find the line references from the another file. The following shell doesn't works. Please help #!/bin/bash while read filename; do grep ${filename} fs_full.dat >> unprocfull.dat; done < unproc.dat But when... (2 Replies)
Discussion started by: mr_bold
2 Replies

2. Shell Programming and Scripting

grep on specific line of the file

Hi, how can we search for a word (with case ignore )on specific line numbers ex: Awk /^regEX/ with condition on first line or second line Awk/^ regex1/ on line 1 Awk /^regEX2/ on line 3 thanks in advance (4 Replies)
Discussion started by: rider29
4 Replies

3. Shell Programming and Scripting

how to grep a file and cut a corresponding value from the line

i have to grep a file which has contents like /Source/value/valuefile/readme.txt DefaultVersion:=1.7 I have to grep this file with "/Source/value/valuefile/readme.txt" and cut the corresponding value "1.7" from the same line i tried grep and cut but not working. (1 Reply)
Discussion started by: codeman007
1 Replies

4. UNIX for Dummies Questions & Answers

grep a file from a given line only

Hi all, I'm looking for the line number where the string "total" appears. I know that this is after a given line number which I know. So I would like to know the line number of the first "total" after the line X. Is it possible to use grep a file from a given line only? Thank you, (7 Replies)
Discussion started by: f_o_555
7 Replies

5. Shell Programming and Scripting

grep a line from a text file

Hi all, I need to grep a line from a log file which ensures me that the application server script is executed successfully. Some body please help me on this. I also need to write a while loop in which i need to use the status of the above grep output. Could some one please tell me how to use... (12 Replies)
Discussion started by: firestar
12 Replies

6. UNIX for Dummies Questions & Answers

grep command on a line from a file

Dear forum, Please excuse my ignorance. I have looked through various forum posts and tried various solutions but have not been able to solve my problem. File1.txt consist of a list of 100 names (one per line). File2.txt contains details for 1000 people (one per line), with the first field... (7 Replies)
Discussion started by: beginner0302
7 Replies

7. UNIX for Dummies Questions & Answers

Grep? - using a file of terms to search another file when the information is on a different line

I have a flat file that looks like this, let's call it Chromosome_9.txt: FT /Gene_Name="Guanyl-Acetylase 9" FT /Gene_Number"36952" FT /Gene_Name="Endoplasmic Luciferase" FT /Gene_Number"36953" FT ... (4 Replies)
Discussion started by: Twinklefingers
4 Replies

8. Shell Programming and Scripting

Grep in file and print in the line

hi # cat test.txt Test Date: 20131008 1515 -------------------------------------------------------------------------------------------------------------- Saxx = Proc_m0_s13 : 1640 Saxx = Proc_m0_s15 : 1791 Saxx = Proc_m0_s17 ... (2 Replies)
Discussion started by: justbow
2 Replies

9. UNIX for Dummies Questions & Answers

How to grep particular line from a file?

Hi, I am having file like $ cat file sumanth anil harish from the file i want to grep one line at a time depending on the line number.And can it work through grep -n... TIA Please use code tags next time for your code and data. Even if its this small... Thanks (10 Replies)
Discussion started by: sumanthupar
10 Replies

10. UNIX for Beginners Questions & Answers

Grep: Retrieve two strings from one file to find them anyone on line in another file

I am having trouble matching *two* strings from one file anywhere in a line of a second file, and could use some help getting this figured out. My preference would be to use grep for this because I would like to take advantage of its -A option. The latter is due to the fact that I would like both... (2 Replies)
Discussion started by: jvoot
2 Replies
obconformer(1)						      User's Reference Manual						    obconformer(1)

NAME
obconformer -- generate conformer coordinates SYNOPSIS
obconformer # of conformers # of optimization steps filename DESCRIPTION
The obconformer tool can be used as part of a conformational study by generating random conformers using a Monte Carlo search. The best con- former out of the batch of conformers will be output, after taking the supplied number of geometry optimization steps. By default, obcon- former uses the MMFF94 force field. EXAMPLES
obconformer 250 100 baseconformer.sdf >rotamer1.sdf Generate the best conformer (out of 250) of baseconformer.sdf and write it to rotamer1.sdf after 100 geometry optimization steps SEE ALSO
babel(1), obenergy(1), obfit(1), obgrep(1), obminimize(1), obrotate(1). The web pages for Open Babel can be found at: <http://openbabel.org/> AUTHORS
Open Babel is developed by a cast of many, including currrent maintainers Geoff Hutchison, Chris Morley, Michael Banck, and innumerable oth- ers who have contributed fixes and additions. For more contributors to Open Babel, see <http://openbabel.org/wiki/THANKS> COPYRIGHT
Copyright (C) 1998-2001 by OpenEye Scientific Software, Inc. Some portions Copyright (C) 2001-2008 by Geoffrey R. Hutchison and other contributors. This program is free software; you can redistribute it and/or modify it under the terms of the GNU General Public License as published by the Free Software Foundation version 2 of the License. This program is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABIL- ITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License for more details. Open Babel 2.2 July 4, 2008 Open Babel 2.2
All times are GMT -4. The time now is 01:18 PM.
Unix & Linux Forums Content Copyright 1993-2022. All Rights Reserved.
Privacy Policy