Skip to content

imbusy/cut-cpp

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

13 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

cut-cpp

Linux command-line tool "cut" implementation in C++. Supports only the -f, -d, -b and --complement arguments. More about cut tool: linux.die.net/man/1/cut

The source is split into a library, called libcut, that provides string processing functionality and an executable, called cut, that parses out the parameters and runs the input through the line processors.

Unit testing is done on the library part only.

Build with Gradle.

About

Linux command-line tool "cut" implementation in C++.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages