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_MARKREAD(1) FreeBSD General Commands Manual SFEED_MARKREAD(1)

sfeed_markreadmark items as read/unread

sfeed_markread read | unread [urlfile]

sfeed_markread reads a plain-text list of URLs from stdin. The file format for the list of URLs is one URL per line. sfeed_markread will write to the file specified as urlfile or with the environment variable SFEED_URL_FILE. The sfeed_markread script can be used by sfeed_curses(1) to mark items as read and unread.

This variable can be set to use as the path to the file containing a plain-text list of read URLs.

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

Example:

export SFEED_URL_FILE="$HOME/.sfeed/urls"
echo 'https://codemadness.org/sfeed.html' | sfeed_markread read

or pass the urlfile as a parameter:

echo 'https://codemadness.org/sfeed.html' | sfeed_markread read ~/.sfeed/urls

awk(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.