vanessah9 / Linux-Cut-Function

A simplistic version of the Linux Cut Function coded in C.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Linux-Cut-Function

A simplistic version of the Linux Cut Function coded in C.

How to use:

2nd and 3rd CLA: Enter 2 delimiters
4th and 5th CLA: Enter the fields you want to cut (requires between 1 and 100 fields and must be in increasing order)
> ./a.out , . 1 3 <thefile

About

A simplistic version of the Linux Cut Function coded in C.


Languages

Language:C 79.9%Language:Shell 20.1%