Wednesday, October 29, 2008

svn instalation

any one can help me to install svn on sentos for php source code security

Tuesday, October 28, 2008

To check IMAP from cli

Try this to check IMAP from cli thru mutt


mutt -f imap://username@ipaddress

Sunday, October 26, 2008

Printing next day's date..

hi,

i need help on getting next day's date in aix.. I want to assign it to a variable in shell script. Can anybody help on this???

Girs

Saturday, October 25, 2008

Joining lines

Hi linuxurs,

How can i join lines in a file based of a particular char at the end of a line. eg,
contents of the file text.txt is as follows, need to join lines which end with ','
cat
bat,
eat,
some
help

The output should be as follows.
cat
bat,eat,some
help

Please help to do this with a perl, awk or sed one linner.

Welcome To linuxurs

Welcome to our small step towards sharing knowledge and contributing to opensource community.