Search Results

Search: Posts Made By: frank_rizzo
Forum: Programming 07-26-2016
1,754
Posted By jim mcnamara
This is a function typedef - typedef BIGNUM...
This is a function typedef -
typedef BIGNUM (*hash_t) (char *str);
The function returns unsigned long long, a pointer to signed char is the argument.

hash_t is now a function declaration...
1,737
Posted By jim mcnamara
As a note - with Linux (GNU date) try: date...
As a note - with Linux (GNU date) try:

date --date='@1441678454803' +'%a %H %m %S'


Bad number? It is for the year 47654
Plus the number you gave will not work as a valid UNIX epoch second...
Forum: AIX 12-13-2010
28,376
Posted By kah00na
These steps use Kerberos for only setup password...
These steps use Kerberos for only setup password authentication. This is not an LDAP connection, therefore, none of the user attributes are pulled from it. This solution is good for those that only...
2,536
Posted By fpmurphy
Here is an example of how to do what you want to...
Here is an example of how to do what you want to do:

$ A="foo=bar"
$ echo $A
foo=bar
$ expr "$A" : '\(.*\)=.*'
foo

From IEEE Std 1003.1:2008
Showing results 1 to 4 of 4

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