summaryrefslogtreecommitdiff
path: root/Userland/truncate.cpp
AgeCommit message (Collapse)Author
2019-08-05Userland: Implement truncate commandConrad Pankoff
This has a known bug in that you can't specify a negative size value. This bug stems from the argument parser, and once it's fixed there, everything should work here.