| $ rm -rf /var/crash/opensaf/*
-r remove directories and their contents recursively -f ignore nonexistant files, and never prompt before removing
- удалить все файлы в папке /var/crash/opensaf
$ ls -ltr /var/crash/opensaf/* ls: cannot access /var/crash/opensaf/*: No such file or directory
| |