Jerry D. Hedden

Results 6 comments of Jerry D. Hedden

### Offering for fix to numeric file/directory names. Also, adds file_age function. For _README.md_: ``` filesize :: Path → Int file_size :: Path → Int fileage :: Path → Int...

### Offering _For README.md:_ ### Usage of `condition` The `condition` *function* permits filtering using a definition string to Python's *lambda* function. ``` bash > seq -3 3 | filter condition...

### Offering _For README.md_: ``` ### Usage of `lambda` The `lambda` *function* allows you to create custom functions using a definition string to Python's *lambda* function. ``` bash > seq...

### Offering _For README.md_: ``` ### Usage of `shell` The `shell` *function* allows you to create custom functions using arbitrary *shell* commands. If the command string contains pairs curly braces...

### Offering _For README.md_: ``` ### Usage of `regex` The `regex` *function* permits filtering based on Python supported regular expressions. For case-insensitive filtering, use the `(?i:...)` syntax: ``` bash >...

### Offering of new command `array` to create or flatten arrays For _README.md_: ``` ### Usage of `array` The `array` command is used to take *lines of input*, and convert...