Skip to content

Commit 19bdcea

Browse files
[bash] Add findmt command
1 parent deb8621 commit 19bdcea

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

commands/bash.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -73,6 +73,7 @@
7373
| `find . ! -name "<file_name>" -type f -delete` | delete all files from the current directory except the given file | | | |
7474
| `find . -name <pattern> -delete` | delete all files which name matches a given pattern | | | |
7575
| `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 | | |
7677
| `for i in <directory_path>; do <command> "$i"; done` | execute command on all files in a directory | | | |
7778
| `free -m` | display information about total, used and free RAM in MB | | | |
7879
| `getconf -a` | list all configuration variables with their values | | | |

0 commit comments

Comments
 (0)