Search Results

Search: Posts Made By: bhavesh.sapra
4,476
Posted By bhavesh.sapra
which svn --version GNU which v2.16, Copyright...
which svn --version
GNU which v2.16, Copyright (C) 1999 - 2003 Carlo Wood.
GNU which comes with ABSOLUTELY NO WARRANTY;
This program is free software; your freedom to use, change
and distribute...
4,476
Posted By bhavesh.sapra
Issue with svn update using cron job.
I want to update svn code using a nightly job using cron, i have created a job in cron as,


30 17-19 * * 1-5 /home/saprab/svnUpdate.sh <branch> <svnusername> <svnpassword> >> <logfile> 2>&1


...
3,769
Posted By bhavesh.sapra
got it and changed shell script which was my...
got it and changed shell script which was my final objective for svn update.
3,769
Posted By bhavesh.sapra
expect script inside shell script not working.
Shell Scipt: temp.sh

su - <$username>
expect pass.exp


Expect script: pass.exp
#!/usr/bin/expect -f
# Login
#######################
expect "Password: " send "<$password>\r"

it comes...
Forum: Programming 10-22-2010
8,774
Posted By bhavesh.sapra
getting Segmentation Fault (core dumped) error but Program runs fine.
i am executing following program


int main()
{ char str[1][624];
FILE *...
9,245
Posted By bhavesh.sapra
echo $SHELL will print current shell.
echo $SHELL
will print current shell.
9,245
Posted By bhavesh.sapra
By typing the corresponding command for Shell, ...
By typing the corresponding command for Shell,
for ex: for bash it is
#bash and yr shell will be changed.
1,360
Posted By bhavesh.sapra
find / -name "filename" -type f
find / -name "filename" -type f
3,547
Posted By bhavesh.sapra
Hi mac4rfree
i have tried this
# for i in `ls /bin/*@`
> do
> echo "filename : "$i
> cat $i
> done ...
3,547
Posted By bhavesh.sapra
How to open file ending with @.
Hi i want to know the content of files that ends with @ in /bin directory like ls@ etc.
4,407
Posted By bhavesh.sapra
Hi quirkasaurus, Thanks for your reply, but i...
Hi quirkasaurus, Thanks for your reply, but i haven't understood what you are trying to say here, if you will try to explain it to me with consideration of my variables it will help me since i am a...
4,407
Posted By bhavesh.sapra
No, i haven't defined variable in CGI script, i...
No, i haven't defined variable in CGI script, i am using perl and executing script in Linux.
i want to print variable which i have defined at command line using CGI script.
4,407
Posted By bhavesh.sapra
Here can you help me with your parameters that...
Here can you help me with your parameters that you have used in context to my query?
4,407
Posted By bhavesh.sapra
How to print variable value using file.
I have defined variable in linux using command #year=twenty
Now i want to use CGI script to print this value.
how can i do so?
quick response will be highly appreciated.
1,710
Posted By bhavesh.sapra
Hi pludi, thanks for your quick reply, it...
Hi pludi, thanks for your quick reply, it worked.:)
but i am curious to know what all parameteres are sent through GET or POST, if you can help me with that.
Thanks in advance.
1,710
Posted By bhavesh.sapra
Hi Johnson, thanks for your reply. i am trying...
Hi Johnson, thanks for your reply.
i am trying to run this CGI script on command line only i am not using any web server to check this script.
I would appreciate if you can help me further in this...
1,710
Posted By bhavesh.sapra
CGI scripting Error
I am trying to execute following program

#!/usr/bin/perl -wT
use CGI qw(:standard);
print start_html("Hello world");

and getting an error (offline mode: enter name=value pairs on standard...
Showing results 1 to 17 of 17

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