Search Results

Search: Posts Made By: amit_kv1983
4,297
Posted By amit_kv1983
Thanks alot :)
Thanks alot :)
4,297
Posted By amit_kv1983
Its working, thanks alot :) If possible can u...
Its working, thanks alot :) If possible can u explain the logic as well, so i may use it in other generic cases.
4,297
Posted By amit_kv1983
Help with cutting a string
Hi All,

I have a string in the following format
"abcd | fghfh | qwer | ertete"

I need to cut the values in the following format

line1 = abcd | fghfh | qwer
line2 = ertete

Simply...
6,662
Posted By amit_kv1983
hi incredible , i've not tried using mailx. ...
hi incredible , i've not tried using mailx.

@era, i tried , response got from mailq -v is

/var/spool/mqueue is empty
Total requests: 0
other than what i've done here , is...
6,662
Posted By amit_kv1983
Configuring Linux box with the smtp mail server
Hi all,
I was trying to configure SMTP server with my linux box. I made changes to the /etc/mail/sendmail.cf whereby editing the line

DAEMON_OPTIONS(`Port=<port number>,Addr=<mail server name>,...
7,582
Posted By amit_kv1983
How to configure Linux box with my SMTP mail server
Hi all,
I need to send mail to a particular email id using a local mail server.This mail shall contain the content of a file. I don't have any idea how to do it. Can anyone guide me ,where to...
22,600
Posted By amit_kv1983
Thanx guys , i was lost to use this one . It's...
Thanx guys , i was lost to use this one . It's wrking fine nw. Thanks alot
22,600
Posted By amit_kv1983
removing the tee option will still echo the...
removing the tee option will still echo the output to console.
Actually my requirement is to write to a file , without using echo. can tll me , if thr is another way to do it ?
22,600
Posted By amit_kv1983
Writing to a file without echo it to the console !!!!
hi all,

I am trying to write some message to a file using the following command.

echo "${MESSAGE}" >&1 | tee -a ${File_name}

can the same be done without using echo . I don't want the result...
1,858
Posted By amit_kv1983
Thank you both , i used the command to make them...
Thank you both , i used the command to make them to Uppercase , and now my problem is solved.

Thanks alot :-)
1,858
Posted By amit_kv1983
Comparing to Date
Hi ,
I need to compare the given date with the system date . can you tell me any way , how to do it.

The given date format is "23-AUG-2008".

I need to compare it with the system time , i...
35,642
Posted By amit_kv1983
Soory , i meant April 23 in last post . The...
Soory , i meant April 23 in last post . The approach i'm trying is that i've written a shell script which call's this the command "ls -l | grep "Apr 23" | awk '{print $9"|"$10"|"$11"|"$12}' >...
35,642
Posted By amit_kv1983
rm *\* isn't working man. Instead i've used ur...
rm *\* isn't working man. Instead i've used ur command to create a file having a list of all the file's to be deleted. Using this command [COLOR="Red"]ls -l | grep "Apr 23" | awk '{print...
35,642
Posted By amit_kv1983
Thanks alot man , its working .And i need another...
Thanks alot man , its working .And i need another help , the files which are created are of the following format "index.log.08 Nov 07 03.29.15.zip" . This zip file is having spaces in its name , how...
35,642
Posted By amit_kv1983
Display files created on particular date
hi , i am trying to display the files created on a particular date. I have tried using find .-mtime +n but these files are created on november 6th 2007 , so i'm not sure of what the 'n' value should...
Showing results 1 to 15 of 15

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