Search Results

Search: Posts Made By: vidhyaS
Forum: Programming 10-20-2011
2,788
Posted By vidhyaS
Thank You! i tried with IMAP.. but it seems...
Thank You!

i tried with IMAP.. but it seems that mails with image content are not displaying properly!! got some encoding issue...

what should i do?
3,146
Posted By vidhyaS
thanks!! i used GNU parallel in my script....
thanks!!

i used GNU parallel in my script. If i run the script in command prompt by giving the command "sh code.sh" then it executes as expected. But if i run it using crontab, then error message...
3,146
Posted By vidhyaS
thanks.. i tried with GNU parallel.. it seems...
thanks.. i tried with GNU parallel.. it seems that the script completes in 4 mins!! I will try with xarg also..

Thanks!
3,146
Posted By vidhyaS
This is what i used.. by using while loop and...
This is what i used.. by using while loop and wget. This sounds like it will take the same time as my script..

Any other ideas?
3,146
Posted By vidhyaS
After generating the status codes, output file...
After generating the status codes, output file will be sent to some people.

Am accessing the Bash shell script in a unix server. I will access this Unix server by using putty.

GNU parallel is...
3,146
Posted By vidhyaS
Just the script have to generate the status codes...
Just the script have to generate the status codes for 1300 URLs, Am going to Integrate this script with a Build process. This Build process will take 40 mins to run. After this build process gets...
3,146
Posted By vidhyaS
Sure thanks.. i will try it.. Is there any...
Sure thanks.. i will try it..

Is there any way of running the script in parallel.. i.e.., executing the loop in parallel?

Thanks
3,146
Posted By vidhyaS
Status code checker for 1300 URLs is running 15 mins
hi All,

I wrote a shell script for checking the status code of the pages. for 1300 URLs, it is taking 15 mins to run. Can anyone pls provide a solution to make the script to run faster. about 5...
11,341
Posted By vidhyaS
How to transfer files from unix machine to local machine using shell script?
Hi All..

Am new to Unix!!

Am creating a shell script in which a scenario is like i have transfer the output file from unix machine (Server) to local directory (Windows xp).

And also i have...
Forum: Programming 08-01-2011
2,788
Posted By vidhyaS
Access E-Mail Inbox using PHP
Hi

Can anyone please help me out in the below requirement,

Need to access the mailbox of any Email server like gmail, yahoo etc.. and access the Inbox and check Emails.

If i have to access...
Forum: Programming 07-19-2011
1,496
Posted By vidhyaS
Need a help in automating the http authenticated web page - via PHP scripting
Hi all,

Need a help in PHP scripting.

Am automating a process in web page. The process is
1. i have to open that web page using the user credentials (Username and password).
2. select a...
2,465
Posted By vidhyaS
I tried this, but the line with "msg=" appears...
I tried this, but the line with "msg=" appears twice in the output file like,

06-16 23:55:04,INFO,ids*************************sometext,msg=curl -H "cause of the exception"
06-16...
2,465
Posted By vidhyaS
Hi Just a quick clarification, if my...
Hi Just a quick clarification,

if my exception tracking words may be "ERROR" or "Exception" or "exception".

Then shall i use it like,

awk '/msg=/{m=$0} /exception|ERROR|Exception/{ if...
7,418
Posted By vidhyaS
yes am getting the output word by word. if i...
yes am getting the output word by word.

if i use "$out" inside PHP, no results!

i tried to give,

<?php
$out=shell_exec(sh shelscript.sh);
echo '<table bgcolor='#E4F7FF'...
7,856
Posted By vidhyaS
Thanks.. It is resolved for me..
Thanks.. It is resolved for me..
7,418
Posted By vidhyaS
New line in shell/PHP script
hi all,

I wrote a PHP script inside which am calling a shell script,

In shell script, i used echo to output some results.

In PHP script i just gave echo to the shell script output. But i...
7,856
Posted By vidhyaS
Passing array variable in shell_exec
Hi all,

i wrote a php script in which i passed some values in the array variable using a for loop.

I have to pass this array values to a shell script using shell_exec()

<?php
while($row =...
59,331
Posted By vidhyaS
Thanks it is working..!
Thanks it is working..!
59,331
Posted By vidhyaS
tried with eval, error thrown like, ...
tried with eval,

error thrown like,


curl: (6) Couldn't resolve host 'application'
curl: (6) Couldn't resolve host 'application'
curl: (6) Couldn't resolve host ':'
curl: (6) Couldn't...
59,331
Posted By vidhyaS
Thanks ctsgnb and jayan_jay. Thanks the issue is...
Thanks ctsgnb and jayan_jay. Thanks the issue is that am using the $1 variable in inside a curl command thats the problem.

my curl command inside the sample.sh script is,

curl -H...
59,331
Posted By vidhyaS
i tried even that. it's not working out.
i tried even that. it's not working out.
59,331
Posted By vidhyaS
I tried using this, but only "who" is taken for...
I tried using this, but only "who" is taken for $1
59,331
Posted By vidhyaS
Passing string as a input parameter for a shell script
Hi

i have a shell script which needs a string as an input parameter. How to pass the string param as an input?

In command line am running the script.

for e.g.,
a="who is a buddy?"

sh...
2,720
Posted By vidhyaS
PHP Equivalent of the unix command
Hi Can any one please let me know which will be the PHP equivalent of the below Unix statement,

curl -H "Content-type: application/json" -H "Accept: application/json" --data-binary '{"text" :...
7,182
Posted By vidhyaS
ok Thanks.. Am trying the PHP curl for this.....
ok Thanks.. Am trying the PHP curl for this.. what is equivalent command in PHP curl for "--data-binary '{"text" : "how to check the temperature?"}'" and "-X POST "www.google.com/res""... i tried...
Showing results 1 to 25 of 43

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