Search Results

Search: Posts Made By: ravin
5,980
Posted By ravin
Issue with redirecting a ISQL output to a file
Hi all,

I have wrote a script to redirect the output of Sybase query to a file.
Its a single XML message i am fetching with sybase query.

The problem i faced here is the XML message line...
9,022
Posted By ravin
Vlookup functionality in Bash
Hi please help in the below request

Input File 1:
a,1
b,2
c,3
d,4
e,5
f,6

Input File 2:
2
5
3
1

Output Required:
b 2
e 5
c 3
9,685
Posted By ravin
Thanks for the reply.. This is to check if...
Thanks for the reply..

This is to check if the user doesnt have write permission on a file, then he shouldnt be able to get the file.

anyways will check the above code and provide you an update
9,685
Posted By ravin
File permission check in SFTP mode
Hi,

I have requirement to get a file from a remote location using SFTP only if the file has read/write permission either to the user or to the group.

Currently i m taking the ls of the...
1,355
Posted By ravin
Thanks i used nawk but got some problem, this is...
Thanks i used nawk but got some problem, this is the command i tried for my actual input file.

nawk -F, '/Run Size/{for(i in A){print i A[i];delete A[i]};print;next}{sub(/ /,FS);A[$1]=A[$1]"...
1,355
Posted By ravin
Hi Scrutinizer, Thanks for you reply ...
Hi Scrutinizer,

Thanks for you reply

can u please modify the script base on the below.
I would like to have the below rows instead of
Table 1 XXXXX YYYYY
Table 2 XXXXX YYYYY
Table 3 XXXXX...
1,355
Posted By ravin
Need Urgent help on awk/sed
Hi,

Sample Input

Table 1 XXXXX YYYYY
A 1 2 3 4 5
B 1 2 3 4 5
C 1 2 3 4 5
D 1 2 3 4 5
A 6 7
B 6 7
C 6 7
D 6 7
Table 2 XXXXX YYYYY
E 1 2 3 4 5
F 1 2 3 4 5
E 6 7
F 6 7
Table 3...
Showing results 1 to 7 of 7

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