Search Results

Search: Posts Made By: ripudaman.singh
2,309
Posted By ripudaman.singh
thanks
thanks
2,309
Posted By ripudaman.singh
the programme after exectrusteduser.com sh.com...
the programme after exectrusteduser.com sh.com line is not getting executed
2,309
Posted By ripudaman.singh
how to execute the programme in that session only...
how to execute the programme in that session only automatically without coming out
2,309
Posted By ripudaman.singh
Script is not getting executed
Hi All,

I have written a programme where i need to work in one session but when that session get executed it doesnt execute other programme till I write exit. Below is the script
#!/bin/bash...
3,446
Posted By ripudaman.singh
thanks a lot its got sorted but further i am...
thanks a lot its got sorted but further i am getting error
SQL*Plus: Release 11.2.0.2.0 Production on Tue Mar 24 15:12:42 2015

Copyright (c) 1982, 2010, Oracle. All rights reserved.

ERROR:...
3,446
Posted By ripudaman.singh
yes i have user tab ..
yes i have user tab ..
3,446
Posted By ripudaman.singh
function user{ sqlplus...
function user{
sqlplus primeit@$ORACLE_SID/primeit <<EOF
select user from test;
EOF
}

function gen{
genpwdfile dec -in $1 -out $2
echo $1
...
3,446
Posted By ripudaman.singh
./1.sh: Syntax error at line 1 : `<<' is not matched.
function user {
sqlplus primeit@$ORACLE_SID/primeit <<EOF
select user_name from test;
EOF
}

function gen {
genpwdfile dec -in $1 -out $2
echo...
2,994
Posted By ripudaman.singh
my friend has shared the code with for...
my friend has shared the code with for transferring file from pc to unix pls see below

sendunix -a -d ./ C:/temp/
2,994
Posted By ripudaman.singh
thnx robin but i hv just manage to transfer file...
thnx robin but i hv just manage to transfer file from user desktop (web application) to unix thru following command
sendunix -a -d ./ C:/temp/ file name
2,994
Posted By ripudaman.singh
Thnks robin but it wont help me as the client...
Thnks robin but it wont help me as the client user can be many so we cannot hard coding the user id and password it wont help.
there is command sendunix i search for this, even this didn't worked
2,994
Posted By ripudaman.singh
How to transfer file from Local PC to UNIX Directory without FTP?
Dear All,
i am trying to get the file from windows location to unix location without using FTP and neither thru entering the user id and password. I have one unix form which is running on web...
1,213
Posted By ripudaman.singh
setlocal enabledelayedexpansion if exist...
setlocal enabledelayedexpansion
if exist C:\Ripudaman\VCB\FTP\*.txt (goto COPYFILES) else (goto NOFILES)

:COPYFILES
for /f %%i in ('DIR /b C:\Ripudaman\VCB\FTP\*.txt') do (
echo %%i
set fn=%%i...
1,213
Posted By ripudaman.singh
much clarification on the issue i am trying to...
much clarification on the issue i am trying to transfer the file from windows to unix where mput is not working appropriately. i hv declare the variable i which is my files in the given directory and...
1,213
Posted By ripudaman.singh
FTP file from win to UNIX
hi all,
i hv written the script for file transfer when i am trying to transfer the file on windows machine only same desktop from one location to another location that is working fine but when i am...
9,708
Posted By ripudaman.singh
YES the filies are kind of statement in txt or...
YES the filies are kind of statement in txt or log format this is just a sample file on which i m trying to do that
9,708
Posted By ripudaman.singh
<--start grep -il Bufman *.* | while read file ...
<--start
grep -il Bufman *.* | while read file
do
echo "Moving $file"
mv $file ../MARK/
done
end-->


I am searching file in current directory only
9,708
Posted By ripudaman.singh
./1.sh[2]: --start: Cannot find or open the file....
./1.sh[2]: --start: Cannot find or open the file.
Moving 1.sh
mv: 1.sh and ../MARK//1.sh are identical
Moving fatal.log
mv: fatal.log and ../MARK//fatal.log are identical
./1.sh[7]: Syntax error...
9,708
Posted By ripudaman.singh
It didnt worked. $ mv `grep -il Bufman...
It didnt worked.
$ mv `grep -il Bufman /finacle/RIPU/*' ../MARK/.
>
$ mv $(grep -il Bufman /finacle/RIPU/*) ../MARK/.
Usage: mv [-f] [-i] [-e warn|force|ignore] f1 f2
mv [-f] [-i] [-e...
9,708
Posted By ripudaman.singh
Move the files which is coming after grepping
Dear Friends,

I am trying to move the files which are listing after greaping command.

see the details below
1. When i am running the grep command

$ grep -il 'Bufman' *.*
fatal.log...
3,160
Posted By ripudaman.singh
how to do that i have to transfer the file to...
how to do that i have to transfer the file to local system??
then again to unix??

---------- Post updated at 03:02 AM ---------- Previous update was at 02:54 AM ----------

u there pls tell me...
3,160
Posted By ripudaman.singh
removing of junk character
Dear ALL,
How to remove junk charecter ^M from unix file i am using sun solaris unix.
I already tried few commands

:%s/^M//g
:%s/r//g

but it didnt helped me.

Any help appriciated.
...
4,191
Posted By ripudaman.singh
Java error
Dear All,
while running java -version i am getting following error

/usr/lib/dld.sl: Can't find path for shared library: libjli.sl
/usr/lib/dld.sl: No such file or directory
ARIES32: Core file...
Forum: HP-UX 09-24-2012
7,703
Posted By ripudaman.singh
ya i checked in HP unix but it seems that they...
ya i checked in HP unix but it seems that they dont have correct one i started downloading "JDK6_16000_ia.depot" this file is not extractable and right now i have in unix server jdk 1.4. is there any...
Forum: HP-UX 09-24-2012
7,703
Posted By ripudaman.singh
yes but i didnt got .. :(
yes but i didnt got .. :(
Showing results 1 to 25 of 34

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