Search Results

Search: Posts Made By: ravi214u
1,241
Posted By ravi214u
Thanks for reply.. but i want to print that...
Thanks for reply.. but i want to print that charater..
1,241
Posted By ravi214u
Search Character
Hi,

I need to search the "BP1418" in xml file(the letter BP remain constant but the number changes randomly and it will be in double quotes) . Can you please let me know how to find these...
11,253
Posted By ravi214u
Connection to database through shell script
Hi

when i am calling the shell script with two parameter like id and date it works fine.But the same shell script is call by java application it gives the error as shown below

Thu Jan 8...
22,413
Posted By ravi214u
thanks its working
thanks its working
22,413
Posted By ravi214u
Copy Limited rows from one file to another
Hi,

The file contains 1000 of rows can you please let me know
How to copy 1-10 and 30-40 rows from one file to another.


thanks
:)
5,998
Posted By ravi214u
Return value from oracle to unix shell
Hi ,

i have written a shell scipt to call a procedure and get the value back from procedure.But i am facing the issue like
#!/bin/sh
returnedvalue=`sqlplus -s userid/pass<<EOF
set serveroutput...
8,312
Posted By ravi214u
mget based on date
i want to copy files from one server to another based on particular date using mget command . any help

thanks.
3,261
Posted By ravi214u
wat should in place of cp
wat should in place of cp
3,261
Posted By ravi214u
after that #Authenticate the user #user...
after that

#Authenticate the user
#user $username $password
user odsftp ods123$

#Change FTP mode to binary
bin
#echo "mode changed to binary"
#Change local directory
#lcd $localDir
lcd...
3,261
Posted By ravi214u
thanks for reply We are using SH
thanks for reply

We are using SH
3,261
Posted By ravi214u
FTP connection problem
I am getting the error in this command when i am pitting it in shell script


ftp -nvi jcmpcor1.abc.com >/work/test98.dat << EOD


error:-
invalid command.

but when i am writting it from...
3,008
Posted By ravi214u
for filename in `cat a/file.lst` do if [ !...
for filename in `cat a/file.lst`
do
if [ ! -e $filename ]
then
echo "Exit Code Description :File $filename - is missing in Input Directory" >a.log
exit
else
count1=`awk 'END {print NR}'...
3,008
Posted By ravi214u
Error in IF statement
HI i am getting error while executing the given statement

for filename in `cat a/file.lst`
do
if [ ! -e $filename ] then
echo "Exit Code Description :File $filename - is missing in Input...
8,330
Posted By ravi214u
thanks for reply but i am getting error on...
thanks for reply but i am getting error on executing this .. the error is
awk mismatch <<< filename>>>
8,330
Posted By ravi214u
Compare files from two directories
HI,

i want to compare one file from one directory to many files in other directory.
means in my /DIR/20070930/b/STG* directory i have only one file and
in /DIR/20070930/a/STG* directory i have...
1,477
Posted By ravi214u
comparing the name of the file
hi,

i have to check the name of file in other directory which contains number of files to check for duplicte file name avaliable or not.


thanks
2,416
Posted By ravi214u
thanks it work
thanks it work
2,416
Posted By ravi214u
How to get the position of a file
hi '

$ ls -ltr
total 72
-rwxr-xr-x 1 staff 89 Jan 5 2008 STG_FCT__TYPE.dat
-rwxrwxrwx 1 staff 28 Jan 5 2008 STG_FCT_LINE_SUMMARY.dat
-rwxrwxrwx 1 staff ...
2,082
Posted By ravi214u
thanks for reply i have to check both the...
thanks for reply i have to check both the conditions and than process forward
2,082
Posted By ravi214u
Compare one file with 7 files in shell programming
Hi thanks for ur reply but the requirement is that we have to check each file and if find duplicates in any file we have to redirect to some other file.
2,082
Posted By ravi214u
Compare one file with 7 files in shell programming
hi ,

I am new to shell.
i have a requirement to compare the one file from one dir to other 7 files of other dir and to find out the duplicate files from the 7 files .
the name of the all files...
Showing results 1 to 21 of 21

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