<?xml version="1.0"?>
<?xml-stylesheet type="text/css" href="https://process.spoken-tutorial.org/skins/common/feed.css?303"?>
<feed xmlns="http://www.w3.org/2005/Atom" xml:lang="en">
		<id>https://process.spoken-tutorial.org/index.php?action=history&amp;feed=atom&amp;title=Linux_Spoken_Tutorial%2FBasic_Level_Tutorial_Set%2FLinux-part1</id>
		<title>Linux Spoken Tutorial/Basic Level Tutorial Set/Linux-part1 - Revision history</title>
		<link rel="self" type="application/atom+xml" href="https://process.spoken-tutorial.org/index.php?action=history&amp;feed=atom&amp;title=Linux_Spoken_Tutorial%2FBasic_Level_Tutorial_Set%2FLinux-part1"/>
		<link rel="alternate" type="text/html" href="https://process.spoken-tutorial.org/index.php?title=Linux_Spoken_Tutorial/Basic_Level_Tutorial_Set/Linux-part1&amp;action=history"/>
		<updated>2026-05-21T20:20:13Z</updated>
		<subtitle>Revision history for this page on the wiki</subtitle>
		<generator>MediaWiki 1.23.17</generator>

	<entry>
		<id>https://process.spoken-tutorial.org/index.php?title=Linux_Spoken_Tutorial/Basic_Level_Tutorial_Set/Linux-part1&amp;diff=216&amp;oldid=prev</id>
		<title>Sanmugam: Created page with 'Spoken tutorial on basic linux commands part – 1    {| style=&quot;border-spacing:0;&quot; | style=&quot;border-top:0.035cm solid #000000;border-bottom:0.035cm solid #000000;border-left:0.035…'</title>
		<link rel="alternate" type="text/html" href="https://process.spoken-tutorial.org/index.php?title=Linux_Spoken_Tutorial/Basic_Level_Tutorial_Set/Linux-part1&amp;diff=216&amp;oldid=prev"/>
				<updated>2013-01-09T11:01:33Z</updated>
		
		<summary type="html">&lt;p&gt;Created page with &amp;#039;Spoken tutorial on basic linux commands part – 1    {| style=&amp;quot;border-spacing:0;&amp;quot; | style=&amp;quot;border-top:0.035cm solid #000000;border-bottom:0.035cm solid #000000;border-left:0.035…&amp;#039;&lt;/p&gt;
