We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 7e98d7a + 744c1a3 commit 9f989cdCopy full SHA for 9f989cd
1 file changed
recipes/Bash/578661_find__grep/recipe-578661.sh
@@ -1,6 +1,6 @@
1
#!/usr/bin/env zsh
2
3
-tmp_file="/tmp/_unsorted_find_n_grep"
+tmp_file="$(mktemp)"
4
echo "--- find <$2> in <$1>" > $tmp_file
5
6
find . -follow -iname "$1" | while read file
0 commit comments