Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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)
- Host: GitHub
- URL: https://github.com/tetraquark/wckmp
- Owner: Tetraquark
- Created: 2020-07-26T14:06:00.000Z (over 4 years ago)
- Default Branch: master
- Last Pushed: 2020-07-26T15:26:32.000Z (over 4 years ago)
- Last Synced: 2024-10-12T17:29:35.498Z (2 months ago)
- Language: Kotlin
- Size: 60.5 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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
```