Search Results

Search: Posts Made By: katled
1,144
Posted By katled
Remove lines in file
I have a file that contains the following:

Party_Id1;Party_id2;Party_id3;
1;2;3;
0
0
4;5;6;
0
7;8;9;

How can I adjust the file so it looks like this:
Party_Id1;Party_id2;Party_id3;...
1,254
Posted By katled
It's a SQL-table. I tried something like...
It's a SQL-table.

I tried something like this:
DATABASE=PRD_WORK_LM ;
TABLE=ctrl_load ;

if [ ${DATABASE}.${TABLE}.load_ok -eq 1 ]
then echo "start script"|mailx -s "start `date` "...
1,254
Posted By katled
Check a field in a table
I have made a table PRD_WORK_LM.test and it contains one field, ctrl_test. This field contains a 0 or a 1. I want to write a unix script that goes like this:

IF ctrl_test = 1 THEN ... ELSE exit...
1,790
Posted By katled
Yes, I am opening the file via Outlook
Yes, I am opening the file via Outlook
1,790
Posted By katled
Problems sending an attached file with uuencode
I use uuencode in UNIX to send an attached .txt file to my e-mail.
The .txt file looks like this:
field_1;field_2;field_3
1;2;3
4;5;6
7;8;9
...

When the mail comes, with the attached file,...
Showing results 1 to 5 of 5

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