Skip to content
/ dcut Public

A minimal version of the linux cut tool written in D Language.

Notifications You must be signed in to change notification settings

logaras/dcut

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

9 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

A reduced functionality version of the linux command line tool cut
[1].

-b to output the specified bytes of each line from the file.
-f to output the specified delimited fields of each line from the file.
-d to specify the field delimiter (defaults to TAB if not specified).
--complement to invert the set of selected bytes / fields.

[1] – Cut Tool. http://linux.die.net/man/1/cut

About

A minimal version of the linux cut tool written in D Language.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages