GSP
Quick Navigator

Search Site

Unix VPS
A - Starter
B - Basic
C - Preferred
D - Commercial
MPS - Dedicated
Previous VPSs
* Sign Up! *

Support
Contact Us
Online Help
Handbooks
Domain Status
Man Pages

FAQ
Virtual Servers
Pricing
Billing
Technical

Network
Facilities
Connectivity
Topology Map

Miscellaneous
Server Agreement
Year 2038
Credits
 

USA Flag

 

 

Man Pages
SFEED_CONTENT(1) FreeBSD General Commands Manual SFEED_CONTENT(1)

sfeed_contentview RSS/Atom content

sfeed_content [file ...]

sfeed_content formats feed data (TSV) from sfeed(1) from stdin or for each file to stdout as plain-text content. For HTML content it uses lynx(1) to convert it to plain-text. At the end it uses the pager to view the output. The sfeed_content script can be used by sfeed_curses(1) to view content.

The pager used to view the content. If it is not set it will use "less -R" by default.
The program used to convert HTML content to plain-text. If it is not set it will use lynx by default.

The sfeed_content utility exits 0 on success, and >0 if an error occurs.

Example:

curl -s 'https://codemadness.org/atom_content.xml' | sfeed | sfeed_content

The output format will look like this:

Title:     The title.
Author:    The line with the author if it is set.
Category:  The line with the categories if it is set.
Link:      The line with the link if it is set.
Enclosure: The line with the enclosure if it is set.

The content converted to plain-text.

<form feed character> if there are multiple items.

awk(1), less(1), lynx(1), sfeed_curses(1)

Hiltjo Posthuma <hiltjo@codemadness.org>

October 27, 2024 FreeBSD 14.3-RELEASE

Search for    or go to Top of page |  Section 1 |  Main Index

Powered by GSP Visit the GSP FreeBSD Man Page Interface.
Output converted with ManDoc.