Search Results

Search: Posts Made By: villain41
4,997
Posted By villain41
Thanks a lot for all members who helped. Its...
Thanks a lot for all members who helped. Its working now. Thanks again.
4,997
Posted By villain41
Add new column which is subtract of 2 columns.
Hi below is a file


Date Category Time Attempts Success
2/17/2014 PayFlow ATB 0.999988 4039104 4039057
2/18/2014 PayFlow ATB 0.999912 4620964 4620558
2/19/2014 ...
4,325
Posted By villain41
Thank you for your timely help
I really thank all the person who sent their response.
All the commands are working.I am happy to access this forum
4,325
Posted By villain41
Remove the time from the date column
Hi,
I have file named file1.txt with below contents

cat file1.txt
1/29/2014 0:00,706886
1/30/2014 0:00,791265
1/31/2014 0:00,987087
2/1/2014 0:00,1098572
2/2/2014 0:00,572477
2/3/2014...
1,773
Posted By villain41
Thank you for your timely help
Thanks a lot for the timely help guys. I love this forum.

---------- Post updated 01-31-14 at 01:39 AM ---------- Previous update was 01-30-14 at 08:59 PM ----------

Guys,
I am stuck again....
1,773
Posted By villain41
Thanks a lot for ur response. I tried below stuff...
Thanks a lot for ur response. I tried below stuff
Hostname:~ 905>cat two.txt
01/22/2014,23:43:00,1742.8,
01/22/2014,23:43:00,1742.8,
01/22/2014,23:44:00,1749.06666666667,...
1,773
Posted By villain41
Generate sum of a particular column date wise
Hi All,
I have a file with below content
01/22/2014,23:43:00,1742.8,
01/22/2014,23:43:00,1742.8,
01/22/2014,23:44:00,1749.06666666667,
01/25/2014,23:45:00,2046.45,
01/25/2014,23:43:00,1742.8,...
Forum: Web Development 12-25-2009
2,126
Posted By villain41
buttons links in frame
Happy X-Mas to all members...

Hi,
I have one html file page1.html as below

<HTML>
<HEAD>
<TITLE>Utilities</TITLE>
</HEAD>
<FRAMESET ROWS="5%,95%">
<FRAME...
5,938
Posted By villain41
Thanks Boss, its working...
Thanks Boss, its working...
5,938
Posted By villain41
Filter only gz files from list of subdirectories
Hi,

I have a very big directory structure that consists of many sub-directories inside.There are around 50 ".gz" files under this dir structure.

I want to copy all the gz files alone to a...
1,135
Posted By villain41
getting backup of a copy
Hi,

I wrote a script file file1.sh
Mistakenly I have copied some other file contents to this file,
cp a.sh file1.sh

is there any way to recover the original contents of the file1.sh.


plz...
1,561
Posted By villain41
Yes mate...u are correct Now the script is...
Yes mate...u are correct

Now the script is working
1,561
Posted By villain41
plz help me....
plz help me....
1,561
Posted By villain41
file creation inside loop
i=1
while [ $i -lt 18 ]
do
touch TC$i.txt
i=`expr $1 + 1`
done
echo "files created successfully"

What is wrong with code...its running continuosly...
1,783
Posted By villain41
If I remove -v option(with still -l option), I am...
If I remove -v option(with still -l option), I am getting an empty file.

Plz help me.
1,783
Posted By villain41
Same flow another doubt
Just the continuation to where I left.

I just want to use grep to search for files that doesn't have 2 specific patterns "enable_cal=true" and "enable_cal=false"

I used the command below( grep...
1,783
Posted By villain41
Thanks dude.The code is working fine. Thanks...
Thanks dude.The code is working fine.
Thanks once again.
1,783
Posted By villain41
Search string with invariable spaces
I need to grep for pattern "enable_cal = true".The problem is that different file has different no of spaces in that string.

for eg

one file will have "enable_cal <space><space><space>=true"...
3,625
Posted By villain41
i=`( sqlplus -S clocapp/clocappstg@CLOC2ARCH010...
i=`(
sqlplus -S clocapp/clocappstg@CLOC2ARCH010 <<ENDOFSQL
select max(dq_time) from amq_txn_ex;
ENDOFSQL
)
`
echo $i

This is working fine...

Sorry for this thread....
3,625
Posted By villain41
SQL commands in a shell scripting
Hi,

I need to write a shell script file that does
1)Connects to DB using SQL plus
2)Do some SQL query like select * from....
3)Based on the output that I got from the sql query I will have to...
13,245
Posted By villain41
the solution is working perfectly, thanks for the...
the solution is working perfectly, thanks for the explanation of that also.
13,245
Posted By villain41
delete numbers in a filename
I have some files where numbers are part of like
eg 1add1.txt
23sub41.txt etc

I want to remove numbers from the filenames(whereever it may be).

I used echo `ls *.txt | sed -e...
4,545
Posted By villain41
Where can I download the VTC - Unix Shell Scripting Advanced complete video
Where can I download the VTC - Unix Shell Scripting Advanced complete video.


I don't know in which thread I should post this question.Plz help me out, or just tell me the link in the reply to...
13,615
Posted By villain41
Thanks a lot guys, the solution is perfect. ...
Thanks a lot guys, the solution is perfect.

Thanks once again.
13,615
Posted By villain41
Single digit date to double digit date.
I have a var storing date
var=`date`

Now the date is returned as
Mon Feb 2 00:25:48 PST 2009

Is there any way to check the date field alone ("2" in above case) and if its a single digit...
Showing results 1 to 25 of 37

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