Search Results

Search: Posts Made By: corleone
2,975
Posted By corleone
When I opened source file in "vi" for which...
When I opened source file in "vi" for which string replacement is to be made I see a message "Incomplete last line" at the bottom. Any idea? Btb this is an xml file.
2,975
Posted By corleone
File gets truncated after using sed
May be this is a known issue. When I am using sed to change a string (globally) in multiple files, it is doing its job while truncating the file. So the xml files are losing some of the tags

Any...
2,012
Posted By corleone
I am sure this is a known issue. When I changing...
I am sure this is a known issue. When I changing a string in all xml files, it is truncating the file after it successfully changing the string in all files...

Any workaround?

Here is the...
3,331
Posted By corleone
Can you check if your script failed atleast once?...
Can you check if your script failed atleast once? I mean you might be looking at the same old log file repeatedly. This is my guess. Try and let me know.
2,148
Posted By corleone
setup scp between the two machines. You need to...
setup scp between the two machines. You need to authenticate only once.
Let me know if this helps you out.
24,552
Posted By corleone
Shock, My requirement is that the user...
Shock,

My requirement is that the user should be able to run java program from the GUI and program has 8 arguments. The arguments are alpha numeric......mostly coma separated. I will start with...
24,552
Posted By corleone
Shock, We have ksh scripts here and we get csv...
Shock,
We have ksh scripts here and we get csv files as an out put. Is there a way to display all the csv files? Is there any tutorial (on CGI) on how to set this up? Appreciate your response.
30,266
Posted By corleone
skdp, just ignore it..... :)
skdp,

just ignore it..... :)
24,552
Posted By corleone
Can you give me some more details as to how to...
Can you give me some more details as to how to integrate?
30,266
Posted By corleone
Try modifying with the following...
Try modifying with the following script............

for files in *.html;
do
mv $files $files.old
dos2unix $files.old $files
rm -rf $files.old
done
30,266
Posted By corleone
You need to write a script.
You need to write a script.
24,552
Posted By corleone
Running shell scripts from web browser
I am in need of a mechanism to run shell scripts from web browser. Could any one of you guide me as to which technology to choose? I have some scripts which take some arguments. Appreciate you...
Showing results 1 to 12 of 12

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