Search Results

Search: Posts Made By: Jerald Nathan
2,379
Posted By Jerald Nathan
echo 'd*' | mail -N Note: All mails will be...
echo 'd*' | mail -N
Note: All mails will be removed.
4,107
Posted By Jerald Nathan
I am extremely sorry for not providing the exact...
I am extremely sorry for not providing the exact input. Since, I work for outsourcing I could not provide the data and copy from the client location to local system. However, I will try to provide...
4,107
Posted By Jerald Nathan
Hi Anchal, I have 15 columns and I just...
Hi Anchal,

I have 15 columns and I just gave sample of 5 fields. I think you code will work for first record. But, what about the next record and so on.

Because, the file is a sequential file.
4,107
Posted By Jerald Nathan
Ok, Here is the original record.. 1-16 is...
Ok, Here is the original record..

1-16 is digit cardno
17-33 is digit alternatecardno
34 is string
35-47 is alphanumeric..

like that it has 15 columns with 105 length. I know only the...
4,107
Posted By Jerald Nathan
Thanks Ankel. However, I have given only the...
Thanks Ankel. However, I have given only the sample data. My first column has 16 digit card number and so on. Your sed command considers for a single character wise.

Please help how to proceed.
4,107
Posted By Jerald Nathan
Reading a FLAT File - No Delimeters
Hi Folks,

I have a file without any delimeters and it is a flat file. Example,

my raw data looks: x25abcy26defz27ghi.....

Now, could you please any one help me to program to split this...
5,416
Posted By Jerald Nathan
Clarification
Hi SB008,

Basically,

I need to remove the reference of profile in /DATA/home/.profile and
change the reference of profile to /DATA/home/x/.profile

Thanks in advance.
5,416
Posted By Jerald Nathan
changing the .profile location
Hi Experts,

Can any one guide me to change the .profile location;

My case is; I have two .profile in /DATA/home/x/ as well as /home/x/.

While login system default refers to /home/x/ but I...
1,787
Posted By Jerald Nathan
Copying specific files from one dir to another
Hi Folks,

I have one curious case. There are list of following files placed in one directory such as... And updated each month.

files.JAN09.csv files.FEB09.csv files.MAR09.csv .....

Now,...
3,395
Posted By Jerald Nathan
Script to Start a Job after finding the Old job completed
Hi Experts,

I need a script advice to schedule 12 jobs ( SAS Codes execute back ground ).

Algorithem:

1. Script checks first job.
2. Finds first job is done; invoke second job.
3. finds...
33,802
Posted By Jerald Nathan
Just Run this in Command Prompt
cut -d# -f1 sample.csv >> firstcolumn.csv
Basically, it copies the first column and generated as in firstcolumn.csv
H
D
T
.
.
.

Alternatively, you can change the fields as
cut -d# -f2...
Showing results 1 to 11 of 11

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