|
NAMEshtk_list_contains —
Checks if an item appears in a list
LIBRARYshtk_import listSYNOPSIS
DESCRIPTIONTheshtk_list_contains function searches for
item in the list provided by the arguments
list_value1 to list_valueN. Each
list value must be provided as a separate positional parameter.
RETURN VALUESshtk_list_contains returns 0 (true) if
item appears in the list and 1 (false) if it does not.
SEE ALSOshtk(3), shtk_list(3)HISTORYshtk_list_contains first appeared in
shtk 1.0.
Visit the GSP FreeBSD Man Page Interface. |