Skip to content

mytec33/coreutils

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

13 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

C# CoreUtils

Unix core utilities implemented in C#. I was inspired by a project done in Haskell by Gandalf. I liked the consciseness of the functional language and thought this would be a good project to attempt to add more functional language concepts to my C# programming.

cat

Implements only the very basic functionality of the cat utility.

Input is read in chunks to better handle very large files.

.Net console is used to not have to deal with tty's or identify the host OS to determine where to read STDIN.

touch

Behavior

  • The same time is used in given invocation
  • Does NOT update the ctime (change time) with the same invocation date due to limits in Go library

About

Reimplementation of Unix coreutils.

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published