Search Results

Search: Posts Made By: latika
2,156
Posted By latika
Can you try this, awk '{print $2}' /Out |...
Can you try this,

awk '{print $2}' /Out | grep '[0-9]' | awk '{RS="----"} {sum+=$1} END {print sum}'

Thanks
Latika
2,368
Posted By latika
How to select a particular field from a drop-down menu in a webpage using perl script?
Hi Team,

I have a requirement to login into URL using username and password , then I have to select a "particular name" from drop-down menu and then Read the values user records etc.... using...
2,500
Posted By latika
can you just try this, before the query can...
can you just try this,
before the query can you just include this line,
"set heading off"
2,915
Posted By latika
Hi Jayan, I'm using below code to send an...
Hi Jayan,

I'm using below code to send an email, getting status as email sent successfully, but not reciving the email in inbox.


$cmd="cat file1.txt";
$emailsubject ="Testing script mail #...
2,915
Posted By latika
send email to email id which is having # symbol
Hi,

I have one requirement to send email to email id which is having # ( in the begining of the email id).

I'm using mailx command to send an email. But not receiving those emails, but email...
18,659
Posted By latika
Got below error message , mailx: invalid...
Got below error message
,
mailx: invalid option -- r
Usage: mail [-iInv] [-s subject] [-c cc-addr] [-b bcc-addr] to-addr ...
[-- sendmail-options ...]
mail [-iInNv] -f [name]...
18,659
Posted By latika
yes , sendmail is there. Is there no way to...
yes , sendmail is there.

Is there no way to configure sender address in bash mailx?
18,659
Posted By latika
i'm using linux - bash shell, in mailx man...
i'm using linux - bash shell,
in mailx man page, i couldn't seen the -r option itself.

can you please tell me any other option is there to resolve it.

thanks in advance
18,659
Posted By latika
configure from address in mailx command
Hi,

I need to configure customized from address in mailx command.
Can you pls tell me the option for configuring from address.

Thanks
Latika
3,469
Posted By latika
check here, ...
check here,

https://www.unix.com/shell-programming-scripting/108770-check-if-variable-has-value-assigned.html
Forum: Debian 08-12-2011
4,292
Posted By latika
Thanks for ur reply. I will try the same.
Thanks for ur reply.
I will try the same.
Forum: Debian 08-12-2011
4,292
Posted By latika
Connect Reliance netconnect data card in linux debian
Hi,

I want to connect Reliance netconnect data card in linux - debian.
I don't know which software needs to be install.
can you please help me what is the software needs to be install to connect...
Forum: Debian 08-12-2011
3,300
Posted By latika
sendmail taking too much time to send a email
Hi ,

I'm using sendmail command to send a email.
To send a email sendmail taking 3minutes to complete the process.

Is there any configuration needs to be done in server or another solution is...
8,550
Posted By latika
Hi, first u have to paste the file content,...
Hi,

first u have to paste the file content, after that only u follow the steps which i have given
8,550
Posted By latika
can u try this in vi esc mode. 1. go to the...
can u try this in vi esc mode.

1. go to the first line
2. press the esc key
3. press how many number of lines u want to align it,
4. press =
5. enter

Ex :
If i want to align first 20...
7,722
Posted By latika
can u try the uuencode command to send a...
can u try the uuencode command to send a attachment.


system("uuencode file.zip file.zip | mailx -s subject emailid");


in uuencode command, filename needs to place two times.
i think this...
1,064
Posted By latika
can u just try the option -w in grep command...
can u just try the option -w in grep command which matches the word exactly ashwin_xyz
7,722
Posted By latika
don't put ` back quotes inside the system...
don't put ` back quotes inside the system function,
just try below line,
system ("mutt -a $LOGDIR asak@gmail.com < /dev/null");


---------- Post updated at 12:23 AM ---------- Previous update...
7,722
Posted By latika
can u just try system command instead of using...
can u just try system command instead of using ` back quotes.
1,522
Posted By latika
above will print only the last digit of each...
above will print only the last digit of each value,
@test = map { /\<title\>(\d+)\<\/title\>/; $1 } @test;

this above statement ll print the all digits.
Forum: Linux 08-10-2011
1,585
Posted By latika
It is possible to find out when a particular encryption key was imported in linux
Hi All,

In linux server some encryption keys were imported using gpg command.
I want to know when those keys was imported.

Is there any way to get when the encryption keys were imported?
...
Showing results 1 to 21 of 21

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