Search Results

Search: Posts Made By: sanjay.login
993
Posted By sanjay.login
distribution answer
Hi Anil,

select * from distribution;
1 a.b@gmail.com
2 b.b@gmail.com
3 b.c@gmail.com
4 t.c@gmail.com
5 tt.c@gmail.com
##################

cd /home/beherabi/dist
for i in `ls -1|cut -d...
2,471
Posted By sanjay.login
comments on Ygemici's post.
@Ygemici.

Every body in this world does not understand something (I am not an exception).
To err is human. But to accept the error is the real quality of a human.

Ok if you think your post is...
2,471
Posted By sanjay.login
using grep command
Hi,
You can make use of the below command line for your expected output.


Sanjay.

---------- Post updated 04-19-12 at 12:32 PM ---------- Previous update was 04-18-12 at 04:21 PM ----------
...
17,962
Posted By sanjay.login
Max size of the attachment
Hi Gurus,

I am unable to send a file which size is more than 10mb through the "sendmail" command in unix.

I searched from internet and followed the path specified over there...
2,883
Posted By sanjay.login
hi gurus, I would like to give more details...
hi gurus,

I would like to give more details about the problem how the cronjob is not running.

priviously the cronjob entry was like below

....
2,883
Posted By sanjay.login
everything is set properly, it is executable ,#!...
everything is set properly, it is executable ,#! added for perl ,it does not need tty.

when i told it is working fine at prompt. your questions dont make any sense.

hi gurus please guide me why...
2,883
Posted By sanjay.login
cron job is not working for two scripts
Hi Gurus,

I have a test unix server in which currently some unix cronjob are running.
I have written two script one is a shell script in which env variable are there (in that i am exporting those...
1,180
Posted By sanjay.login
awk output problem
Hi Gurus,

I have a file which has some fields separated with multiple spaces or single space.

data
1 2 3 4 5 6
4 5 5 7 7 8 9
4 6 ...
19,356
Posted By sanjay.login
I did as you told no luck. The same error I am...
I did as you told no luck. The same error I am facing.

Regards,
sanjay
19,356
Posted By sanjay.login
thanks pludi, could you please tell me what...
thanks pludi,
could you please tell me what line i should add
Do you mean like
127.0.5.2 dhcppc0 localhost

I am confused ,please guide me
19,356
Posted By sanjay.login
i checked it and I think it is correct ...
i checked it and

I think it is correct

# Do not remove the following line, or various programs
# that require network functionality will fail.
127.0.0.1 localhost.localdomain...
19,356
Posted By sanjay.login
hi puldi, the error is not related to env...
hi puldi,

the error is not related to env variable setting,i installed in red hat 4 it was working fine the same way i did today for red hat 5 it is not working

the status is saying unable to...
19,356
Posted By sanjay.login
thanks Tyler, I saw by using ps -ef|grep...
thanks Tyler,

I saw by using ps -ef|grep oracle

[biswa@dhcppc0 ~]$ ps -ef|grep oracle
biswa 4761 4685 0 13:29 pts/1 00:00:00 grep oracle

no oracle process is showing

Please guide me...
19,356
Posted By sanjay.login
Unable to connect to oracle in red hat linux
Hi Gurus,

I have installed the oracle xpress 10g edition in my red hat linux and saw the message that it has been installed successfully ,but after that I started the database by going through...
1,347
Posted By sanjay.login
HI Frozen, is the length of each string is same...
HI Frozen,
is the length of each string is same ,i mean 3chars_3chars_3chars or it does varry.
regards,
sanjay
1,420
Posted By sanjay.login
hello malts write the output ,how you want to see...
hello malts write the output ,how you want to see the input text
regards,
sanjay
1,620
Posted By sanjay.login
the second code is good. coz in first it...
the second code is good.

coz in first it will not show the desied result though those three file are a single line representation.
but the ls *${F}* is a three line representation of those three...
2,410
Posted By sanjay.login
no you are wrong. Please understand the...
no you are wrong.

Please understand the following point carefully.

1:file can be modified without opening it. That is by cat >> filename here you are appending some text means , modifying...
2,410
Posted By sanjay.login
see my last two lines of last post(-lu is 13:46...
see my last two lines of last post(-lu is 13:46 and -lt it 13:47)
and in your case it is clear no need to be baffled coz since sep 24 the file has not been accessed (it has not been opened ) and on...
26,651
Posted By sanjay.login
just send the output of ident file.exe ...
just send the output of

ident file.exe



and
file file.exe

and objdump file.exe



---------- Post updated at 11:45 AM ---------- Previous update was at 11:35 AM ----------



...
17,900
Posted By sanjay.login
HI Methyl,try using .(dot) command before head...
HI Methyl,try using .(dot) command before head which will run in the current shell,hope it will work for you.

regards,
Sanjay
26,651
Posted By sanjay.login
try using cat -z file.exe
try using
cat -z file.exe
1,032
Posted By sanjay.login
grep "^$class_text" filename
grep "^$class_text" filename
2,410
Posted By sanjay.login
Hi puni, no ,it is not correct that the...
Hi puni,

no ,it is not correct that the access time is newer than modified time,it depends upon the time you access.

ex
cat >test1
this is test1 file

[biswa@dhcppc0 ~]$ cat test1
this is...
12,155
Posted By sanjay.login
code awk -F "|" -v count=1000 -v x="'"...
code
awk -F "|" -v count=1000 -v x="'" '{count+=1;print "insert into company values("count",\""$1"\","x $2 x",\""$4"\");" }' company


output
insert into company values(1001,"ABC company ",'...
Showing results 1 to 25 of 98

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