Sponsored Content
Top Forums Shell Programming and Scripting Add 'ENDEND' on end of each record at position is 14-20 Post 302227027 by naveenkcl on Wednesday 20th of August 2008 11:52:45 AM
Old 08-20-2008
Add 'ENDEND' on end of each record at position is 14-20

I have file format like below and I'm trying to modify this file.
I need to add 'ENDEND' end of each record.

01 ASH01 1CTCTL EDPPOO STAND
01 ASH08 0020 A1TH 101
01 ASH09 0022 A1TH 102
01 ASH09 0022 A1TH 103
01 ASH02 2CTCTL EDPPOO STAND
01 ASH08 0030 A1TH 201
01 ASH09 0042 A1TH 302
01 ASH09 0052 A1TH 403
01 ASH03 1CTCTL EDPPOO STAND
01 ASH08 0020 A1TH 401
01 ASH09 0022 A1TH 502
01 ASH09 0022 A1TH 603


Result file should look like :

01 ASH01 1CTCTL EDPPOO STAND
01 ASH08 0020 A1TH 101
01 ASH09 0022 A1TH 102
01 ASH09 0022 A1TH 103
ENDEND
01 ASH02 2CTCTL EDPPOO STAND
01 ASH08 0030 A1TH 201
01 ASH09 0042 A1TH 302
01 ASH09 0052 A1TH 403
ENDEND
01 ASH03 1CTCTL EDPPOO STAND
01 ASH08 0020 A1TH 401
01 ASH09 0022 A1TH 502
01 ASH09 0022 A1TH 603
ENDEND
ENDEND
 

10 More Discussions You Might Find Interesting

1. Shell Programming and Scripting

check position of end of line(URGENT PLS)

I Have to check in a file that all the lines are ending at same posiotin. Ex : line 1 is ending at position 88 line 2 should at same position i.e 88 Thanks in advance (6 Replies)
Discussion started by: evvander
6 Replies

2. Shell Programming and Scripting

MERGE 13 files and add the file name at the end of each record

Hi Gurus, I have 13 comma(,) seperated files that i have to merge and create a single file which has file name attached at th end of each record in the out put file. Can any one please help me with writing a unix script with this issue? test1.dat BIG ID,Local ID,Bond... (2 Replies)
Discussion started by: vkr
2 Replies

3. UNIX for Dummies Questions & Answers

find if a position is between a given start and end position

Hi, I am a newbie in unix programming so maybe this is a simple question. I would like to know how can I make a script that outputs only the values that are not between any given start and end positions Example file1: 2 30 40 80 82 100 file2: ID1 1 ID2 35 ID3 80 ID4 81 ID6... (9 Replies)
Discussion started by: fadista
9 Replies

4. Shell Programming and Scripting

Subsitute from a position till end of line.

Hi, Having a following file's content, lets say: ABC|ANA|LDJ|||||DKD|||||| AJJ|KKDD||KKDK|||||||||||| KKD||KD|||LLLD||||LLD||||| Problem: Need to replace pipes from 8th occurrence of pipe till end. so the result should be: ABC|ANA|LDJ|||||DKD AJJ|KKDD||KKDK|||| ------- ------- ... (12 Replies)
Discussion started by: _Noprofi
12 Replies

5. Shell Programming and Scripting

how to add blank spaces at the end of every record in a file.

hi, Does anyone has any idea in adding few blank spaces at the end of every record in a file. Eg: file.txt Baby Boy Kim 1234 Baby Boy Vik 1334 Desired output:- output.txt Baby Boy Kim 1234 Baby Boy Vik 1334 I want to add 10 blank spaces at the end every record in file.txt (3 Replies)
Discussion started by: techmoris
3 Replies

6. Shell Programming and Scripting

Search and Replace by record position

Hi All, I have a file that I would like to search for data and replace other data by record position number: Example search.. search for "CLARK KENT" and replace Amt data "000025" with "000155"??? I'm able to search and replace unique data but, came to a stump when wanting to replace data... (11 Replies)
Discussion started by: macastor
11 Replies

7. Shell Programming and Scripting

How to add trailer record at the end of the flat file in the unix ksh shell scripting?

Hi, How to add trailer record at the end of the flat file in the unix ksh shell scripting can you please let me know the procedure Regards Srikanth (3 Replies)
Discussion started by: srikanth_sagi
3 Replies

8. Shell Programming and Scripting

Require original field position after sorting the values in a record

