Search Results

Search: Posts Made By: manju_p
Forum: Programming 11-07-2006
115,337
Posted By manju_p
Thanks guys for all your replies. I got the...
Thanks guys for all your replies.
I got the solution.

We can pass parameter to makefile by specifying them along with there values in command line.

ex: make PARA1=1 PARA2=ABC.c

This will...
Forum: Programming 11-06-2006
115,337
Posted By manju_p
Passing parameter to makefile?
Hi,

How to pass parameter to makefile?
Please let me know if any one knows and also please put an example of makefile with this feature.

thanks,
Manju.
Forum: HP-UX 07-11-2006
10,848
Posted By manju_p
command to check the license of products in HP-UX
Hi,

How to check the installed product license in HP-UX?
As I know lmf is utility in Tru64 unix what is similar on HP-UX?

thanks,
Manju.
Forum: HP-UX 07-07-2006
13,479
Posted By manju_p
I checked the fcntl locking with two programs, as...
I checked the fcntl locking with two programs, as Jim mentioned in his reply the mandatory locking didn't worked for me in HP-UX.
I have cut pasted both programs for reference.

The scenario I...
140,025
Posted By manju_p
Hi, You can use below sed command to remove...
Hi,

You can use below sed command to remove the ^M characters.

sed 's/.$//' filename > temp
mv temp filename
Forum: HP-UX 07-06-2006
13,479
Posted By manju_p
can I use IPC's to lock file in HP-UX?
As HP-UX does not provide mandactory locking, so is there way to lock a file?
If yes can you please provide me more details in to the same?

can I use IPC to lock file ?

Thanks,
Manju
Showing results 1 to 6 of 6

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