Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

https://github.com/tetraquark/wckmp

wc - print the number of lines, words, and bytes in files (based on Kotlin Multiplatform)
https://github.com/tetraquark/wckmp

Last synced: about 1 month ago
JSON representation

wc - print the number of lines, words, and bytes in files (based on Kotlin Multiplatform)

Awesome Lists containing this project

README

        

# wckmp

*Project for research purposes.*

**wc** - print the number of lines, ~~words, and bytes~~ in files.

Based on Kotlin Multiplatform.

## How to use

For posix platforms:

```
./posix-app.kexe file1.txt /home/user/myjsonfile.json
```

Output:

```
file1.txt : 51
/home/user/myjsonfile.json : 2412
```