Search Results

Search: Posts Made By: krishna_gnv
1,225
Posted By krishna_gnv
Hi, I do not need new line characters...
Hi,

I do not need new line characters between double quotes.

There are no quotes inside double quotes.

I need field values between double quotes as it is without getting split.

Delimiter...
1,225
Posted By krishna_gnv
Issue with CUT command
Hi All,

I am facing an issue while cutting fields with comma delimiter. There are many records with Double quotes in between.

My data: aaa,bbb,"ccc, ddd",eee,fff,"ggg ,hhh",iii

When i use...
1,163
Posted By krishna_gnv
Cutting values with delimiter
Hi All,

I have a string with , delimiter

america,finland,netherlands

Now i want these values to be stored in file as below with newline character at end of each value

america
finland...
1,861
Posted By krishna_gnv
How can I find out if oracle is forcing some...
How can I find out if oracle is forcing some other permissions ? Is there any way I can change it ?
1,861
Posted By krishna_gnv
I am using Korn Shell. Strange thing is :...
I am using Korn Shell.

Strange thing is : When system admin logged in using user 'oracle', and created a file (at /tmp) like :

touch abc.txt

Then file permissions were 644 and not 640.
1,861
Posted By krishna_gnv
Permissions issue
Hi,

I have a shell script which calls oracle procedure.
Procedure creates a file using oracle utl_file and places file on unix server at loaction /tmp.

The file permission is getting set to...
1,623
Posted By krishna_gnv
How to check xml file through out the day
Hi,

I have a file with extension xml. So i need to search for this file and sftp.

This script has to run from 8.00am to 8.00pm and during this when ever a file with *.xml exists in a particular...
1,977
Posted By krishna_gnv
Yes, i checked in log file. it states ...
Yes, i checked in log file. it states
/afs2/cdwfullacc/current/exe/myscript.sh: sqlplus: execute permission denied

Here is my script

LOGSQL=xyz\$app1
PASSWORDSQL=mypass\@applicaiton.ptt.nl
...
1,977
Posted By krishna_gnv
Problem with Job execution using crontab
Hi All,

I am facing a problem with crontab.I made an entry in crontab like this

05 07 * * * /afs2/cdwfullacc/current/exe/cdw_generate_special_klant.sh >...
7,947
Posted By krishna_gnv
Thanks a lot Ygor.....Its working now :)
Thanks a lot Ygor.....Its working now :)
7,947
Posted By krishna_gnv
I tried sending mail from prompt then also it...
I tried sending mail from prompt then also it gives same error. "unknown flag -c".

I checked mail manaul and found ~c for CC but even then also i am facing problem.

mailx -s "test" ~c...
7,947
Posted By krishna_gnv
i get error " Unknow flag : -c". Even when i ...
i get error " Unknow flag : -c". Even when i execute at command prompt or through shell script it gives same error. I checked maillist.txt file no empty line.

user.m17878: mailx -s "test" -c...
7,947
Posted By krishna_gnv
Here is part of script where i am using mailx...
Here is part of script where i am using mailx command
while read name ccname
do
tr -d ' ' < report.txt > mod_report.txt
uuencode mod_report.txt Monthly_report.txt > attachment.txt
cat...
7,947
Posted By krishna_gnv
Problem with -c option in Mailx command
Hi,

I am using mailx command in shell script. When i put -c option for CC , i get error message as "Unknown flag: -c" . I checked manual of mailx command and found that ~c to be used but after...
10,355
Posted By krishna_gnv
Thanks for your response. I checked /usr/bin...
Thanks for your response.

I checked /usr/bin on my machine and formail doesn't exist. I think so it is not installed.

Now how can i make formail command install on my machine. Is it possible to...
10,355
Posted By krishna_gnv
How to configure Formail command
Hi,

When i type formail command , i get an error "command not found".
How to configure this command so that this command works in my machine.

Kindly suggest me.

Thanks in advance
2,365
Posted By krishna_gnv
I have to configure the mail id to receive mail...
I have to configure the mail id to receive mail in unix. where can i do this as i don't have any idea regarding mail concept .
2,365
Posted By krishna_gnv
Regarding Mail concept in unix
Hi,

I am new to this mail concept in unix. i have requirement to read the mail from mailbox.
Now to get the mail where i have to configure the mail id and also the mail server.

Kindly...
6,041
Posted By krishna_gnv
I have gone thorugh the link but that is related...
I have gone thorugh the link but that is related to AIX systems.

I am using SunOs unix. Any help is strongly appriciated.
6,041
Posted By krishna_gnv
Extract attachment from mail and place it in a directory
Hi,

I have a requiremnent that i have to read a mail from a mail box and extract the attachment from that mail and place it in a directory.

First of all is it possible in unix ? if so could you...
2,357
Posted By krishna_gnv
To get specified lines from file
Hi,

I have a file which contains 100 lines. Now i need to get lines from 45-50 only. For this i used head and tail command . But i want to get this using single command instead of two...
1,554
Posted By krishna_gnv
Hi, Exactly not three characters because it...
Hi,

Exactly not three characters because it can one/two or more. so i want the last characters.
1,554
Posted By krishna_gnv
Problem with sed command
Hi,

I have a file with data
demo_abc
demo abc
demo-abc
abc

Now i need to extract only abc from all the lines and print. i used the pattern /[a-z]*$/ . Can any one help me how to extract...
2,622
Posted By krishna_gnv
Hi , configuration file will contain data...
Hi ,

configuration file will contain data like this:
;
,
.
_
a
b
c to z
A
B
C to Z

Text file will contain like this:

hello;*hello;[hello;
hello1;{hello1};hello1*

Now in text...
2,622
Posted By krishna_gnv
How to delete characters using a file
Hi All,
I have a configuration file (file.cfg) in which data will be like this
;
,
_
+
a to z
A to Z
Now i have to read a textfile (file.txt) and i need to check whether there is any other...
Showing results 1 to 25 of 40

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