Sponsored Content
Full Discussion: RSS Feeds of Threads
Contact Us Post Here to Contact Site Administrators and Moderators RSS Feeds of Threads Post 302123031 by Neo on Friday 22nd of June 2007 02:23:07 PM
Old 06-22-2007
Hi Craig,

I have the same issue with the RSS feeds we are importing. Great suggestion. We will look into it and see how to correct this. Thanks again.
 

6 More Discussions You Might Find Interesting

1. Shell Programming and Scripting

Remove line feeds

Hi, I have a fixed width flat file which has 1 as the first char and E as the last character. Some of the records have a carriage return /line feeds . how do I remove them? Let me know. Thanks VSK (8 Replies)
Discussion started by: vsk
8 Replies

2. Shell Programming and Scripting

line feeds in csv

:confused: hi all, i have csv file with three comma separated columns i/p file First_Name, Address, Last_Name XXX, "456 New albany \n newyork, Unitedstates \n 45322-33", YYY\n ZZZ, "654 rifle park \n toronto, canada \n 43L-w3b", RRR\n is there any way i can remove \n (newline) from... (10 Replies)
Discussion started by: gowrish
10 Replies

3. Shell Programming and Scripting

Spurious line feeds

Hi all, I know this is **awfully** general but..... I have a script which does, basically... for file in `find command`; do some stuff more stuff echo '.\c' done I want to output the '.' char just to give an idea of progress. However, it works fine for a while and then I... (2 Replies)
Discussion started by: ajcannon
2 Replies

4. News, Links, Events and Announcements

HOWTO: RSS Feeds for UNIX Forums

If you want to submit your favorite UNIX.COM forum to RSS news feeds registries or directories, here is how: The top level RSS link to the UNIX forums is: https://www.unix.com/external.php This is the default for the RSS type, which is: https://www.unix.com/external.php?type=RSS ... (11 Replies)
Discussion started by: Neo
11 Replies

5. Shell Programming and Scripting

RSS feeds to Email

Hi all ;-) I would like to know if somebody knows a way to make a script for check a .xml RSS page every 1-5 min and send the last news to an email address. I would like to put in on my shell with FreeBSD 6.2 Thanks you in advance 4 help! ;-) (0 Replies)
Discussion started by: Mukka
0 Replies

6. Solaris

RSS of prstat vs RSS of PS

Hi, When I sum the RSS number in the ps command for a specific user and compare it with the RSS values of the prstat command of the same user - there is a big difference. Server details: Solaris 10 5/09 s10s_u7wos_08 SPARC prstat output: NPROC USERNAME SWAP RSS MEMORY TIME ... (2 Replies)
Discussion started by: amitlib
2 Replies
RAWDOG(1)						      General Commands Manual							 RAWDOG(1)

NAME
rawdog - an RSS Aggregator Without Delusions Of Grandeur SYNOPSIS
rawdog [options] DESCRIPTION
This manual page briefly documents the rawdog command. rawdog is an RSS (and other) feed aggregator, based on Mark Pilgrim's flexible feed parser. rawdog reads articles from a number of feeds and writes out a single HTML file, based on a template either provided by the user or generated by rawdog, containing the latest articles it's seen. OPTIONS
This program follows the usual GNU command line syntax, with long options starting with two dashes (`-'). A summary of options is included below. For a complete description, see the README file. -u, --update Fetch data from the feeds and store it. This could take some time if you've got lots of feeds. -w, --write Write out the HTML output file. -f SOMEURL, --update-feed SOMEURL Update the feed pointed to by SOMEURL immediately, even if its period hasn't elapsed since it was last updated. -c FILE, --config FILE Read FILE as an additional config file; any options provided in FILE will override those set in the main config file (with the exception of "feed", which is cumulative). FILE may be an absolute path or a path relative to your .rawdog directory. Note that $HOME/.rawdog/config will still be read first even if you specify this option. -t, --show-template Print the template currently in use to stdout. -a URL, --add URL Add a new feed to the config file. -d DIR, --dir DIR Use DIR instead of the $HOME/.rawdog directory. --help Provide a brief summary of all the options rawdog supports, and exit. FILES
$HOME/.rawdog/config SEE ALSO
cron(1). AUTHOR
rawdog was written by Adam Sampson <azz@us-lot.org>. This manual page was written by Decklin Foster <decklin@red-bean.com>, for the Debian project (but may be used by others). RAWDOG(1)
All times are GMT -4. The time now is 06:49 AM.
Unix & Linux Forums Content Copyright 1993-2022. All Rights Reserved.
Privacy Policy