We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
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
The text was updated successfully, but these errors were encountered:
waveform80
No branches or pull requests
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 itThe text was updated successfully, but these errors were encountered: