Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
rsstailOPMLリストを処理できませんが、単一のRSSフィード、AFAIKのみを追跡できます
rsstail
このタスクを実行できるCLIの代替手段(tailのような)はありますか?
tail
または、OPMLを有効な単一のURL RSSに変換できるオンラインサービスで、それをrsstailにパイプできますか?
cat opml.xml | grep xmlUrl | sed 's/.*xmlUrl="/-u /;s/".*//' | xargs rsstail