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_UPDATE(1) FreeBSD General Commands Manual SFEED_UPDATE(1)

sfeed_update
update feeds and merge with old feeds

sfeed_update [sfeedrc]

sfeed_update writes TAB-separated feed files and merges new items with the items in any existing files. The items are stored as one file per feed in the directory $HOME/.sfeed/feeds by default. The directory can be changed in the sfeedrc(5) file.

sfeedrc
Config file. The default is $HOME/.sfeed/sfeedrc.

sfeedrc
This file is evaluated as a shellscript in sfeed_update. See also the sfeedrc(5) man page for a detailed description of the format and an example file.

feedname
TAB-separated sfeed(5) format containing all items per feed. The sfeed_update script merges new items with this file. The feed name cannot contain the '/' character because it is a path separator, they will be replaced with '_'.

SFEED_UPDATE_INCLUDE
When set to "1" sfeed_update can be sourced as a script, but it won't run the main() entry-point.

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

To update your feeds and format them in various formats:
# Update
sfeed_update "configfile"
# Plain-text list
sfeed_plain ~/.sfeed/feeds/* > ~/.sfeed/feeds.txt
# HTML
sfeed_html ~/.sfeed/feeds/* > ~/.sfeed/feeds.html
# HTML with frames
mkdir -p somedir && cd somedir && sfeed_frames ~/.sfeed/feeds/*

sfeed(1), sfeed_frames(1), sfeed_html(1), sfeed_plain(1), sh(1), sfeed(5), sfeedrc(5)

Hiltjo Posthuma <hiltjo@codemadness.org>
August 3, 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.