Search Results

Search: Posts Made By: Amutha
6,199
Posted By Amutha
I tried to use wget to get the output image file....
I tried to use wget to get the output image file. But it is showing me blank image file.


wget 'Test.html' -o test.jpg


Also when i saw the name of the file in the chrome by right clicking on...
6,199
Posted By Amutha
I tired curl and wget but i'm not sure on the...
I tired curl and wget but i'm not sure on the option which needs to be used. Could you please help on the exact command.
6,199
Posted By Amutha
Download dynamic generated image from HTML page
I've an HTML page where the pie chart is generated with google java code with the required input values in UNIX.

The HMTL page is generated in UNIX and then when it loads in browser, the code is...
11,616
Posted By Amutha
Thanks Corona688.. This seems to work, but...
Thanks Corona688..

This seems to work, but still facing some issues..

1. Not able to access the variables from the main script within the EOF tags
2. When using redirection operation within...
11,616
Posted By Amutha
Thanks Robin. I missed out your reply. The...
Thanks Robin. I missed out your reply.

The above logic of moving the ssh commands to back end works fine in case of executing single command , but i'm facing issue when doing multiple commands...
11,616
Posted By Amutha
Executing multiple ssh commands inside a shell simultaneously
I would like to execute a commands in four different servers through ssh at a single instance(simultaneously).

Below are the details with examples,


ssh user1@server1 "grep xxxx logs"

ssh...
2,797
Posted By Amutha
Thank you
Thank you
1,793
Posted By Amutha
HEX to DEC Conversion Error
I'm trying to convert hex to dec and with the help of output i need to do the process. If i execute the below code


assetValue=8f
assetNavigation=$(echo "ibase=16; "$assetValue"" | bc)
echo...
2,797
Posted By Amutha
HEX to DEC Conversion
I'm trying to convert hex to dec and with the help of output i need to do the process. If i execute the below code


assetValue=8f
assetNavigation=$(echo "ibase=16; "$assetValue"" | bc)
echo...
2,637
Posted By Amutha
Actually it needs to execute in 3 servers.. i...
Actually it needs to execute in 3 servers.. i need the values in the present local server to be passed to all the 3 servers when they are executing

---------- Post updated at 05:42 AM ----------...
2,637
Posted By Amutha
Passing Values to remote server
I'm trying to pass there values from the present server to the remote server. here is the below code.


function abc() {

export a=$1
export b=$2
export c="$3"
export d="$4"

#servers...
2,153
Posted By Amutha
smart search through find command
The requirement here is i'm searching for a particular word from the log file between two time stamp.

The process for particular account will happen, so i need to see there is any error occurred...
2,367
Posted By Amutha
Thank you.
Thank you.
2,367
Posted By Amutha
getopts - optional and problem to display help
In the below code


while getopts :rfw:d:s:a: options
do
case "$options" in
r) echo reverse;;
f) echo forward;;
w) window=$OPTARG;;
d) duration=$OPTARG;;...
2,012
Posted By Amutha
getopts :- expecting required input format
The requirement is, i'm using getopts for calling two different function depending upon the input the user gives. Two functions are
1. help
2. processing function

these two functions are...
1,586
Posted By Amutha
yes what you meant is rite. i need to get the...
yes what you meant is rite. i need to get the list like this. the duration might be different and the date also might be different depending upon the user is passing it.

---------- Post updated...
5,857
Posted By Amutha
Actually the date format is accepted from the...
Actually the date format is accepted from the user. shouldn't take the present date.

ie if i given a date format like 2011-04-03-18 and i need to traverse two hours back 2011-04-03-16.
what...
5,857
Posted By Amutha
I'm able to use this. but when my requirement is...
I'm able to use this. but when my requirement is like. i'll give the time format like "2011-03-04-11" and in this case how to move back to "2011-03-04-10"
1,586
Posted By Amutha
Getting previous hour in formatted form
The requirement is, i need to search for the logs for particular duration. The logs are in the format
logfilename.2011-04-05-00
logfilename.2011-04-05-01
logfilename.2011-04-05-02...
Showing results 1 to 19 of 19

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