Linux - Send STDOUT of command to an RSS Feed
问题 I'm looking to use a personal RSS Feed for system reporting, so I'm wondering if it's possible to create a script that sends its $1 to an RSS feed, ala self_test_command > rss_report.sh . I don't currently have an RSS feed set up, either, so what would be the easiest way to set up an RSS feed running from a Linux box? 回答1: I have a proper solution for you, in command line . That use Perl Template::Toolkit module in background (no need to learn Perl just now) : first install the package perl