Search Results

Search: Posts Made By: Jewel
945
Posted By Jewel
Mysql is not working in shell script
Hi Team,

I have created attached script in mysql environment. But there is below error .
can you please suggest .

Error : Unknown table 'processlist' in finformation_schema


#!/bin/bash...
Forum: Programming 10-03-2016
1,269
Posted By Jewel
Need SQL for below for correct mail id
need SQL for below


I ve below data , could you please help to get correct mail id in oracle only.

bhatt,rabi rabi.bhatt@n.com, test, mishra test.mishra@n.com, skype, amit skype.amit@n.com,...
Forum: Programming 10-03-2016
1,269
Posted By Jewel
i need in oracle
thanks, but I need this oracle
Forum: Programming 10-03-2016
1,269
Posted By Jewel
Get correct mail id
Hi Team,

I have below data , could you please help to get correct mail id in oracle only.

bhatt,rabi rabi.bhatt@n.com, test, mishra test.mishra@n.com, skype, amit skype.amit@n.com,
...
2,007
Posted By Jewel
Thanks friends. it workking
Thanks friends. it workking
8,623
Posted By Jewel
Hi, you just save the comma separated...
Hi,

you just save the comma separated output in .CSV file and try to open in windows platform.

Thanks,
jewel
2,007
Posted By Jewel
my output would be like below.. Line...
my output would be like below..


Line :1
Line 2: 3
line 3 :0
Line 4 : 0
Please use CODE (not PHP tags) when displaying sample input, sample output, and code segments.
2,007
Posted By Jewel
Pattern count in file
hi ,

I have a below file which contain as

Use descriptive thread titles when posting Urgent.

For example, do not post questions with subjects like "Help Me!", "Urgent Urgent Urgent" .
...
1,273
Posted By Jewel
please try with split -b 5g YOURFILE...
please try with split -b 5g YOURFILE clinical_event_1txt
2,968
Posted By Jewel
<html> <body> </v:shapetype><v:shape...
<html>
<body>
</v:shapetype><v:shape id="Picture_x0020_2" o:spid="_x0000_s1026" type="#_x0000_t75" alt="GREEN"...
2,968
Posted By Jewel
Difficulty to send image in mail body.
I have jpg file in my server. I am facing difficulty while sending the image in body . appreciate your help to fix to below code.




echo "--FILEBOUNDARY"
echo "Content-Type:...
2,053
Posted By Jewel
Really your are champ ---------- Post...
Really your are champ

---------- Post updated 03-18-15 at 03:35 AM ---------- Previous update was 03-17-15 at 01:16 PM ----------

[pani@testenv ~]# paste test1.txt test2.txt test3.txt | awk...
2,053
Posted By Jewel
O/P: -------------------------------------- ...
O/P:
--------------------------------------
fisrst column of 3rd file:3rd column of 3rd file:2nd colun of 2nd file:2nd column of 1st file
2,053
Posted By Jewel
Select multiple column from multiple files
Hi Friends,

[pani@vfaul059 ~]$ cat test1.txt
emeka:1438
shelley:1439
dmeyer:1440
kurtarn:1441
abdul:1442

[pani@test.txt ~]$ cat test2.txt
1:a
2:b
3:c
4:d

[pani@test.txt ~]$ cat...
603
Posted By Jewel
Not contain in file
HI,

Searching file ontain
airtel

seaching file1 contain
1,a,airtel,mumbai
2,b,airtel,delhi
3,b,vodafone,gurgaon
4,b,videocone,calcutta
4,aairtel,pune

seaching file2 contain...
1,139
Posted By Jewel
please try with cat test.txt | tr "|" ","...
please try with cat test.txt | tr "|" "," >Test1.txt
3,386
Posted By Jewel
hi, i have changed as below, still getting...
hi,

i have changed as below, still getting empty file.

export BODY=test.html
export ATTACH=27062013.csv
EMAIL_BOUNDARY_STRING=Z${RANDOM}${RANDOM}${RANDOM}.${RANDOM}
(
echo "To: $MAILTO"...
3,386
Posted By Jewel
but i am getting blank file now . can you please...
but i am getting blank file now . can you please suggest for this
3,386
Posted By Jewel
Issue to attachment with HTML body
HI Team,

I used below code to get attachment with HTML body. i having21062013.csv file . but i am getting junk .csv file. Can you please help me out.

export MAILTO=rp908@gmail.com.com
export...
1,054
Posted By Jewel
i have a .bat file of windows
i have a .bat file of windows
1,054
Posted By Jewel
Need equialent command for batch scripts
Hi Friend,

what is the equivalent command for batch scripting of tail -1.

for example : i have a.txt file with below the contents. i need to print last line
---------------------------------...
1,183
Posted By Jewel
Timestamp issue
Dear friend,

i have a script as below..

#!/bin/ksh
#set -vx

checkprocess () {
PROCESS_NUM=`ps -ef| grep test |wc -l`
# for degbuging...
if [ $PROCESS_NUM -gt 1...
9,022
Posted By Jewel
decimal calculation issue in ksh
Hi Friend,
i am using ksh . still i am facing issue to trying percentage. i am written below code.


per1=`echo "(($Q4Complete * 100) / $Tot1)" | bc -l`
fper1=`echo $per1|cut -c 1-4` ##this is...
14,216
Posted By Jewel
[solved] File type error (not a regular file)
Hi friend,

i have written script as below to check the file existance. but i got error

path="/k/p1100/users/jewel/Output"

FILENAME=`ls -lrt $path/*HT|tail -1|cut -d "/" -f 8`
if [ -s...
3,148
Posted By Jewel
Thanks Corona for valueable your input. ...
Thanks Corona for valueable your input.

below command is working fine now

sed -n '/.*<v2:Text>\([^<][^<]*\)<\/v2:Text>.*/s//\1/p' test.xml
Showing results 1 to 25 of 62

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