You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

12 lines
374 B

## ztail
### Instructions
4 years ago
Write a program that behaves like a simplified `tail` command but which takes at least one file as argument.
4 years ago
- The only option to be handled is `-c`. This option will be used in all the tests as the first argument, with positive values.
4 years ago
- For this program the `os` package can be used.
4 years ago
- Handle the errors by returning a non-zero exit status.