Skip to content

Commit

Permalink
[bash] Add findmt command
Browse files Browse the repository at this point in the history
  • Loading branch information
miljanuscumlic committed Nov 12, 2024
1 parent deb8621 commit 19bdcea
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions commands/bash.md
Original file line number Diff line number Diff line change
Expand Up @@ -73,6 +73,7 @@
| `find . ! -name "<file_name>" -type f -delete` | delete all files from the current directory except the given file | | | |
| `find . -name <pattern> -delete` | delete all files which name matches a given pattern | | | |
| `find / -iname <pattern>` | list all files on the system which name matches the regular expression in a given pattern | search is case insensitive | | |
| `findmnt` | list all mount points | | |
| `for i in <directory_path>; do <command> "$i"; done` | execute command on all files in a directory | | | |
| `free -m` | display information about total, used and free RAM in MB | | | |
| `getconf -a` | list all configuration variables with their values | | | |
Expand Down

0 comments on commit 19bdcea

Please sign in to comment.