File tree 2 files changed +3
-3
lines changed
aliases/file_management-output_only
2 files changed +3
-3
lines changed Original file line number Diff line number Diff line change 8
8
## File finding
9
9
10
10
* [ Name matching file finding aliases] ( file_finding/name-matching-file-finding.aliases )
11
- * [ Text matching file finding aliases] ( file_finding/text-matching-file-finding.aliases )
11
+ * [ Text occurrence matching file finding aliases] ( file_finding/text-occurrence -matching-file-finding.aliases )
12
12
13
13
## File permission information
14
14
Original file line number Diff line number Diff line change 1
1
#
2
2
# File:
3
- # text-matching-file-finding.aliases
3
+ # text-occurrence- matching-file-finding.aliases
4
4
#
5
5
# Description:
6
- # Text matching file finding aliases
6
+ # Text occurrence matching file finding aliases
7
7
#
8
8
9
9
ffgr() { /usr/bin/grep -l -R "${1}" .; } # ffgr: Recursively find all files containing the given text; $1: text to search.
You can’t perform that action at this time.
0 commit comments