Skip to content

Latest commit

 

History

History
181 lines (172 loc) · 6.71 KB

README.md

File metadata and controls

181 lines (172 loc) · 6.71 KB

Module Usages

15 Categories, 145 Modules, 817 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