Search Results

Search: Posts Made By: rlmadhav
Forum: Linux 05-17-2010
3
ssh
2,013
Posted By rlmadhav
ssh
I am using the following ssh command to access the remote server. when i do it manuaaly from "$" prompt it asks the password and when I give the right password this works:
ssh xyz@10.10.123.145

...
Forum: Linux 05-07-2010
2,517
Posted By rlmadhav
Thanks for the reply. I worked on this "openssl"...
Thanks for the reply. I worked on this "openssl" already but still this confuses me.
End user doesnot have any access to Linux to run the decrypt script.
Just they download the ".txt " file what I...
Forum: Linux 05-06-2010
2,517
Posted By rlmadhav
Secured encrypted files via Linux
I need to encrypt a ".txt" file with password settings and it should decrypt the file automatoically when end user types correct password.

Can some one help me on this.

Thank you
Forum: Linux 05-05-2010
10,254
Posted By rlmadhav
This got resolved and found the problem during...
This got resolved and found the problem during FTP process. "THeGEEK" Thank you for your help.
Forum: Linux 05-05-2010
10,254
Posted By rlmadhav
Today I am getting this error when i run the .SH ...
Today I am getting this error when i run the .SH

"P2-0310: unable to open file "/home/test.sql


but this works when I run the following manually:

$ sqlplus abc/xyz@qwe @/home/test.sql
...
Forum: Linux 05-04-2010
10,254
Posted By rlmadhav
Exit codes
I am trying to run this SH on Linux and getting error at IF condition.

I want to read the EXIT code and send the failure or success message.

Please help me on this. This worked when i was...
1,687
Posted By rlmadhav
open FH,"a.txt"; while(<FH>){ chomp; my...
open FH,"a.txt";
while(<FH>){
chomp;
my @arr=(substr($_,0,1),substr($_,1,6),substr($_,7,6),substr($_,13,2),substr($_,15,8),substr($_,23,8),substr($_,31,8),substr($_,39,8),substr($_,47,2));...
1,687
Posted By rlmadhav
format & re-arrange records
This works pretty well. can you explain me what is open "FH" , while"(<FH>)" and "CHOMP"..

thank you
1,687
Posted By rlmadhav
#! /bin/ksh open FH,"a.txt"; while(<FH>){ ...
#! /bin/ksh
open FH,"a.txt";
while(<FH>){
chomp;
my...
1,687
Posted By rlmadhav
Format & re-arrange the records
Data on my input file :

Ac1n1s1c2n2s2XPd1r1e1t1d2r2e2t2d3r3e3t3d4r4e4t4RT
Bh1k1p1h2k2p2NTq1y1f1m1q2y2f2m2q3y3f3m3q4y4f4m4ZN

and i want the output to be:

Ac1n1s1XPd1r1e1t1RT...
3,444
Posted By rlmadhav
Thanks for the reply. The AWK script works pretty...
Thanks for the reply. The AWK script works pretty well but the first record is pushed to one position left leaving a blank at the starting .The output looks like:

' 'ABCTOM NYMANAGER
ABCDAVE NJ'...
3,444
Posted By rlmadhav
Fix the breaks
Thank you and appreciate your help.. now i want to insert a space/null before i merge the broke record..


ABCTOM NYMANAGER
ABCDAVE NJ
PROGRAMMER
ABCJIM CTTECHLEAD
ABCPETERCA
HR


and i...
3,444
Posted By rlmadhav
i am getting the following errors!!.. Please...
i am getting the following errors!!.. Please advise


awk '{printf (NR==1)?$0:/^'ABC'/?RS$0:$0}END{print eof}' file
awk: syntax error near line 1
awk: illegal statement near line 1


...
3,325
Posted By rlmadhav
low & high values
on the file Ftp'd from the mainframe ,do we have any UNIX command to replace mainframe low and values to space or null.

i tried using tr and it doesn't work ...

Thanks
3,444
Posted By rlmadhav
low & high values
on the file Ftp'd from the mainframe ,do we have any UNIX command to replace mainframe low and values to space or null.

i tried using tr and it doesn't work ...

Thanks
3,444
Posted By rlmadhav
Fix the breaks
The file FTP'd got few breaks and the data looks like:

ABCTOM NYMANAGER
ABCDAVE NJ
PROGRAMMER
ABCJIM CTTECHLEAD
ABCPETERCA
HR


and i want the output like:

ABCTOM NYMANAGER
ABCDAVE...
Showing results 1 to 16 of 16

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