Search Results

Search: Posts Made By: bankimmehta
2,477
Posted By bankimmehta
Guys, Pleasae any help on this.
Guys,

Pleasae any help on this.
2,477
Posted By bankimmehta
Set Outlook property to Follow-up
Hi Unix Experts,

I am trying to send mail from Unix to my email id configured on outlook. I need to make sure it works as a follow-up. I am using the below code my AIX unix box.
...
28,770
Posted By bankimmehta
Thanks for your reply. Sorry if I was not...
Thanks for your reply.
Sorry if I was not clear. Its not that i want to quit i want to skip that particular line and then proceed to the next line.

Hope this clarifies.

---------- Post...
28,770
Posted By bankimmehta
skip lines while reading a file
Hi Experts,

I am tryin to read a file and while doing so i need to skip the lines which start with a hash (#) char.

I thought of using a goto command but a lot of guys on this site say its...
35,424
Posted By bankimmehta
Hi Guys, I do not have wget or lynx...
Hi Guys,

I do not have wget or lynx installed and pyton doesn't seems to work. Is there ne way to write a shell script.?

Your response is appreciated.
35,424
Posted By bankimmehta
Hard luck my friend not installed.
Hard luck my friend not installed.
35,424
Posted By bankimmehta
Hi sk1418, I tried the command you provided...
Hi sk1418,

I tried the command you provided but unfortunately, i dont think its installed on my machine.
Below is the error i received.


$ curl https://www.unix.com (https://www.unix.com/)...
35,424
Posted By bankimmehta
Hi Mirni, Thanks for you quick response. I...
Hi Mirni,

Thanks for you quick response. I have check and i can send mails through my command line. My issue is i have and entire link starting example The UNIX and Linux Forums - Learn UNIX and...
35,424
Posted By bankimmehta
Read webpage from shell script
Hey experts,

I am trying to read a webpage and want to search for a text patter (case insensitive). Please help me acquire this.

If the text is found i will receive a mail which can be...
1,376
Posted By bankimmehta
Hi, The line #!/bin/ksh is called a magic line....
Hi,
The line #!/bin/ksh is called a magic line. With the help of which no matter when ever u excute this script it will always run as a script executed in ksh shell...
So u dnt need to explicitly...
1,759
Posted By bankimmehta
hi, As per wat i understand u need to create a...
hi,
As per wat i understand u need to create a file with this name (accounts_control_info_<SERVER_ID>)
If i'm correct u can use touch option


touch /root/file_name_$SERVER_ID.txt

where root...
3,282
Posted By bankimmehta
hey thanx pludi, that was a great help for me to...
hey thanx pludi, that was a great help for me to start.
Will work on it...
Thanx again...
3,282
Posted By bankimmehta
Thanx piuldi it worked... If possible for u can...
Thanx piuldi it worked...
If possible for u can u explain ur script..??
I tried but jus got a bit confused...

Neways thanx again...
3,282
Posted By bankimmehta
Hi puldi, Thanx for the quick reply...
Hi puldi,
Thanx for the quick reply but, I'm getting an error:

Can't locate warnings.pm in @INC (@INC contains: /usr/perl5/5.00503/sun4-solaris /usr/perl5/5.00503...
3,282
Posted By bankimmehta
Date Subtraction with time.
HI gurus...
I have a PERL file that help me extract the date and time
of the file.
The format of this is: yyyymmddhhmmss.
Example:
20100430070935 ...
4,562
Posted By bankimmehta
Script to capture date/time in seconds in PERL... Cant understand errors
I'm Using this script to find the time of a file. I'm very much new to PERL
and found this script posted by some one on this forum.
It runs perfectly fine, just that it gives me following errors...
3,813
Posted By bankimmehta
$ perl -e "print time" 1275980113 I tried...
$ perl -e "print time"
1275980113

I tried using the above code. And it gives me an error:

No code specified for -e.


Can some one help me with this..??
3,813
Posted By bankimmehta
hi hergp, I tried browsing man for...
hi hergp,
I tried browsing man for ls -e, It says no entry for -e...
I understood the logic you gave and will be trying the same, is it possible to extract timestamp of a file in some...
3,813
Posted By bankimmehta
thanx hergp, But i cannot use...
thanx hergp,
But i cannot use any tool. i jus need to write a pure script. I'm very new to unix, and i've been told that there are inbuilt functions in Solaris to find Timestamp and...
3,813
Posted By bankimmehta
Identify age of the file.
Hi all,
I'm using SunOS.
need to find age of the file in terms of seconds. The file
name with its path will be given to the script as input.

Any kinda help...
1,446
Posted By bankimmehta
okay alrite... I'm using SunOS. M very new to...
okay alrite... I'm using SunOS.
M very new to Unix n jus trying to learn as much as i can from this forum.
M sure the syntax will still remain the same with nawk as well right..??

----------...
1,446
Posted By bankimmehta
hi cgkmal, I tried the code, I'm geting an...
hi cgkmal,
I tried the code, I'm geting an error, its givin me syntax error & bailing out error. I dnt know wat does tht mean...
14,490
Posted By bankimmehta
hi posix, I tried your method, and...
hi posix,
I tried your method, and its showing me
execute permission denied.!
I have give 755 permission to all files in my directory...

---------- Post updated at 04:29 AM...
1,335
Posted By bankimmehta
If u just need to store the file names in another...
If u just need to store the file names in another file then u can try this option.


$ cat run.sh
read name
ls $name >> file_name.txt

Make sure while entering the file pattern you put a *....
14,490
Posted By bankimmehta
ls dead.letter err_1705101841.txt ...
ls
dead.letter err_1705101841.txt
error1.file err_1705101842.txt
practice_a err_1805101940.log
pyramid.sh err_1805101942.log
pyramid1.sh pyramid2.sh

ls...
Showing results 1 to 25 of 38

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