Search Results

Search: Posts Made By: shreedhar.rk123
2,423
Posted By shreedhar.rk123
you can first get .csv list of files and then try...
you can first get .csv list of files and then try to check on each file.
Before putting *.csv in the above code check it works for a single file.
9,080
Posted By shreedhar.rk123
i ask you to check below few things: ...
i ask you to check below few things:

"C:\\Program Files\\Apache Software Foundation\\Apache2.2\\reports\\";
"c:/Program Files/Apache Software Foundation/Apache2.2/Reports/";

* check the // \...
9,080
Posted By shreedhar.rk123
Can you try checking the value of $ID before...
Can you try checking the value of $ID before using it.
883
Posted By shreedhar.rk123
Can you elaborate your requirement?
Can you elaborate your requirement?
1,314
Posted By shreedhar.rk123
Both the invocation types works fine :-) Thanks...
Both the invocation types works fine :-)
Thanks for the explanation.
1,314
Posted By shreedhar.rk123
yes, the execution is fine with no errors but at...
yes, the execution is fine with no errors but at the same time no output(which is not wat is expected).

i am expecting the
echo "PRAMATER RECEIVED IS $1"
to get executed and is seen on STDOUT....
1,314
Posted By shreedhar.rk123
Not Working means function statements are not...
Not Working means function statements are not executed(no diagnostic msg either) so prompt is returned without any output.

i tried :

VALUE=`func "Hi'` did not work(above statement holds good...
1,314
Posted By shreedhar.rk123
Function invocation $(func "hi") does not work
#! /usr/bin/sh

func () {

echo " PRAMATER RECEIVED IS $1"
return 1
}
VALUE=$(func "Hi")

Not Working!. but if i invoke like:
func "Hi"

Works!!

Wat is it that i...
3,496
Posted By shreedhar.rk123
25GB file size? how could you generate ..
25GB file size? how could you generate ..
1,425
Posted By shreedhar.rk123
you have not given the ip and also check the...
you have not given the ip and also check the syntax
998
Posted By shreedhar.rk123
Quick reply while read line do echo...
Quick reply

while read line
do
echo $line
Parse the line to get the IPaddress
<run nmap command for checking the >
done <"IP-Adress-File"


"The --data-length option can be used to send a...
1,464
Posted By shreedhar.rk123
Yop this seems to a better option. I will try...
Yop this seems to a better option.
I will try this, Thanks!
1,464
Posted By shreedhar.rk123
That's good idea to have a function for the...
That's good idea to have a function for the command.
but i am actually looking at some thing like below

VARIABLE=command | awk -F "=" '{print $2}'

so i plan to put a variable instead of awk...
1,464
Posted By shreedhar.rk123
Using back tick will place the output of the...
Using back tick will place the output of the command execution in the assigned variable.
i don't want to execute the command at this point in time.
Want the literal copy in the variable.. so that i...
1,464
Posted By shreedhar.rk123
Command in a variable
i want to copy the command
awk -F "=" '{print $2}'
in a user defined variable for later/multiple use...
Please let me know how to do that..
Showing results 1 to 15 of 15

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