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_PLAIN(1) FreeBSD General Commands Manual SFEED_PLAIN(1)

sfeed_plain
format feed data to a plain-text list

sfeed_plain [file ...]

sfeed_plain formats feed data (TSV) from sfeed(1) from stdin or for each file to stdout as a plain-text list. If one or more file arguments are specified then the basename of the file is used as the feed name in the output. If no file arguments are specified and so the data is read from stdin then the feed name is empty.

Items with a timestamp from the last day compared to the system time at the time of formatting are marked as new. Items are marked as new with the prefix "N".

sfeed_plain aligns the output. It shows a maximum of 70 column-wide characters for the title and outputs an ellipsis symbol if the title is longer and truncated. Make sure the environment variable LC_CTYPE is set to a UTF-8 locale, so it can determine the proper column-width per rune, using mbtowc(3) and wcwidth(3).

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

curl -s 'https://codemadness.org/atom.xml' | sfeed | sfeed_plain

sfeed(1), sfeed_html(1), sfeed(5)

Hiltjo Posthuma <hiltjo@codemadness.org>
July 25, 2021 FreeBSD 13.1-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.