<?xml version="1.0" encoding="UTF-8"?><rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:wfw="http://wellformedweb.org/CommentAPI/"
	xmlns:dc="http://purl.org/dc/elements/1.1/"
	xmlns:atom="http://www.w3.org/2005/Atom"
	xmlns:sy="http://purl.org/rss/1.0/modules/syndication/"
	xmlns:slash="http://purl.org/rss/1.0/modules/slash/"
	
	xmlns:georss="http://www.georss.org/georss"
	xmlns:geo="http://www.w3.org/2003/01/geo/wgs84_pos#"
	>

<channel>
	<title>Shell &#8211; BrilliantCode.net</title>
	<atom:link href="https://www.brilliantcode.net/tag/shell/feed/" rel="self" type="application/rss+xml" />
	<link>https://www.brilliantcode.net</link>
	<description></description>
	<lastBuildDate>Sat, 23 May 2020 16:57:27 +0000</lastBuildDate>
	<language>zh-TW</language>
	<sy:updatePeriod>
	hourly	</sy:updatePeriod>
	<sy:updateFrequency>
	1	</sy:updateFrequency>
	<generator>https://wordpress.org/?v=5.2.3</generator>

<image>
	<url>https://i0.wp.com/www.brilliantcode.net/wp-content/uploads/2017/06/cropped-icon-2.png?fit=32%2C32&#038;ssl=1</url>
	<title>Shell &#8211; BrilliantCode.net</title>
	<link>https://www.brilliantcode.net</link>
	<width>32</width>
	<height>32</height>
</image> 
<site xmlns="com-wordpress:feed-additions:1">130881408</site>	<item>
		<title>Shell 基礎 2-判斷指令執行成功</title>
		<link>https://www.brilliantcode.net/2166/shell-script-how-to-do-things-after-command-finished/</link>
				<comments>https://www.brilliantcode.net/2166/shell-script-how-to-do-things-after-command-finished/#respond</comments>
				<pubDate>Sat, 23 May 2020 16:48:10 +0000</pubDate>
		<dc:creator><![CDATA[Andy Wang]]></dc:creator>
				<category><![CDATA[Linux]]></category>
		<category><![CDATA[教學]]></category>
		<category><![CDATA[Shell]]></category>

		<guid isPermaLink="false">https://www.brilliantcode.net/?p=2166</guid>
				<description><![CDATA[<p>通常使用 Shell script 會需要判斷一些指令的執行結果，並將執行結果列印至 log 記錄起來，或是做出相對應的處理。本文在此列出 2 種可以達成此目標的語法。</p>
<p>這篇文章 <a rel="nofollow" href="https://www.brilliantcode.net/2166/shell-script-how-to-do-things-after-command-finished/">Shell 基礎 2-判斷指令執行成功</a> 最早出現於 <a rel="nofollow" href="https://www.brilliantcode.net">BrilliantCode.net</a>。</p>
]]></description>
						<wfw:commentRss>https://www.brilliantcode.net/2166/shell-script-how-to-do-things-after-command-finished/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
						<post-id xmlns="com-wordpress:feed-additions:1">2166</post-id>	</item>
		<item>
		<title>Shell 備份 網站資料, config, 資料庫</title>
		<link>https://www.brilliantcode.net/1974/use-shell-script-backup-website-config-database/</link>
				<comments>https://www.brilliantcode.net/1974/use-shell-script-backup-website-config-database/#comments</comments>
				<pubDate>Sun, 26 Jan 2020 18:00:32 +0000</pubDate>
		<dc:creator><![CDATA[Andy Wang]]></dc:creator>
				<category><![CDATA[Linux]]></category>
		<category><![CDATA[教學]]></category>
		<category><![CDATA[Shell]]></category>

		<guid isPermaLink="false">https://www.brilliantcode.net/?p=1974</guid>
				<description><![CDATA[<p>本篇來介紹備份伺服器的重要資料，在 Linux 備份資料有很多種方法可以達成，本文將著重於使用 Shell script 備份網站資料、資料庫及重要設定檔的流程與程式步驟進行說明。</p>
<p>這篇文章 <a rel="nofollow" href="https://www.brilliantcode.net/1974/use-shell-script-backup-website-config-database/">Shell 備份 網站資料, config, 資料庫</a> 最早出現於 <a rel="nofollow" href="https://www.brilliantcode.net">BrilliantCode.net</a>。</p>
]]></description>
						<wfw:commentRss>https://www.brilliantcode.net/1974/use-shell-script-backup-website-config-database/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
						<post-id xmlns="com-wordpress:feed-additions:1">1974</post-id>	</item>
		<item>
		<title>Shell 基礎 1-宣告, 變數, 函數, 確認檔案存在</title>
		<link>https://www.brilliantcode.net/1978/shell-basics-1-declare-variable-function-file-exists/</link>
				<comments>https://www.brilliantcode.net/1978/shell-basics-1-declare-variable-function-file-exists/#comments</comments>
				<pubDate>Sun, 26 Jan 2020 13:42:36 +0000</pubDate>
		<dc:creator><![CDATA[Andy Wang]]></dc:creator>
				<category><![CDATA[Linux]]></category>
		<category><![CDATA[教學]]></category>
		<category><![CDATA[Shell]]></category>

		<guid isPermaLink="false">https://www.brilliantcode.net/?p=1978</guid>
				<description><![CDATA[<p>因為寫了一篇介紹如何使用 shell script 來備份伺服器資料的小程式，發現如果連相關的基礎使用也放進去的話會導致篇幅過長，所以我另外寫一篇文章介紹這些基礎用法。</p>
<p>這篇文章 <a rel="nofollow" href="https://www.brilliantcode.net/1978/shell-basics-1-declare-variable-function-file-exists/">Shell 基礎 1-宣告, 變數, 函數, 確認檔案存在</a> 最早出現於 <a rel="nofollow" href="https://www.brilliantcode.net">BrilliantCode.net</a>。</p>
]]></description>
						<wfw:commentRss>https://www.brilliantcode.net/1978/shell-basics-1-declare-variable-function-file-exists/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
						<post-id xmlns="com-wordpress:feed-additions:1">1978</post-id>	</item>
	</channel>
</rss>
