Skip to content

Commit

Permalink
odtgrep -> odfgrep
Browse files Browse the repository at this point in the history
  • Loading branch information
pbirkants committed Nov 30, 2022
1 parent 92d7725 commit d6b9d14
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion odtgrep → odfgrep
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ shift

for file in "$@"; do
if [ ! -r "$file" ]; then
echo "odtgrep: $file: File not found"
echo "odfgrep: $file: File not found"
continue
fi
unzip -ca "$file" content.xml | grep -ql $flags "$term"
Expand Down

0 comments on commit d6b9d14

Please sign in to comment.