sujatha mamidala

Greenhorn
+ Follow
since Nov 20, 2000
Merit badge: grant badges
For More
Cows and Likes
Cows
Total received
0
In last 30 days
0
Total given
0
Likes
Total received
0
Received in last 30 days
0
Total given
0
Given in last 30 days
0
Forums and Threads
Scavenger Hunt
expand Ranch Hand Scavenger Hunt
expand Greenhorn Scavenger Hunt

Recent posts by sujatha mamidala

It worked. Thanks a lot Frank.
23 years ago
Hi,
Could somebody please tell me what is the equivalent of "$?" in c shell programming.
I would really appreciate it.
Thanks,
Suja.
23 years ago
Once again Thanks a lot George.
23 years ago
Hi,
Could you please let me know what's wrong with this script.
#!/bin/sh
for FILENAME in *.jsp
do
echo "processing ${FILENAME}"
name=Zaizar
cnt='grep -c $name ${FILENAME}'
echo $cnt
done
Instead of giving me the count it's simply printing
'grep -c $name ${FILENAME}'
Please let me know what's wrong here.
Bytheway i use C shell.
Thanks A Lot,
Suja.

[This message has been edited by sujatha mamidala (edited March 16, 2001).]
23 years ago
Hi,
Could you please let me know what's wrong with this script.
#!/bin/sh
for FILENAME in *.jsp
do
echo "processing ${FILENAME}"
name=Zaizar
cnt='grep -c $name ${FILENAME}'
echo $cnt
done
Instead of giving me the count it's simply printing
'grep -c $name ${FILENAME}'
Please let me know what's wrong here.
Thanks A Lot,
Suja.
23 years ago
George your script worked superbly. I am so grateful to you. Thank you very much.
23 years ago
Thanks a lot for the reply. It's a html comment actually. I need to add a comment in the html portion of a jsp file. I am putting that after the title tag.The jsp files can be found easily they are all in the same directory. Please let me know if you have any questions.
Thanks,
Suja.
[This message has been edited by sujatha mamidala (edited March 14, 2001).]
23 years ago
I need put some text into some jsp files on a unix o.s. How can i get this thing done in one command. Because it's taking lot of time to open all the files and to paste the text in them. This is really urgent for me please help me out here. I have like more than 100 of jsp files.
Thanks a lot,
Suja.
23 years ago
Could somebody please explain me the diff between those two in detail with one small ex. I would really appreciate it.
Thanks A Lot,
Suja.
Hi,
I have a jsp page where i have a link to one pdf file. Now, the problem is every time i click the link and open that pdf file. The newer version of that pdf file is not getting displayed. I have to press refresh to see the updated version. I know that browser is caching that perticular page. But how do i prevent an hyperlink from getting cached by a browser. I really need help with this. I have to finish this today. I would really appreciate it if someone can help me in this.
Looking forward for some response.
Sujatha.
Thanks Frank. I finished it by using ByteArrayDataSource class which converts a string into a byte array.

Thanks
Suja.
23 years ago
hi,
how do we use html tags in mail. i want to use an achor tag in the mail.but it is not getting converted into html.

please help me.
suja.
23 years ago
Thanks a lot for your response Bill. But i really need to know how this is done on jws.
Please help!!
Thanks
Suja.
23 years ago
Hi All,
Is it possible to configure my java web server to change the default timeout from 30 min to something else. I know that we can use setMaxInActiveInterval or invalidate() to manually inavalidate the session. I want know is there anything i can do to change the setting in jws.
Thanks In Advance
Suja.
23 years ago