Sponsored Content
Top Forums Shell Programming and Scripting Extract data using a reference Post 303001326 by Don Cragun on Tuesday 1st of August 2017 11:04:10 PM
Old 08-02-2017
Quote:
Originally Posted by jiam912
Hi RudiC.

Smilie No.

I can extract part of the text. But no all .
Is this possible ,?
With the results you have seen from the other 90 threads you have started, you know this is possible. We are here to help you learn how to do projects like this on your own; not to act as your unpaid programming staff.

As with all shell script questions submitted to this forum, please tell us what operating system and shell you're using.

Clearly explain the format of the selection.txt file. (Is there ever more than one record to be selected? If so, what separates SL values in selection.txt?)

Are there any separators between the 56 line records in input.txt? (If so, what are the separators?)

And, most importantly, show us what you have done and where you are stuck.
 

9 More Discussions You Might Find Interesting

1. Shell Programming and Scripting

How to extract data from BNC xml with reference brackets?

I have data like the following pattern: <change date="2000-01-09" who="#OUCS">Updated all catrefs</change> <change date="2000-01-08" who="#OUCS">Manually updated tagcounts, titlestmt, and title in source</change> <change date="1999-09-13" who="#UCREL">POS codes revised for BNC-2; header... (14 Replies)
Discussion started by: Johnivy
14 Replies

2. Shell Programming and Scripting

Extract data based on match against one column data from a long list data

My input file: data_5 Ali 422 2.00E-45 102/253 140/253 24 data_3 Abu 202 60.00E-45 12/23 140/23 28 data_1 Ahmad 256 7.00E-45 120/235 140/235 22 data_4 Aman 365 8.00E-45 15/65 140/65 20 data_10 Jones 869 9.00E-45 65/253 140/253 18... (12 Replies)
Discussion started by: patrick87
12 Replies

3. Shell Programming and Scripting

Reference data check for delete

Dear All, I have a master file - Master.txt 100|ABC 200|CED 500|XYZ 800|POL I have a reference file - Ref.txt 200 800 What is desired.. Check for all those records in reference file matching with those within master file and then delete those records from Master file So, at end,... (1 Reply)
Discussion started by: sureshg_sampat
1 Replies

4. Shell Programming and Scripting

Help with checking reference data frequency count

reference data GHTAS QER CC N input data NNWQERPROEGHTASTTTGHTASNCC Desired output GHTAS 2 QER 1 CC 1 N 3 (2 Replies)
Discussion started by: perl_beginner
2 Replies

5. Shell Programming and Scripting

awk -- Extract data from html within multiple tags as reference

Hi, I'm trying to get some data from an html file, but the problem is before it can extract the information I have multiple patterns that need to be passed through. https://www.unix.com/shell-programming-scripting/150711-extract-data-awk-html-files.html Is a similar problem. The only... (5 Replies)
Discussion started by: counfhou
5 Replies

6. Shell Programming and Scripting

Replace a value using a reference data from other file

Gents, Can you please help me to solve this case In my input file I have a values in column 49 which always need to be one, but sometimes the system create a value 2, in this case I need to go to search in the original file and replace the values in the row where the value 2 is and in the... (6 Replies)
Discussion started by: jiam912
6 Replies

7. UNIX for Dummies Questions & Answers

Extract text in sed using back reference

i have a text 20 21 22 23 24 25 26 i want to get 22 using sed back reference. I have used sed 's/{6}\(..\).*/\1/' but, it does not work. I am missing something somewhere. Please help. (5 Replies)
Discussion started by: gotamp
5 Replies

8. Shell Programming and Scripting

Compare data with reference from other file

Gents, Please can you help with this. I have a big file (file2) which contends many records increment every 25 rows ( column 1 ). Then I have other file as reference (file1).. column 1 to 11. I want to compare that all values in file2 (column 2 to 12.) match with values in... (2 Replies)
Discussion started by: jiam912
2 Replies

9. Shell Programming and Scripting

Help with merge data with a reference sequence

I have two input file.: File 1 is a large reference sequence (A large Fasta sequence); File 1 (is a file which first line is the header description and line other ">" is its corresponding word and counting from 1 till end of file); >Data_1 ASWDADAQTWQQGSAAAAASDAFAFA . . File 2 is... (31 Replies)
Discussion started by: cpp_beginner
31 Replies
ICNS2PNG(1)							   User Commands						       ICNS2PNG(1)

NAME
icns2png - convert Mac OS icns files to png images SYNOPSIS
icns2png [-x|-l] [options] [file ... ] DESCRIPTION
icns2png extracts images from mac .icns files, and exports them to png format. OPTIONS
-l, --list List the contents of one or more icns images -x, --extract Extract one or more icons to png images -o, --output Where to place extracted files. If not specified, icons will be extracted to the same path as the source file. -d, --depth Sets the pixel depth of the icons to extract. (1,4,8,32) -s, --size Sets the width and height of the icons to extract. (16,48,etc) Sizes 16x12, 16x16, 32x32, 48x48, 128x128, etc. are also valid. -h, --help Displays this help message. -v, --version Displays the version information EXAMPLES
icns2png -x anicon.icns # Extract all icon found in anicon.icns icns2png -x -s 48 anicon.icns # Extract all 48x48 32-bit icons icns2png -x -s 32 -d 1 anicon.icns # Extract all 32x32 1-bit icons icns2png -l anicon.icns # Lists the icons contained in anicon.icns AUTHOR
Written by Mathew Eis COPYRIGHT
Copyright (C) 2001-2008 Mathew Eis This is free software; see the source for copying conditions. There is NO warranty; not even for MERCHANTABILITY or FITNESS FOR A PARTICU- LAR PURPOSE. icns2png 1.5 March 2008 ICNS2PNG(1)
All times are GMT -4. The time now is 05:54 PM.
Unix & Linux Forums Content Copyright 1993-2022. All Rights Reserved.
Privacy Policy