We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent deb8621 commit 19bdceaCopy full SHA for 19bdcea
commands/bash.md
@@ -73,6 +73,7 @@
73
| `find . ! -name "<file_name>" -type f -delete` | delete all files from the current directory except the given file | | | |
74
| `find . -name <pattern> -delete` | delete all files which name matches a given pattern | | | |
75
| `find / -iname <pattern>` | list all files on the system which name matches the regular expression in a given pattern | search is case insensitive | | |
76
+| `findmnt` | list all mount points | | |
77
| `for i in <directory_path>; do <command> "$i"; done` | execute command on all files in a directory | | | |
78
| `free -m` | display information about total, used and free RAM in MB | | | |
79
| `getconf -a` | list all configuration variables with their values | | | |
0 commit comments