Search Results

Search: Posts Made By: gauravgoel
2,700
Posted By gauravgoel
Multiple Sessions with FTAM
Just a quick question,

Can I establish Multiple Sessions between two machines using FTAM?

Regards,
Gaurav Goel
9,061
Posted By gauravgoel
try like this `isqlrf...
try like this

`isqlrf <database_name>;<<EOFSQL
spool 1.txt
select ....
from .....
where .....;
spool off;
EOFSQl`


you may need to tweak it around a bit,
Sorry cant check right now for...
9,061
Posted By gauravgoel
as I mentioned before your select put spool...
as I mentioned before your select put

spool 1.txt

and after select put

spool off;


and after this you neednot redirect the output to 1.txt
3
6,519
Posted By gauravgoel
Syntax of Grep grep "the word"...
Syntax of Grep

grep "the word" <path/filename>

you need to give path incase the file is not in your present working directory
9,061
Posted By gauravgoel
use spool
You can write the following statement on the SQL prompt, before the Select query
21,559
Posted By gauravgoel
I have tried the following see if it helps ...
I have tried the following see if it helps

$cat test.sh
echo $1
echo $2
echo $3

$./test.sh 1 2 3
1
2
3

$./test.sh "1 2" 3 4
1 2
3
4


Regards,
Gaurav
5,997
Posted By gauravgoel
Unix addition ( Row wise)
Hi

I have a file like

a,1
b,2
d,3
a,2
b,3
c,7


Result Desired:
a,3
b,5
d,3
c,7

i.e on the bases of 1st field the addition is done of the 2nd field and result printed out.
6,354
Posted By gauravgoel
AWK Help
HI All,

Need a help

Suppose I have a file having the data

1,FF,233

where the second field is Hex
now I want to convert this hex in dec and see the output as

1,255,233

Request you...
2,653
Posted By gauravgoel
Thanks vgersh for your timely help it will...
Thanks vgersh for your timely help it will definitely save a lot of time
2,653
Posted By gauravgoel
awesome vgersh, can you please explain the command
awesome vgersh, can you please explain the command
2,653
Posted By gauravgoel
Problem with parsing a large file
Hi All,

Following is the sample file



and following is the op desired



that is the last entry of each unique first field is required.

My solution is as follows



However the...
3,873
Posted By gauravgoel
FTP from windows to Unix maintaining timestamp
Hi,

Is it possible to Ftp the files from Windows to Unix while maintaining their timestamp

Gaurav
4,443
Posted By gauravgoel
read the rules of the forum (4) Do not 'bump...
read the rules of the forum

(4) Do not 'bump up' questions if they are not answered promptly. No duplicate or cross-posting and do not report a post where your goal is to get an answer more...
4,190
Posted By gauravgoel
use this though not clean, should work
use this


though not clean, should work
23,486
Posted By gauravgoel
go to /var/adm/cron directory. cat the contents...
go to /var/adm/cron directory.
cat the contents of cron.allow and check if user name u are using is there or not.
if not add the username .
2,333
Posted By gauravgoel
whats the op u are getting
whats the op u are getting
4,190
Posted By gauravgoel
........................................
........................................
26,081
Posted By gauravgoel
why its not working? can u paste the output of...
why its not working? can u paste the output of this command.

also note that if u are on Solaris use nawk instead of awk
38,174
Posted By gauravgoel
Hi Gefa, Just for you info, you don need the...
Hi Gefa,

Just for you info, you don need the loop in the above command, rather use




because awk processes each line in the file

Gaurav
26,081
Posted By gauravgoel
Try This Gaurav
Try This




Gaurav
29,300
Posted By gauravgoel
Thanks a ton
Hi All,

Thanks for such quick and amazing responses.
Thanks a lot.
Maybe I need to explore the power of tr command.

Thanks and Regards,
Gaurav Goel
29,300
Posted By gauravgoel
hey guys thanks for your responses. I will be...
hey guys thanks for your responses.
I will be trying these out.

You are right vino, that this is a very intresting problem.
It seemed easy at te first look but once I started thinking about it,...
3,056
Posted By gauravgoel
hi are you sure you wanted the above solution, ...
hi are you sure you wanted the above solution,
if not post some sample data
29,300
Posted By gauravgoel
i hope the number of posts by me will tell you...
i hope the number of posts by me will tell you that i am not in school. :)
actually one of my collegue is stuck into a problem and asked for my help.

So, i guess rather than arguing on whether...
29,300
Posted By gauravgoel
Number of Vowels
Hi Guys,

It may look silly, but I am stuck on it and need some help

How to count number of vowels in a text file

Regards,
Gaurav Goel
Showing results 1 to 25 of 213

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