Search Results

Search: Posts Made By: Sgiri1
2,154
Posted By Sgiri1
hi.... there is a small error in the data...
hi....

there is a small error in the data that i provided...since this being an xml document it has a closed tag. so it should be <id></id>

and also the entire document is in a single line...
2,154
Posted By Sgiri1
ID generation in sequence
i have an xml tag. The value for the tag should be iterated through out the xml document.
eg:...
2,896
Posted By Sgiri1
Hi, the file1,file2 and file3 are examples...
Hi,

the file1,file2 and file3 are examples that i gave.

All the three file names are completely different from each other. It would more be like.

testapp_110320092034...
2,896
Posted By Sgiri1
WildCard serach for files in a directory
Hi i have a requirement to search for all files in a directory.

the files will start as file1_*,file2_*,file3_*

where the wild card character is a timestamp. so on a particular day i may get...
4,076
Posted By Sgiri1
my ftp client is WS-FTP pro
my ftp client is WS-FTP pro
4,076
Posted By Sgiri1
KERBEROS_V4 -help needed ASAP
#!/bin/sh
HOST='ftp.bend.com'
USER='temp1'
PASSWD='temp2'
FTPPATH='SY1:[TEMP.KLM.DIR]'
ifile='concat.txt'
#FTP concatenated file
ftp -n $HOST <<END_SCRIPT
quote USER $USER
quote PASS $PASSWD...
5,098
Posted By Sgiri1
hi all, thanks a lot...the above command works...
hi all,
thanks a lot...the above command works fine...as per my requirement i need to append these to the next line after the occurence of last number or character in a file. whats the grep command...
5,098
Posted By Sgiri1
hi sai...im getting the o/p as follows.. ...
hi sai...im getting the o/p as follows..

“user1”,”employee1”,”04/28/2009”,“5678”,“78”,“user2”,”employee2”,”04/30/2009”,,

there are two commas at the end..i dont need comma after the last entry....
5,098
Posted By Sgiri1
to append data in a single row
Hi all,

I need a logic in UNIX to append contents of a file in same row, where the original contents are found one below the other. For example.

My i/p file contains:
...
5,315
Posted By Sgiri1
sending an attachment through email
As a part of requirement I need to send out mails with attachment from UNIX. I have to take query the Oracle DB and send the result of the query in an attachment through mail.

I use the following...
2,000
Posted By Sgiri1
strpping words - perl script
hi below is a regex that i have framed to strip some bad words from my text.
...
1,929
Posted By Sgiri1
perl newbie
what is the difference in regexes using symbols like

^NAME$|^SELF$

and

\bNAME\b
\bSELF\b
3,409
Posted By Sgiri1
hey thanks...so this will handle the case...
hey thanks...so this will handle the case sensitivity is it?
thank you.
3,409
Posted By Sgiri1
regular expressions using perl script
i have a set of regular expressions. The words in the regular expression should be used to replace the i/p with hyphens '---'. i need perl script to evaluate these regular expression. the words in...
3,743
Posted By Sgiri1
TOP Command problem
Can some body please let me know what would be the o/p of the below process

run 'top' command
then type O
then in new screen Type N
you will get processes sorted by memory
then from there...
Showing results 1 to 15 of 15

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