GitXplorerGitXplorer
m

goreutils

public
0 stars
0 forks
0 issues

Commits

List of commits on branch master.
Unverified
3282414eed4dd3619b662ee3c20474dcaaea009f

Add a simple fold version.

mmiloshadzic committed 11 years ago
Unverified
6cf057ebcbad5c74d0218b56f8145e0da5dbc18e

wc mostly completed.

mmiloshadzic committed 11 years ago
Unverified
e4a4c6ce291cbc2af99813cf22c40d124ba7e63d

Readme, license and wc

mmiloshadzic committed 11 years ago

README

The README file for this repository.

goreutils

An implementation of GNU Coreutils(go + coreutils = goreutils. Get it? Hahaha...) in the Go programming language. This project is not meant to replace coreutils just help me check out what Go is like.

The resulting binaries are a lot bigger than the coreutils versions, largely due to static linking. They are also a bit slower but still plenty fast.

For now there's only:

  • wc
  • fold - only the -w flag is implemented.