user-id ( string -- id/f ) (original) (raw)
Inputs
string | a string |
---|
Outputs
id/f | an integer or f |
---|
Word description
Returns the user id associated with the user-name.
Definition
: user-id ( string -- id/f ) user-passwd dup [ uid>> ] when ;
Inputs
string | a string |
---|
Outputs
id/f | an integer or f |
---|
Word description
Returns the user id associated with the user-name.
Definition
: user-id ( string -- id/f ) user-passwd dup [ uid>> ] when ;