jayacotton / find

A find command for cp/m written in C
9 stars 1 forks source link

find to try to remove the log file before making a new one. #5

Closed jayacotton closed 3 years ago

jayacotton commented 3 years ago

On CP/M files can consume lots of space, even when the last time they are written intended to use less space. i.e. files can grow but not shrink. Another potential issue is that data can be appended to the end of the existing (old) log file, this is likely not the way to collect data.

jayacotton commented 3 years ago

added a remove function.