Future<void> rm(String path, {List<String> args = const [], bool debug = false}) async { await exec(['rm', ...args, path], debug: debug); }