Skip to content

Latest commit

 

History

History
175 lines (166 loc) · 6.42 KB

README.md

File metadata and controls

175 lines (166 loc) · 6.42 KB

Module Usages

15 Categories, 139 Modules, 779 Test Cases.

Each module provides only one function which naming prefixed with l. by default.

The function which naming suffixed with .p should be used in pipeline. Like echo ' string ' | l.trim.p.

The function which naming suffixed with .s means in strict mode. It uses echo true/false instead of return 0/1 to indicate "true" and "false".

Modules not compatible with Bash 4.0

Most Lobash modules support Bash 4.0+ except below modules.

Modules TOC