&lt;p&gt;&lt;b&gt;New page&lt;/b&gt;&lt;/p&gt;&lt;div&gt;Spoken tutorial on basic linux commands part – 1&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
{| style=&amp;quot;border-spacing:0;&amp;quot;&lt;br /&gt;
| style=&amp;quot;border-top:0.035cm solid #000000;border-bottom:0.035cm solid #000000;border-left:0.035cm solid #000000;border-right:none;padding:0.097cm;&amp;quot;| &amp;lt;center&amp;gt;'''Visual Cue'''&amp;lt;/center&amp;gt;&lt;br /&gt;
| style=&amp;quot;border:0.035cm solid #000000;padding:0.097cm;&amp;quot;| &amp;lt;center&amp;gt;'''Narration'''&amp;lt;/center&amp;gt;&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
| style=&amp;quot;border-top:none;border-bottom:0.035cm solid #000000;border-left:0.035cm solid #000000;border-right:none;padding:0.097cm;&amp;quot;| Show slide number 1&lt;br /&gt;
| style=&amp;quot;border-top:none;border-bottom:0.035cm solid #000000;border-left:0.035cm solid #000000;border-right:0.035cm solid #000000;padding:0.097cm;&amp;quot;| Dear friends, &lt;br /&gt;
&lt;br /&gt;
welcome to first part of spoken tutorial on basic linux commands.&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
| style=&amp;quot;border-top:none;border-bottom:0.035cm solid #000000;border-left:0.035cm solid #000000;border-right:none;padding:0.097cm;&amp;quot;| Switch to slide number 2&lt;br /&gt;
| style=&amp;quot;border-top:none;border-bottom:0.035cm solid #000000;border-left:0.035cm solid #000000;border-right:0.035cm solid #000000;padding:0.097cm;&amp;quot;| &amp;lt;nowiki&amp;gt;Before we start learning any command, let us have a look on a command to provide help on other commands. &amp;lt;pause&amp;gt; To find help on any linux you can use a command called &amp;lt;/nowiki&amp;gt;'''man.'''&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
| style=&amp;quot;border-top:none;border-bottom:0.035cm solid #000000;border-left:0.035cm solid #000000;border-right:none;padding:0.097cm;&amp;quot;| Switch to console and type&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
man cp&lt;br /&gt;
| style=&amp;quot;border-top:none;border-bottom:0.035cm solid #000000;border-left:0.035cm solid #000000;border-right:0.035cm solid #000000;padding:0.097cm;&amp;quot;| To find help on a linux command cp, let us type '''man cp.'''&amp;lt;nowiki&amp;gt;&amp;lt;pause&amp;gt; What you see is the manual of the cp command. You can use up arrow and down from arrow to navigate through the manual. &amp;lt;/nowiki&amp;gt;&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
| style=&amp;quot;border-top:none;border-bottom:0.035cm solid #000000;border-left:0.035cm solid #000000;border-right:none;padding:0.097cm;&amp;quot;| Stay in the console and press '''q'''&lt;br /&gt;
| style=&amp;quot;border-top:none;border-bottom:0.035cm solid #000000;border-left:0.035cm solid #000000;border-right:0.035cm solid #000000;padding:0.097cm;&amp;quot;| To exit from the manual, you have to press '''q''' key.&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
| style=&amp;quot;border-top:none;border-bottom:0.035cm solid #000000;border-left:0.035cm solid #000000;border-right:none;padding:0.097cm;&amp;quot;| Switch to slide number 3&lt;br /&gt;
| style=&amp;quot;border-top:none;border-bottom:0.035cm solid #000000;border-left:0.035cm solid #000000;border-right:0.035cm solid #000000;padding:0.097cm;&amp;quot;| Most linux commands have a built in –help switch. This provides a short help on the given command and lists all the options available for the given command.&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
| style=&amp;quot;border-top:none;border-bottom:0.035cm solid #000000;border-left:0.035cm solid #000000;border-right:none;padding:0.097cm;&amp;quot;| Switch to console and type&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
cp –help&lt;br /&gt;
| style=&amp;quot;border-top:none;border-bottom:0.035cm solid #000000;border-left:0.035cm solid #000000;border-right:0.035cm solid #000000;padding:0.097cm;&amp;quot;| As you can see, --help lists all the options available for copy command and how to use cpy command.&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
| style=&amp;quot;border-top:none;border-bottom:0.035cm solid #000000;border-left:0.035cm solid #000000;border-right:none;padding:0.097cm;&amp;quot;| Switch to slide number 4&lt;br /&gt;
| style=&amp;quot;border-top:none;border-bottom:0.035cm solid #000000;border-left:0.035cm solid #000000;border-right:0.035cm solid #000000;padding:0.097cm;&amp;quot;| Our first linux command for this tutorial is '''cp. '''This command copies files or directories from one location to another.&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
| style=&amp;quot;border-top:none;border-bottom:0.035cm solid #000000;border-left:0.035cm solid #000000;border-right:none;padding:0.097cm;&amp;quot;| Switch to console and type&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
cp abc.txt temp&lt;br /&gt;
| style=&amp;quot;border-top:none;border-bottom:0.035cm solid #000000;border-left:0.035cm solid #000000;border-right:0.035cm solid #000000;padding:0.097cm;&amp;quot;| To copy abc.txt to temp directory type cp space abc.txt space temp. Simple and you are done copying the file from one location to other.&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
| style=&amp;quot;border-top:none;border-bottom:0.035cm solid #000000;border-left:0.035cm solid #000000;border-right:none;padding:0.097cm;&amp;quot;| Stay in console and type&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
cp -r temp perm&lt;br /&gt;
| style=&amp;quot;border-top:none;border-bottom:0.035cm solid #000000;border-left:0.035cm solid #000000;border-right:0.035cm solid #000000;padding:0.097cm;&amp;quot;| Cp by default will not copy directories. To copy a directory you have to use the option '''-r '''&amp;lt;nowiki&amp;gt;. &amp;lt;pause&amp;gt; to copy temp directory &amp;lt;/nowiki&amp;gt;to perm directory, type cp space minus r space temp space perm. Here '''temp''' is known as source and '''perm''' is known as destination.&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
| style=&amp;quot;border-top:none;border-bottom:0.035cm solid #000000;border-left:0.035cm solid #000000;border-right:none;padding:0.097cm;&amp;quot;| Switch to slide number 5&lt;br /&gt;
| style=&amp;quot;border-top:none;border-bottom:0.035cm solid #000000;border-left:0.035cm solid #000000;border-right:0.035cm solid #000000;padding:0.097cm;&amp;quot;| Our next command is for moving files from one location to anothher. The command to move a file, the command is '''mv'''.&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
| style=&amp;quot;border-top:none;border-bottom:0.035cm solid #000000;border-left:0.035cm solid #000000;border-right:none;padding:0.097cm;&amp;quot;| Switch to console and type&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
mv xyz.txt perm &lt;br /&gt;
| style=&amp;quot;border-top:none;border-bottom:0.035cm solid #000000;border-left:0.035cm solid #000000;border-right:0.035cm solid #000000;padding:0.097cm;&amp;quot;| To move a file from current directory to perm directory, type mv space xyz.txt space perm .&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
| style=&amp;quot;border-top:none;border-bottom:0.035cm solid #000000;border-left:0.035cm solid #000000;border-right:none;padding:0.097cm;&amp;quot;| Stay in console and type&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
mv first.txt second.txt&lt;br /&gt;
| style=&amp;quot;border-top:none;border-bottom:0.035cm solid #000000;border-left:0.035cm solid #000000;border-right:0.035cm solid #000000;padding:0.097cm;&amp;quot;| Mv command can also be used to rename files and directories. To rename fisrt.txt to second.txt, type mv spave first.txt space second.txt. Thats all and the file is renamed.&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
| style=&amp;quot;border-top:none;border-bottom:0.035cm solid #000000;border-left:0.035cm solid #000000;border-right:none;padding:0.097cm;&amp;quot;| Switch to slide number 6&lt;br /&gt;
| style=&amp;quot;border-top:none;border-bottom:0.035cm solid #000000;border-left:0.035cm solid #000000;border-right:0.035cm solid #000000;padding:0.097cm;&amp;quot;| &amp;lt;nowiki&amp;gt;Our next command will help us list all files and sub-directories in a given directory.&amp;lt;pause&amp;gt; This command is called &amp;lt;/nowiki&amp;gt;'''ls'''.&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
| style=&amp;quot;border-top:none;border-bottom:0.035cm solid #000000;border-left:0.035cm solid #000000;border-right:none;padding:0.097cm;&amp;quot;| Switch to console and type&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
ls&lt;br /&gt;
| style=&amp;quot;border-top:none;border-bottom:0.035cm solid #000000;border-left:0.035cm solid #000000;border-right:0.035cm solid #000000;padding:0.097cm;&amp;quot;| When you type ls in the console, a list of all files and directories is shown. Based on the configuration of the console, directories and some files may be shown in different color.&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
| style=&amp;quot;border-top:none;border-bottom:0.035cm solid #000000;border-left:0.035cm solid #000000;border-right:none;padding:0.097cm;&amp;quot;| Stay in console and type &lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
ls -a&lt;br /&gt;
| style=&amp;quot;border-top:none;border-bottom:0.035cm solid #000000;border-left:0.035cm solid #000000;border-right:0.035cm solid #000000;padding:0.097cm;&amp;quot;| &amp;lt;nowiki&amp;gt;Ls doesnot list hidden files by default. To list hidden files type ls witth -a option.&amp;lt;pause&amp;gt; As you can see hidden files and directories, starting with a dot are now listed &amp;lt;/nowiki&amp;gt;&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
| style=&amp;quot;border-top:none;border-bottom:0.035cm solid #000000;border-left:0.035cm solid #000000;border-right:none;padding:0.097cm;&amp;quot;| Stay in console and type &lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
ls -l&lt;br /&gt;
| style=&amp;quot;border-top:none;border-bottom:0.035cm solid #000000;border-left:0.035cm solid #000000;border-right:0.035cm solid #000000;padding:0.097cm;&amp;quot;| Ls can list more information about files along with listing. When combined with '''-l '''&amp;lt;nowiki&amp;gt;option the ls commandd will show you the filename, permissions, owner user, owner group, size and date of modification. &amp;lt;highlight each attribute in console as it is spoken&amp;gt;&amp;lt;/nowiki&amp;gt;&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
| style=&amp;quot;border-top:none;border-bottom:0.035cm solid #000000;border-left:0.035cm solid #000000;border-right:none;padding:0.097cm;&amp;quot;| Stay in console and type &lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
ls -lh&lt;br /&gt;
| style=&amp;quot;border-top:none;border-bottom:0.035cm solid #000000;border-left:0.035cm solid #000000;border-right:0.035cm solid #000000;padding:0.097cm;&amp;quot;| The long listing generated by ls -l option shows file size in bytes. This will require you to convert the the bytes to megabytes or gigabytes to have an idea of how much space is being used by a file.&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
| style=&amp;quot;border-top:none;border-bottom:0.035cm solid #000000;border-left:0.035cm solid #000000;border-right:none;padding:0.097cm;&amp;quot;| Switch to slide number 7&lt;br /&gt;
| style=&amp;quot;border-top:none;border-bottom:0.035cm solid #000000;border-left:0.035cm solid #000000;border-right:0.035cm solid #000000;padding:0.097cm;&amp;quot;| Now let us look at a command that will allow us to change directories. The command is called '''cd '''.&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
| style=&amp;quot;border-top:none;border-bottom:0.035cm solid #000000;border-left:0.035cm solid #000000;border-right:none;padding:0.097cm;&amp;quot;| Switch to console and type&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
cd dummy&lt;br /&gt;
| style=&amp;quot;border-top:none;border-bottom:0.035cm solid #000000;border-left:0.035cm solid #000000;border-right:0.035cm solid #000000;padding:0.097cm;&amp;quot;| &amp;lt;nowiki&amp;gt;To switch to directory called dummy type cd space dummy. Notice the prompt in the console shows the new directory name. &amp;lt;highlight the changed directory name in the console&amp;gt;&amp;lt;/nowiki&amp;gt;&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
| style=&amp;quot;border-top:none;border-bottom:0.035cm solid #000000;border-left:0.035cm solid #000000;border-right:none;padding:0.097cm;&amp;quot;| Switch to slide number 8&lt;br /&gt;
| style=&amp;quot;border-top:none;border-bottom:0.035cm solid #000000;border-left:0.035cm solid #000000;border-right:0.035cm solid #000000;padding:0.097cm;&amp;quot;| Last command that we will learn in this tutorial is '''ln '''&amp;lt;nowiki&amp;gt;. This command is used to create links to files or directories.&amp;lt;pause&amp;gt;&amp;lt;/nowiki&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;nowiki&amp;gt;Unix systems support two types of links.&amp;lt;pause&amp;gt; hard links and symbolic links.&amp;lt;/nowiki&amp;gt;&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
| style=&amp;quot;border-top:none;border-bottom:0.035cm solid #000000;border-left:0.035cm solid #000000;border-right:none;padding:0.097cm;&amp;quot;| Stay with the slide&lt;br /&gt;
| style=&amp;quot;border-top:none;border-bottom:0.035cm solid #000000;border-left:0.035cm solid #000000;border-right:0.035cm solid #000000;padding:0.097cm;&amp;quot;| Symbolic links are also known as soft links. When you create a symbolic link, a special file is created that refers to another file. A symbolic link can exist independent of the original file.If the target file is deleted or moved, symbolic link still exists but it points to a file that does not exist.&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
| style=&amp;quot;border-top:none;border-bottom:0.035cm solid #000000;border-left:0.035cm solid #000000;border-right:none;padding:0.097cm;&amp;quot;| Stay with the slide&lt;br /&gt;
| style=&amp;quot;border-top:none;border-bottom:0.035cm solid #000000;border-left:0.035cm solid #000000;border-right:0.035cm solid #000000;padding:0.097cm;&amp;quot;| Hard links are special files too but if you remove the original file, the data can still be accessed through the hard link.&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
| style=&amp;quot;border-top:none;border-bottom:0.035cm solid #000000;border-left:0.035cm solid #000000;border-right:none;padding:0.097cm;&amp;quot;| Switch to console&lt;br /&gt;
| style=&amp;quot;border-top:none;border-bottom:0.035cm solid #000000;border-left:0.035cm solid #000000;border-right:0.035cm solid #000000;padding:0.097cm;&amp;quot;| Let us look at few examples to understand thsi better.&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
| style=&amp;quot;border-top:none;border-bottom:0.035cm solid #000000;border-left:0.035cm solid #000000;border-right:none;padding:0.097cm;&amp;quot;| Stay in console and type&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
ln -s original.txt symb.txt&lt;br /&gt;
| style=&amp;quot;border-top:none;border-bottom:0.035cm solid #000000;border-left:0.035cm solid #000000;border-right:0.035cm solid #000000;padding:0.097cm;&amp;quot;| &amp;lt;nowiki&amp;gt;Let us create a symbolic link. To create a symbolic link type ln -s original.txt symb.txt. &amp;lt;pause&amp;gt; This will create the symbolic link.&amp;lt;/nowiki&amp;gt;&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
| style=&amp;quot;border-top:none;border-bottom:0.035cm solid #000000;border-left:0.035cm solid #000000;border-right:none;padding:0.097cm;&amp;quot;| Stay in the console and type&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
ln original.txt hard.txt&lt;br /&gt;
| style=&amp;quot;border-top:none;border-bottom:0.035cm solid #000000;border-left:0.035cm solid #000000;border-right:0.035cm solid #000000;padding:0.097cm;&amp;quot;| Let us now create a hard link. To create a hard link type ln original.txt hard.txt . This will create a hard link&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
| style=&amp;quot;border-top:none;border-bottom:0.035cm solid #000000;border-left:0.035cm solid #000000;border-right:none;padding:0.097cm;&amp;quot;| Stay in the console and type&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
ls -l&lt;br /&gt;
| style=&amp;quot;border-top:none;border-bottom:0.035cm solid #000000;border-left:0.035cm solid #000000;border-right:0.035cm solid #000000;padding:0.097cm;&amp;quot;| &amp;lt;nowiki&amp;gt;On long listing the files in a directory, we can see that soflink is represented differntly and points to the original file location &amp;lt;highlight the link as you speak it&amp;gt;. &amp;lt;pause&amp;gt; You will notice that hard link is shown as a normal file.&amp;lt;/nowiki&amp;gt;&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
| style=&amp;quot;border-top:none;border-bottom:0.035cm solid #000000;border-left:0.035cm solid #000000;border-right:none;padding:0.097cm;&amp;quot;| Stay in the console and type&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
rm -f original.txt&lt;br /&gt;
&lt;br /&gt;
ls -l&lt;br /&gt;
| style=&amp;quot;border-top:none;border-bottom:0.035cm solid #000000;border-left:0.035cm solid #000000;border-right:0.035cm solid #000000;padding:0.097cm;&amp;quot;| Now, if we remove the original file and do a listing, you will notice that symbolic link has a red marking. This is because the original file pointedd by the symbolic link, soesnot exist any more.&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
| style=&amp;quot;border-top:none;border-bottom:0.035cm solid #000000;border-left:0.035cm solid #000000;border-right:none;padding:0.097cm;&amp;quot;| Stay in the console and type&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
cat symb.txt&lt;br /&gt;
| style=&amp;quot;border-top:none;border-bottom:0.035cm solid #000000;border-left:0.035cm solid #000000;border-right:0.035cm solid #000000;padding:0.097cm;&amp;quot;| &amp;lt;nowiki&amp;gt;If we try to open symb.txt by typing cat symb.txt , we get an error. &amp;lt;hightlight the error in the console&amp;gt;&amp;lt;/nowiki&amp;gt;&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
| style=&amp;quot;border-top:none;border-bottom:0.035cm solid #000000;border-left:0.035cm solid #000000;border-right:none;padding:0.097cm;&amp;quot;| Stay in the console and type&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
cat hard.txt&lt;br /&gt;
| style=&amp;quot;border-top:none;border-bottom:0.035cm solid #000000;border-left:0.035cm solid #000000;border-right:0.035cm solid #000000;padding:0.097cm;&amp;quot;| Lets now open hard,.txt by typing cat hard.txt . We notice that data of the original.txt is still available in the hard link.&lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
| style=&amp;quot;border-top:none;border-bottom:0.035cm solid #000000;border-left:0.035cm solid #000000;border-right:none;padding:0.097cm;&amp;quot;| Switch to slide number 9&lt;br /&gt;
| style=&amp;quot;border-top:none;border-bottom:0.035cm solid #000000;border-left:0.035cm solid #000000;border-right:0.035cm solid #000000;padding:0.097cm;&amp;quot;| This brings us to the end of the first part of spoken tutorial on basic linux commands. Thanks for watching this tutorial.&lt;br /&gt;
&lt;br /&gt;
|}&lt;/div&gt;</summary>
		<author><name>Sanmugam</name></author>	</entry>

	</feed>