Dear Team, Can any body help me out to get the filed position of the records post sorting using AWK programming. Thanks in advance Example Input: StudentID col-1 col-2 col-3 col-4 1234 14 10 12 13 1235 10 11 12 13 1236 13 12 11 10 ... (3 Replies)
Discussion started by: Srinivasa Reddy
3 Replies

9. Shell Programming and Scripting

Retrieving sequences corresponding to start and end position

Hi all, I have a fasta file of a reference sequnce, I will like to retrieve sequences corresponding to a list of start and end position in another file >my_ref_seq GCCCTATAAGGGCAGAAGCTTGTCCTTCTTGTGCCAGTTATGACGTTTGTCCTAACTGCACATCTGGTAG... (4 Replies)
Discussion started by: Ibk
4 Replies

10. UNIX for Beginners Questions & Answers

Shift record from one position to another

Hi All, I have a file and it is a fixed length file. I want to move the values from 42,6 ( where 6 is length) to the 36th position Original file: 00000100000100000100000100000100001 000870 ... (3 Replies)
Discussion started by: arunkumar_mca
3 Replies
MB_CONVERT_KANA(3)							 1							MB_CONVERT_KANA(3)

mb_convert_kana - Convert ";kana" one from another ("zen-kaku", "han-kaku" and more)

SYNOPSIS
string mb_convert_kana (string $str, [string $option = "KV"], [string $encoding = mb_internal_encoding()]) DESCRIPTION
Performs a "han-kaku" - "zen-kaku" conversion for string$str. This function is only useful for Japanese. PARAMETERS
o $str - The string being converted. o $option - The conversion option. Specify with a combination of following options. Applicable Conversion Options +-------+---------------------------------------------------+ |Option | | | | | | | Meaning | | | | +-------+---------------------------------------------------+ | | | | r | | | | | | | Convert "zen-kaku" alphabets to "han-kaku" | | | | | | | | R | | | | | | | Convert "han-kaku" alphabets to "zen-kaku" | | | | | | | | n | | | | | | | Convert "zen-kaku" numbers to "han-kaku" | | | | | | | | N | | | | | | | Convert "han-kaku" numbers to "zen-kaku" | | | | | | | | a | | | | | | | Convert "zen-kaku" alphabets and numbers to | | | "han-kaku" | | | | | | | | A | | | | | | | Convert "han-kaku" alphabets and numbers to | | | "zen-kaku" (Characters included in "a", "A" | | | options are U+0021 - U+007E excluding U+0022, | | | U+0027, U+005C, U+007E) | | | | | | | | s | | | | | | | Convert "zen-kaku" space to "han-kaku" (U+3000 | | | -> U+0020) | | | | | | | | S | | | | | | | Convert "han-kaku" space to "zen-kaku" (U+0020 | | | -> U+3000) | | | | | | | | k | | | | | | | Convert "zen-kaku kata-kana" to "han-kaku kata- | | | kana" | | | | | | | | K | | | | | | | Convert "han-kaku kata-kana" to "zen-kaku kata- | | | kana" | | | | | | | | h | | | | | | | Convert "zen-kaku hira-gana" to "han-kaku kata- | | | kana" | | | | | | | | H | | | | | | | Convert "han-kaku kata-kana" to "zen-kaku hira- | | | gana" | | | | | | | | c | | | | | | | Convert "zen-kaku kata-kana" to "zen-kaku hira- | | | gana" | | | | | | | | C | | | | | | | Convert "zen-kaku hira-gana" to "zen-kaku kata- | | | kana" | | | | | | | | V | | | | | | | Collapse voiced sound notation and convert them | | | into a character. Use with "K","H" | | | | +-------+---------------------------------------------------+ o $encoding -The $encoding parameter is the character encoding. If it is omitted, the internal character encoding value will be used. RETURN VALUES
The converted string. EXAMPLES
Example #1 mb_convert_kana(3) example <?php /* Convert all "kana" to "zen-kaku" "kata-kana" */ $str = mb_convert_kana($str, "KVC"); /* Convert "han-kaku" "kata-kana" to "zen-kaku" "kata-kana" and "zen-kaku" alpha-numeric to "han-kaku" */ $str = mb_convert_kana($str, "KVa"); ?> PHP Documentation Group MB_CONVERT_KANA(3)
All times are GMT -4. The time now is 06:46 AM.
Unix & Linux Forums Content Copyright 1993-2022. All Rights Reserved.
Privacy Policy