Sponsored Content
Top Forums Shell Programming and Scripting how to remove specific lines from a file Post 302138158 by radoulov on Saturday 29th of September 2007 07:27:35 PM
Old 09-29-2007
Code:
awk 'no&&/str/{next};/The F/{no=1;next}1' filename

 

10 More Discussions You Might Find Interesting

1. Shell Programming and Scripting

remove specific lines from a file

Hi there I have a file with a variable amount of rows but the 45th, 46th and 47th charachter of each line is the status field which is a three digit code ie 001, 002, 003 etc. My question is this..I need to strip all the records/lines with 002's out of the file completely and put them into... (14 Replies)
Discussion started by: hcclnoodles
14 Replies

2. Shell Programming and Scripting

remove specific lines from flat file using perl

Hi, Here is wat im looking for.. i have a flat file which looks like this.. 00 * * * * .. .. * * text text text COL1 COL2 ----- ----- 1 a (12 Replies)
Discussion started by: meghana
12 Replies

3. Shell Programming and Scripting

How to remove the specific lines from file using perl

Can anyone tell me what could be the solution to following : I have one .txt file which contains some "seed" information. This seed may appear multiple time in the file so what I want do is if this seed appears again in the file then that line should be removed. Please provide the script code... (4 Replies)
Discussion started by: dipakg
4 Replies

4. Shell Programming and Scripting

how to remove specific lines from a file (reprise)

Hello, I've to change the shell in /etc/passwd for some users . I've the list of users but I'm not able to modify the file with scripting . I'm working on a Sol10 . Can anyone help me ? tnks (7 Replies)
Discussion started by: gogol_bordello
7 Replies

5. Shell Programming and Scripting

Sed or Awk to remove specific lines

I have searched the forum for this - forgive me if I missed a previous post. I have the following file: blah blah blah blah blah blah blah blah blah blah blah blah blah blah blah alter table "informix".esc_acct add constraint (foreign key (fi_id) references "informix".fi ... (5 Replies)
Discussion started by: Shoeless_Mike
5 Replies

6. Shell Programming and Scripting

NAWK to remove lines that matches a specific pattern

Hi, I have requirement that I need to split my input file into two files based on a search pattern "abc" For eg. my input file has below content abc defgh zyx I need file 1 with abc and file2 with defgh zyx I can use grep command to acheive this. But with grep I need... (8 Replies)
Discussion started by: sbhuvana20
8 Replies

7. Shell Programming and Scripting

awk to remove lines in file if specific field matches

I am trying to remove lines in the target.txt file if $5 before the - in that file matches sorted_list. I have tried grep and awk. Thank you :). grep grep -v -F -f targets.bed sort_list grep -vFf sort_list targets awk awk -F, ' > FILENAME == ARGV {to_remove=1; next} > ! ($5 in... (2 Replies)
Discussion started by: cmccabe
2 Replies

8. Shell Programming and Scripting

Remove lines matching a substring in a specific column

Dear group, I have following input text file: Brit 2016 11 18 12 00 10 1.485,00 EUR Brit 2016 11 18 12 00 10 142,64 EUR Brit 2016 11 18 12 00 10 19,80 EUR Brit 2016 11 18 12 00 10 545,00 EUR Brit 2016 11 18 12 00 10 6.450,00 EUR... (3 Replies)
Discussion started by: gfhsd
3 Replies

9. Shell Programming and Scripting

Remove duplicate consecutive lines with specific string

Hello, I'm trying to remove the duplicate consecutive lines with specific string "WARNING". File.txt abc; WARNING 2345 WARNING 2345 WARNING 2345 WARNING 2345 WARNING 2345 bcd; abc; 123 123 123 WARNING 1234 WARNING 2345 WARNING 2345 efgh; (6 Replies)
Discussion started by: Mannu2525
6 Replies

10. UNIX for Beginners Questions & Answers

awk with sed to combine lines and remove specific odd # pattern from line

In the awk piped to sed below I am trying to format file by removing the odd xxxx_digits and whitespace after, then move the even xxxx_digit to the line above it and add a space between them. There may be multiple lines in file but they are in the same format. The Filename_ID line is the last line... (4 Replies)
Discussion started by: cmccabe
4 Replies
ASNVAL(1)						     NCBI Tools User's Manual							 ASNVAL(1)

NAME
asnval - validate ASN.1 biological sequence records SYNOPSIS
asnval [-] [-A] [-B] [-C N] [-D] [-E str] [-F] [-G] [-J] [-K] [-L filename] [-M] [-N flags] [-P N] [-Q N] [-R N] [-S N] [-T] [-U] [-X] [-Y] [-Z] [-a type] [-b] [-c] [-d path] [-e] [-f str] [-i filename] [-k] [-l] [-o filename] [-p path] [-q] [-r] [-u] [-v N] [-x str] DESCRIPTION
asnval is a command-line tool to validate ASN.1-format biological sequence records. OPTIONS
A summary of options is included below. - Print usage message -A Validate Alignments -B Validate Barcodes -C N Max count -D Disable message suppression -E str Only Error Code to Show -F Test network access -G GI lookup from accession -J Require ISO-JTA? -K Summary to error file -L filename Log File -M Match locus_tag against General ID -N flags Latitude-longitude / country flags 0 none 1 test state/province 2 ignore water exception 3 both of the above -P N Highest severity for error to show: 0 none 1 informational 2 warning 3 error (default for -Q) 4 grounds for rejection (default for -P, -R) -Q N Lowest severity for error to show, per P -R N Severity for error in return code, per P -S N Skip count -T Use Threads -U Genome center submission -X Exon splice check -Y Check against old IDs -Z Remote CDS product fetch -a type Input ASN.1 type: a Automatic (default) c Catenated z Any e seq-Entry b Bioseq s bioseq-Set m seq-subMit t baTch bioseq-set u batch seq-sUbmit -b Batch file is Binary -c Batch file is Compressed -d path Path to Indexed Binary ASN.1 Data -e Ignore transcription/translation Exceptions -x str Substring filter -i filename Single input file (standard input by default) -k Local fetching -l Lock components in advance -o filename Single output file -p path Path to ASN.1 Files -q Taxonomy lookup -r Remote Fetching from ID -u Recurse -v N Verbosity: 1 Standard report (default) 2 Accession / severity / code (space delimited) 3 Accession / severity / code (tab delimited) 4 XML report 5 Accession / GI / severity / code (tab delimited) -x str File selection substring (.ent by default) AUTHOR
The National Center for Biotechnology Information. SEE ALSO
asndisc(1), cleanasn(1), sequin(1). NCBI
2012-06-24 ASNVAL(1)
All times are GMT -4. The time now is 04:28 PM.
Unix & Linux Forums Content Copyright 1993-2022. All Rights Reserved.
Privacy Policy