Search Results

Search: Posts Made By: vijaya2006
2,099
Posted By vijaya2006
Hi bartus11, Thanks a lot. It worked for me :)
Hi bartus11,
Thanks a lot. It worked for me :)
2,099
Posted By vijaya2006
parse special character in the line
Hi all,

I have a file with some module names as below.

Font::AFM
Data::Grove ---> libxml-perl
Net::LDAP ---> perl-ldap
DBI
XML
....
...
....

and so on ...

The file has some lines...
Forum: UNIX and Linux Applications 10-07-2009
5,917
Posted By vijaya2006
Printing unix error codes
Hi Friends,

I need your help in understanding this: :rolleyes:

I want to print the error numbers returned by the system calls (not the actual integers but the strings that they match to). The...
5,910
Posted By vijaya2006
Multiple line handling for grep in shell script
Hi vbe thanx for the reply.
It did solve a part of my problem . But the other thing is :

I put the following line in my script.
grep -e "LABEL" -e "EFIX FILES" -e "PACKAGER VERSION" -e...
5,910
Posted By vijaya2006
Logical AND in shell commands
Hi:confused:,
I have a file that contains :

+-----------------------------------------------------------------------------+
LABEL: super1_fix
EFIX FILES: 1
ABSTRACT: ...
6,083
Posted By vijaya2006
selecting the stanza fields
Hi Friends,

I have a stanza file as below :

CuDv:
name = "hdisk34"
status = 0
chgstatus = 3
ddins = "scsidisk"
location = "06-08-02"
parent...
2,451
Posted By vijaya2006
Hi Franklin52...Thanks ....It worked..This is...
Hi Franklin52...Thanks ....It worked..This is what i wanted :)
2,451
Posted By vijaya2006
Removing " " chars using Awk
HI Friends,
I am trying to elliminate the " " characters from the word:
"hello" using awk. I need the output to be just = hello (without " " chars). Is there any way to do this ?

Thanks!
1,537
Posted By vijaya2006
Greping the required parameter...
Hi Friends,
Urgently required to know this :

I have a file which has several stanzas like below :
CuDv:
name = "hdisk3"
status = 1
chgstatus = 2
...
1,827
Posted By vijaya2006
print the fileds of a file
Hi Friends,
Please help me in finding the solution for this :

I have a file as below :

CuDv:
name = "hdisk0"
status = 1
chgstatus = 2
ddins = "scsidisk"
...
5,131
Posted By vijaya2006
Hi Ghostdog74 and Flying_Meat, Thanks to both...
Hi Ghostdog74 and Flying_Meat,
Thanks to both of u ....the code works as expected..
5,131
Posted By vijaya2006
printing stanzas that have the required pattern
Hi ghostdog74,
The output printed is only machine3 not machine1.
Let me put my question again ..

I have a file with many stanzas...as below..

Monday:
designs
velocity
Tuesdaey:
...
5,131
Posted By vijaya2006
getting the stanza names if the pattern found
Hi Friends,
I have a file as below :

machine1:
abc
xyz
qwerty
machine2:
jkl
mno
machine3:
hhh
kkk
qwerty

Now ...i need to find all the stanza...
7,049
Posted By vijaya2006
making the changes permanent in a file
Hi Friends.
I have a file called install.data which has fields like :

XXXXX
ACVCGFFTFY UAHIUH OI
CONNECTION=tape/11/
LOCATAION=08-90-89
SIZE=90

I had to change the values of some of...
3,540
Posted By vijaya2006
comparing lines from 2 files
Hi Friends,
I have 2 files A and B . I want to compare the 3rd line of file A and B .
(I dont want to compare the 2 files, using diff or cmp). I just want to know whether 3rd line of A matches...
70,252
Posted By vijaya2006
u can use sed command as below: sed...
u can use sed command as below:

sed 's/:/\n/g' filename.
this will break all the tokens (:) into a new line char.Try this
5,807
Posted By vijaya2006
Hi, you can use sed : echo "12 34 567 89 "...
Hi,
you can use sed :
echo "12 34 567 89 " | sed 's/ *//g'
Forum: HP-UX 07-31-2006
2,448
Posted By vijaya2006
tool supporting SPL
Hi,
i heard a tool called "Source reader" used in HP-ux that supports for SPL language.I am also told it works similar to ctags and cscope as in C.Does anybody know abt this tool?
If so plz share...
6,041
Posted By vijaya2006
source reader tool
Hi,
can anybody give info on source reader tool?which platform does it wok on?and how it works
2,128
Posted By vijaya2006
source reader info
Hi friends,
I urgently need to know if there is any tool called source reader in C or Unix or Linux......
If so ..plz let me know the details.I am running out of time.....
69,052
Posted By vijaya2006
Explaination clearly....
Hi Thanks for the reply....
I would like to be explained in detail
69,052
Posted By vijaya2006
creating file of 1MB using shell command?
Hi everybody in the forum,

I want to create an empty file of say some 1MB ,i mean at the command line itself.How is this possible??????EEK!
Forum: Programming 03-03-2006
2,993
Posted By vijaya2006
differeEEK!nce between static and dynamic linking
hello,

friends
i would like to know what is the differnce between static library and dynamic library?
How will u create them and what are there uses?
Forum: Programming 03-03-2006
7,418
Posted By vijaya2006
system calls vs libraries
Hi a :D ll,
I would like to know the differrences between sytem calls and libraries.
Forum: Programming 03-01-2006
4,357
Posted By vijaya2006
shared memory again
Hi all,
Thank you for ur reply.
The link was good.But i am not understanding,somewhere it is mentioned that theres no kernal entry and system calls.But i see there are system calls for shared...
Showing results 1 to 25 of 27

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