Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/alastairlundy/basisbox

Alternatives to some GNU coreutil programs
https://github.com/alastairlundy/basisbox

Last synced: about 2 months ago
JSON representation

Alternatives to some GNU coreutil programs

Awesome Lists containing this project

README

        

# Basis Box
Alternatives to some GNU coreutil programs written in C#.

## Programs

### Stable Commands
| BasisBox Command Name | Alternative To | Description | Written In |
|-|-|-|-|
| loginname | logname | Prints the name of the current user name. | C# |
| nline | nl | Add numbers to lines either from a file or standard input and sent to standard output. | C# |
|wcount | wc | Count the number of lines, words, characters, and/or bytes in specified files. | C# |
| concat | cat | Concatenate, append, or print files to the terminal. | C# |
| del | rm | Delete a file or directory, either recursively or non-recursively. | C# |
| deldir | rmdir | Delete a directory, either recursively or non-recursively. | C# |
| newdir | mkdir | Create new directories with or without parent directories. | C# |

### Programs being developed
| Program name | Description | Written In |
|-|-|-|
| Parrot | | C# |
| Moment | | C# |
| Today | Get or set the current Date or Timezone information | C# |

### License
All programs in Basis Box are licensed under the LGPLv3 license.