Sponsored Content
Operating Systems Linux Linux equivalent package for "newform" Post 302788803 by Corona688 on Tuesday 2nd of April 2013 01:46:42 PM
Old 04-02-2013
Don't know of any direct substitute. Most any language can do the same thing, but it won't have the same options or syntax. Do you need the entire thing, or is there some specific task you need?
 

2 More Discussions You Might Find Interesting

1. UNIX for Advanced & Expert Users

Commands on Digital Unix equivalent to for "top" and "sar" on other Unix flavour

Hi, We have a DEC Alpha 4100 Server with OSF1 Digital Unix 4.0. Can any one tell me, if there are any commands on this Unix which are equivalent to "top" and "sar" on HP-UX or Sun Solaris ? I am particularly interested in knowing the CPU Load, what process is running on which CPU, etc. ... (1 Reply)
Discussion started by: sameerdes
1 Replies

2. AIX

mkinstallp package creation failing "no such file: ./usr/lpp/<package name>/inst_root"

Hello, I'm trying to build a (bff) package from an already installed program (clam antivirus) using mkinstallp. However, mkinstallp fails with "no such file: ./usr/lpp/<package name>/inst_root" I'm not sure why all files get created ok except for these particular ones. Any help would be... (2 Replies)
Discussion started by: omonte
2 Replies
std::rel_ops(3) 					     Library Functions Manual						   std::rel_ops(3)

NAME
std::rel_ops - SYNOPSIS
Functions template<class _Tp > bool operator!= (const _Tp &__x, const _Tp &__y) template<class _Tp > bool operator<= (const _Tp &__x, const _Tp &__y) template<class _Tp > bool operator> (const _Tp &__x, const _Tp &__y) template<class _Tp > bool operator>= (const _Tp &__x, const _Tp &__y) Detailed Description The generated relational operators are sequestered here. Function Documentation template<class _Tp > bool std::rel_ops::operator!= (const _Tp &__x, const _Tp &__y) [inline] Defines != for arbitrary types, in terms of ==. Parameters: __x A thing. __y Another thing. Returns: __x != __y This function uses == to determine its result. Definition at line 87 of file stl_relops.h. template<class _Tp > bool std::rel_ops::operator<= (const _Tp &__x, const _Tp &__y) [inline] Defines <= for arbitrary types, in terms of <. Parameters: __x A thing. __y Another thing. Returns: __x <= __y This function uses < to determine its result. Definition at line 113 of file stl_relops.h. template<class _Tp > bool std::rel_ops::operator> (const _Tp &__x, const _Tp &__y) [inline] Defines > for arbitrary types, in terms of <. Parameters: __x A thing. __y Another thing. Returns: __x > __y This function uses < to determine its result. Definition at line 100 of file stl_relops.h. template<class _Tp > bool std::rel_ops::operator>= (const _Tp &__x, const _Tp &__y) [inline] Defines >= for arbitrary types, in terms of <. Parameters: __x A thing. __y Another thing. Returns: __x >= __y This function uses < to determine its result. Definition at line 126 of file stl_relops.h. Author Generated automatically by Doxygen for libstdc++ from the source code. libstdc++ Tue Jun 10 2014 std::rel_ops(3)
All times are GMT -4. The time now is 10:11 AM.
Unix & Linux Forums Content Copyright 1993-2022. All Rights Reserved.
Privacy Policy