Search Results

Search: Posts Made By: okkadu
7,136
Posted By okkadu
Thank you very much, I agre I dont have to go...
Thank you very much, I agre I dont have to go with syntax, however I got confused understandin $1, how is it exactly behaving and this clears my understanding.
7,136
Posted By okkadu
Usage of grep '^$1' filename
There is a file name list_filenames.dat, this has all the list of all files I need to encrypt, I did not understand what the following syntax is doing:

grep -s "^$1" list_filenames.dat, when I...
3,693
Posted By okkadu
Divide an EBCDIC files into multiple files based on value at 45-46 bytes
Hi All,
I do have an EBCDIC file sent from the z/os , this file has records with different record types in it, the type of record is identified by bytes 45-46 like
value 12 has employee record...
4,350
Posted By okkadu
Simple and perfect thank you.
Simple and perfect
thank you.
4,350
Posted By okkadu
How to identify broken lines in a file?
Hi,
I have a 100 byte length fixed width file . In that three rows are broken and went off to next line. How can I identify the broken lines?

E.g.
ABCD1234MNRD4321

abcd1234mnrd
...
2,883
Posted By okkadu
Awesome...Thank you guys....
Awesome...Thank you guys....
2,883
Posted By okkadu
Find the list of filenames that have the string 31 at 4th and 5th position
Hi,
Can anyone let me know the command to know the list of filenames that have string 31 in their 4th and 5th positions inside the file:


grep -l "31" main*.txt
The above grep lists all the...
5,152
Posted By okkadu
Thank you Very Much...sorry to bother you....will...
Thank you Very Much...sorry to bother you....will take care of the indentation and etc...
5,152
Posted By okkadu
Hi our environment is Red hat linux 5.0 And the...
Hi our environment is Red hat linux 5.0 And the command I tried is

cut -c5-9,1-4,10-13 filename

Thought I cut in the 5-9, 1-4, 10-13 order the data is shown in 1-4, 5-9, 10-13 order.
5,152
Posted By okkadu
Reorder the Cut characters
Hi,
I have a fixed width flatfile, I want to view this file specific to it's character position and in order I want to...example as below

ABCDE.txt

01COLTSMANNING18
02PATS BRADY 12...
6,523
Posted By okkadu
Sorry to ask but how to do this. ----------...
Sorry to ask but how to do this.

---------- Post updated at 04:51 PM ---------- Previous update was at 04:42 PM ----------



Thank you Ahmad , this works like a charm..could you please...
6,523
Posted By okkadu
Hi Corona, Thank you very much this works...
Hi Corona,
Thank you very much
this works good but how can I get specific output filename to specific first two digits like
01 will get filename as MEM.dat
02 will get filename as DEPT.dat
...
6,523
Posted By okkadu
Split a file into multiple files based on first two digits of file.
Hi ,
I do have a fixedwidth flatfile that has data for 10 different datasets each identified by the first two digits in the flatfile.
01 in the first two digit position refers to Set A
02 in...
1,176
Posted By okkadu
Thank you very much agama..Im gonna give this a...
Thank you very much agama..Im gonna give this a try and update you...I will correct the typos...
1,176
Posted By okkadu
Algorithm to load files efficiently without missing or accidently archiving....
We have a requirement where we get the Delta Files in every one hour and we need to load them into Oracle database every one hour using Powercenter. To efficiently do this we need to build an File...
Showing results 1 to 15 of 15

 
All times are GMT -4. The time now is 09:30 AM.
Unix & Linux Forums Content Copyright 1993-2022. All Rights Reserved.
Privacy Policy