fixed xargs, added grep

This commit is contained in:
Your Name 2024-11-14 12:33:38 +03:00
parent 2980f205df
commit c601693811
5 changed files with 274 additions and 49 deletions

View file

@ -93,4 +93,3 @@ mode_t mu_parse_mode(const char *s, mode_t cur_mode) {
else
return (cur_mode & ~mask) | (mode & mask);
}