View Single Post
Old 04-22-2023, 08:58 AM   #7
eryMpexI
Junior Member
eryMpexI began at the beginning.
 
Posts: 4
Karma: 10
Join Date: Apr 2023
Device: PDF reader on Windows
Quote:
Originally Posted by kovidgoyal View Post
| grep -v '^Failed'
Thanks, I ended up doing something similar (in Shell), using awk to match only the XML:

Code:
fetch-ebook-metadata --isbn="${ISBN}" --opf | awk '/<?xml/,/package>/'
eryMpexI is offline   Reply With Quote