Open waveform80 opened 8 months ago
Having used prep for a bit, I've come to the conclusion I've committed the cardinal UNIX sin of doing too much in one tool. It needs splitting up:
--size
--copy
--remove
ls
cat
Having used prep for a bit, I've come to the conclusion I've committed the cardinal UNIX sin of doing too much in one tool. It needs splitting up:
--size
can be ditched; fallocate does that just fine anyway--copy
and--remove
can go into something like nobodd-cp and nobodd-rm. Perhaps add anls
andcat
clone while at it