Search Results

Search: Posts Made By: dave_nithis
1,154
Posted By dave_nithis
HTML file update!!!
Hello all,

Login.html
<html>
<head>
<title></title>
</head>
<body>
<div class="MainColumn">
<h1>Login</h1>
<p>Add text here!!
</p>
</div>
</body>
</html>
...
6,680
Posted By dave_nithis
This is the splitting part am having: ...
This is the splitting part am having:

C_Date=`date -u +%m/%d/%Y`

year="$(echo $Date | cut -d/ -f3)"
month="$(echo $Date | cut -d/ -f1)"
day="$(echo $Date | cut -d/ -f2)"

cyear="$(echo...
6,680
Posted By dave_nithis
Date Validation again
I want a sample Date validation script using if loops.
The script should first compare "year".If the year is lesser than the current year,It should go for "month" checking.
I have the script that...
5,797
Posted By dave_nithis
Hi Vino, Can you give the date validation...
Hi Vino,

Can you give the date validation script as per the following requirement:

I want a sample Date validation script using if loops.
The script should first compare "year".If the year is...
34,515
Posted By dave_nithis
Can you explain the if part?
Can you explain the if part?
3,404
Posted By dave_nithis
General UNIX Query
Hi all,

I am having putty in my system.But I dont have access to any UNIX Servers.Is there any default or common UNIX Server so that anyone can access and be familiar with UNIX and Shell...
34,515
Posted By dave_nithis
Compare two dates using Shell Programming
Hi all,

a=2007-05-10 (YYYY-DD-MM Format)
b=2007-06-10

These are the two given dates and I need to compare.
(First It should split the dates into YYYY,dd,mm)

The script should first compare...
Forum: Solaris 10-26-2007
2,824
Posted By dave_nithis
Compare two dates using shell scripting
a=2007-05-10 (YYYY-DD-MM Format)
b=2007-06-10

These are the two given dates and I need to compare.
(First It should split the dates into YYYY,dd,mm)

The script should first compare years(2007...
2,940
Posted By dave_nithis
Single line Script - You can use any commands but...
Single line Script - You can use any commands but i dont want for loop,if loop,while loop etc.,I want a simple script.

Record - Am calling Each line in a file as record

Junk - As I said...
2,940
Posted By dave_nithis
Deleting Junks at the end of each line in a file
Is there any way to delete the Junk Characters(Invalid Characters like ^,',",),(,&,# etc.,) at the end of each record in a file?

I want to do this using a single line script.

Thanks to all in...
6,248
Posted By dave_nithis
:cool: Thanks a lot to all.You people really...
:cool: Thanks a lot to all.You people really helped me a lot.
My special thanks to radoulov..
6,248
Posted By dave_nithis
aaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaa...
aaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaa
6,248
Posted By dave_nithis
Why we are using $2 for file name.Actually it is...
Why we are using $2 for file name.Actually it is the first field.Then how it is taking?
6,248
Posted By dave_nithis
awk -F"\"" '{print $0>"ss"$2".sh"}' "file" ...
awk -F"\"" '{print $0>"ss"$2".sh"}' "file"

Why you have added "\"" in your code?
6,248
Posted By dave_nithis
What is rec and FS in your solution?
What is rec and FS in your solution?
6,248
Posted By dave_nithis
:) Wonderfull!!!!!!!! It is working.But I...
:) Wonderfull!!!!!!!!

It is working.But I cant understand.Can you explain in detail?

ss.409.sh should be ss.49.sh.It was mistakenly typed as ss.409.sh.Anyway your answer is correct.You have...
6,248
Posted By dave_nithis
Help in outputting the result in log files
This is the file am having:
"40","1G1AL55 ",30482,9000
"40","1G1ZT58 ",29098,10600
"40","1G1AL15 ",29222,9400
"46","1G6KD57 ",3083,28400
"46","1G6KD57 ",27909,25200
"49","1G1ZU57 ...
Showing results 1 to 17 of 17

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