@override List<String> deleteFile({required String target, bool lastCommand = false}) => [ 'rm', target, lastCommand ? '' : ';', ];