Why Nostr? What is Njump?
2023-09-18 23:01:15

Christina ✅ 🇨🇦 on Nostr: for any fellow low-tech cooks who have recipes in #LibreOffice #odt files, a #Linux ...

for any fellow low-tech cooks who have recipes in #LibreOffice #odt files, a #Linux grep command that searches for keywords, such as ingredients:

for file in *.odt; do

unzip -c "$file" | grep -iq IngredientWrappedInSingleQuotes && echo "$file";

done
Author Public Key
npub1dhtj4urf84j0wrtxyd7rhxaezj0v3prx8q5fgyus56kjz7nfnsdqxaxcdr