# Cat Command 

Cat command implementation using python

## Requirements
Not necessary, only python libraries are used

# Run program
On linux you can use 
``` ./cat.py [path] ```

Or
```python ./cat.py [path]```

Example
```./cat.py ./test_cat.txt```

## Author Name

[Alexander Monterrosa](https://github.com/Alex108-lab)

