Search Results

Search: Posts Made By: ashishparimoo
25,648
Posted By ashishparimoo
paste a b > output This should solve your...
paste a b > output
This should solve your problem
2,646
Posted By ashishparimoo
It doesnt help much .. can you post code ? it...
It doesnt help much .. can you post code ? it should work .. as far as i know there is no limitation between apache and mysql. Restart the mysql server
see this
Solve: Can’t connect to local MySQL...
2,845
Posted By ashishparimoo
why are you using echo? you can use the command...
why are you using echo? you can use the command as it is. no need to echo it
remove echo and backquotes i-e ` it should work
63,015
Posted By ashishparimoo
try -n if [ -n "$yourvariable" ] It may...
try -n
if [ -n "$yourvariable" ]

It may be Grep returns a space in that case it may not be Zero length .. try -n

-z

string is "null", that is, has zero length
-n

string is not...
10,858
Posted By ashishparimoo
think this may help Using Perl Expect To...
think this may help
Using Perl Expect To Automate SFTP Access | Parth Patil's Blog (http://parthpatil.com/2008/05/02/using-perl-expect-to-automate-sftp-access/)
8,796
Posted By ashishparimoo
Use autoexpect # autoexpect <return> #scp/ssh...
Use autoexpect
# autoexpect <return>
#scp/ssh xxx@xx <return>
#password:*****
#ctrl d
it will automatically generate script.exp in the current directory and u can call that script from shell...
1,709
Posted By ashishparimoo
I had to write the same script in which i had...
I had to write the same script in which i had input as number it needed to convert to alphabets. Here is a sample that function .

function r_Keys() {
KeyMap=("0" "Zero" "1" "One" "2" "Two" "3"...
1,709
Posted By ashishparimoo
Iam not sure if these keywords are appearing in...
Iam not sure if these keywords are appearing in a file. Have you tried considering SET command
You need to replace "," by space using "tr"
Read file and each line use can use set command then...
Showing results 1 to 8 of 8

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