Search Results

Search: Posts Made By: laxmikant.hcl
2,506
Posted By laxmikant.hcl
How to get the parameter value from the parameter file in perl?
hi all,
i have a parameter file of following format, i want a method which can get the value of specific parameter.
parameter file format:

<Parameter Name="FileLocationWindows">
...
10,371
Posted By laxmikant.hcl
yes this is another way !! but actually my...
yes this is another way !! but actually my application runs find command only from /root path . for example if the properties files are in /var/tmp/test location still it will run the command from...
10,371
Posted By laxmikant.hcl
Thank you so much :)!! it works on all OS!! Any...
Thank you so much :)!! it works on all OS!!
Any other way to do this without going to the path ( i mean without using cd $DIR )

---------- Post updated at 07:38 AM ---------- Previous update was...
10,371
Posted By laxmikant.hcl
I want alternative of -maxdepth 1 for all Linux,Solaris and AIX
find /full/path/dir \( ! -name dir -o -type f \) -prune -type f


on AIX it worked perfect :

sdp1:/var/tmp/test# find /var/tmp/test/ \( ! -name test -o -type f \) -prune \
-name...
Showing results 1 to 4 of 4

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