<?xml version='1.0' encoding='UTF-8'?><?xml-stylesheet href="http://www.blogger.com/styles/atom.css" type="text/css"?><feed xmlns='http://www.w3.org/2005/Atom' xmlns:openSearch='http://a9.com/-/spec/opensearchrss/1.0/' xmlns:georss='http://www.georss.org/georss' xmlns:gd='http://schemas.google.com/g/2005' xmlns:thr='http://purl.org/syndication/thread/1.0'><id>tag:blogger.com,1999:blog-36825750</id><updated>2011-09-08T02:20:03.152-07:00</updated><category term='Linux/Unix'/><title type='text'>AmeyPalyekar-extra on Techno Glitters</title><subtitle type='html'></subtitle><link rel='http://schemas.google.com/g/2005#feed' type='application/atom+xml' href='http://ameypalyekar.blogspot.com/feeds/posts/default'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/36825750/posts/default?max-results=100'/><link rel='alternate' type='text/html' href='http://ameypalyekar.blogspot.com/'/><link rel='hub' href='http://pubsubhubbub.appspot.com/'/><author><name>Amey Palyekar</name><uri>http://www.blogger.com/profile/02489546032645555067</uri><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='16' height='16' src='http://img2.blogblog.com/img/b16-rounded.gif'/></author><generator version='7.00' uri='http://www.blogger.com'>Blogger</generator><openSearch:totalResults>7</openSearch:totalResults><openSearch:startIndex>1</openSearch:startIndex><openSearch:itemsPerPage>100</openSearch:itemsPerPage><entry><id>tag:blogger.com,1999:blog-36825750.post-3148301084977029357</id><published>2007-04-21T10:07:00.000-07:00</published><updated>2007-04-22T19:02:34.271-07:00</updated><category scheme='http://www.blogger.com/atom/ns#' term='Linux/Unix'/><title type='text'>Linux Commands References III</title><summary type='text'>More File Utilitiescatcat filename1To print contents of the file.cutcut-f 1 indexextract column from a file. In this case we specify to extract first column from index file.prints to standard output.But can be redirected to some other file as shown below;cut -f 2 index &gt; worksdoesn't alter original file, regards column as seprated by spaces.cut -d , -f 1 indexuse -d option to change delimiter to </summary><link rel='related' href='http://ameypalyekar.blogspot.com/2007/04/linux-commands-references-iii.html' title='Linux Commands References III'/><link rel='replies' type='application/atom+xml' href='http://ameypalyekar.blogspot.com/feeds/3148301084977029357/comments/default' title='Post Comments'/><link rel='replies' type='text/html' href='http://www.blogger.com/comment.g?blogID=36825750&amp;postID=3148301084977029357' title='10 Comments'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/36825750/posts/default/3148301084977029357'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/36825750/posts/default/3148301084977029357'/><link rel='alternate' type='text/html' href='http://ameypalyekar.blogspot.com/2007/04/linux-commands-references-iii.html' title='Linux Commands References III'/><author><name>Amey Palyekar</name><uri>http://www.blogger.com/profile/02489546032645555067</uri><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='16' height='16' src='http://img2.blogblog.com/img/b16-rounded.gif'/></author><thr:total>10</thr:total></entry><entry><id>tag:blogger.com,1999:blog-36825750.post-8291638659586358031</id><published>2007-04-20T23:07:00.000-07:00</published><updated>2007-04-24T19:25:27.549-07:00</updated><category scheme='http://www.blogger.com/atom/ns#' term='Linux/Unix'/><title type='text'>Awk</title><summary type='text'>Awk language is very powerful component of unix system.It is used for data manipulation tasks, such as extracting fields froma line of input.The awk language makes assumption about the format of its inputwhich provide you with the ability to make simple programs. Itassumes input is ASCII text, input can be organized into linesor records, records can be organized into fields. An awk processes </summary><link rel='related' href='http://ameypalyekar.blogspot.com/2007/04/awk.html' title='Awk'/><link rel='replies' type='application/atom+xml' href='http://ameypalyekar.blogspot.com/feeds/8291638659586358031/comments/default' title='Post Comments'/><link rel='replies' type='text/html' href='http://www.blogger.com/comment.g?blogID=36825750&amp;postID=8291638659586358031' title='0 Comments'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/36825750/posts/default/8291638659586358031'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/36825750/posts/default/8291638659586358031'/><link rel='alternate' type='text/html' href='http://ameypalyekar.blogspot.com/2007/04/awk.html' title='Awk'/><author><name>Amey Palyekar</name><uri>http://www.blogger.com/profile/02489546032645555067</uri><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='16' height='16' src='http://img2.blogblog.com/img/b16-rounded.gif'/></author><thr:total>0</thr:total></entry><entry><id>tag:blogger.com,1999:blog-36825750.post-8102341945131909578</id><published>2007-04-20T21:23:00.000-07:00</published><updated>2007-04-20T22:03:37.361-07:00</updated><category scheme='http://www.blogger.com/atom/ns#' term='Linux/Unix'/><title type='text'>Links</title><summary type='text'>Allows to create alternate fielname for you files, by associating multiple directoryentries with same inode.One of the fields in inode called link count field is used to keep track of number ofentries that refer to same inode. Links can also be useful to provide an alternativename in order to simplify typing of long path name.There are two kind of links:   Hard links   Soft Links  -&gt; Hard </summary><link rel='related' href='http://ameypalyekar.blogspot.com/2007/04/links.html' title='Links'/><link rel='replies' type='application/atom+xml' href='http://ameypalyekar.blogspot.com/feeds/8102341945131909578/comments/default' title='Post Comments'/><link rel='replies' type='text/html' href='http://www.blogger.com/comment.g?blogID=36825750&amp;postID=8102341945131909578' title='0 Comments'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/36825750/posts/default/8102341945131909578'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/36825750/posts/default/8102341945131909578'/><link rel='alternate' type='text/html' href='http://ameypalyekar.blogspot.com/2007/04/links.html' title='Links'/><author><name>Amey Palyekar</name><uri>http://www.blogger.com/profile/02489546032645555067</uri><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='16' height='16' src='http://img2.blogblog.com/img/b16-rounded.gif'/></author><thr:total>0</thr:total></entry><entry><id>tag:blogger.com,1999:blog-36825750.post-2166907699077649048</id><published>2007-04-20T20:38:00.000-07:00</published><updated>2007-04-20T22:00:19.192-07:00</updated><category scheme='http://www.blogger.com/atom/ns#' term='Linux/Unix'/><title type='text'>Inodes</title><summary type='text'>Every file that is created in Unix has correspomding Inode (information node).Inode is data structure on disk that contains information about file or directory.It indicates physical location or data blocks. It does not contain names of files, butcontains ownership information &amp; permission details includes - file type, file size,last accessed, modified when inodes  themselves were last modified. </summary><link rel='related' href='http://ameypalyekar.blogspot.com/2007/04/inodes.html' title='Inodes'/><link rel='replies' type='application/atom+xml' href='http://ameypalyekar.blogspot.com/feeds/2166907699077649048/comments/default' title='Post Comments'/><link rel='replies' type='text/html' href='http://www.blogger.com/comment.g?blogID=36825750&amp;postID=2166907699077649048' title='0 Comments'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/36825750/posts/default/2166907699077649048'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/36825750/posts/default/2166907699077649048'/><link rel='alternate' type='text/html' href='http://ameypalyekar.blogspot.com/2007/04/inodes.html' title='Inodes'/><author><name>Amey Palyekar</name><uri>http://www.blogger.com/profile/02489546032645555067</uri><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='16' height='16' src='http://img2.blogblog.com/img/b16-rounded.gif'/></author><thr:total>0</thr:total></entry><entry><id>tag:blogger.com,1999:blog-36825750.post-1536572179549255643</id><published>2007-04-09T10:05:00.000-07:00</published><updated>2007-04-15T04:09:50.237-07:00</updated><category scheme='http://www.blogger.com/atom/ns#' term='Linux/Unix'/><title type='text'>Linux Commands References - II</title><summary type='text'>File Utilitiescmp - compares two filescmp file1 folder1/file2no command output means file are identicalalso compares the punctuation marksreports only the fist difference found within the files.diff -diff path/file1 path2/file2reports detail differences between two filesno command output means files are identicalsample output legends:1c2 - line 1 from file1 changed to line 2 in file20a1 - add </summary><link rel='related' href='http://ameypalyekar.blogspot.com/2007/04/linux-commands-references-ii.html' title='Linux Commands References - II'/><link rel='replies' type='application/atom+xml' href='http://ameypalyekar.blogspot.com/feeds/1536572179549255643/comments/default' title='Post Comments'/><link rel='replies' type='text/html' href='http://www.blogger.com/comment.g?blogID=36825750&amp;postID=1536572179549255643' title='0 Comments'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/36825750/posts/default/1536572179549255643'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/36825750/posts/default/1536572179549255643'/><link rel='alternate' type='text/html' href='http://ameypalyekar.blogspot.com/2007/04/linux-commands-references-ii.html' title='Linux Commands References - II'/><author><name>Amey Palyekar</name><uri>http://www.blogger.com/profile/02489546032645555067</uri><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='16' height='16' src='http://img2.blogblog.com/img/b16-rounded.gif'/></author><thr:total>0</thr:total></entry><entry><id>tag:blogger.com,1999:blog-36825750.post-3072149148369515060</id><published>2007-04-07T10:13:00.000-07:00</published><updated>2007-04-11T04:46:08.191-07:00</updated><category scheme='http://www.blogger.com/atom/ns#' term='Linux/Unix'/><title type='text'>Linux Commands References I</title><summary type='text'>Basic File/Text ManipulationcatTo ‘concatenate’ files and then print on the standard output. i.e. cat file1 file2 will print out the contents of ‘file1’ followed by ‘file2’ls To list the contents of the directory specified by ‘path’. If no path is specified, then list the contents of the current directory.less To open ‘file’ in a primitive text reader that will allow you to scroll through a file </summary><link rel='related' href='http://ameypalyekar.blogspot.com/2007/04/linux-commands-references.html' title='Linux Commands References I'/><link rel='replies' type='application/atom+xml' href='http://ameypalyekar.blogspot.com/feeds/3072149148369515060/comments/default' title='Post Comments'/><link rel='replies' type='text/html' href='http://www.blogger.com/comment.g?blogID=36825750&amp;postID=3072149148369515060' title='1 Comments'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/36825750/posts/default/3072149148369515060'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/36825750/posts/default/3072149148369515060'/><link rel='alternate' type='text/html' href='http://ameypalyekar.blogspot.com/2007/04/linux-commands-references.html' title='Linux Commands References I'/><author><name>Amey Palyekar</name><uri>http://www.blogger.com/profile/02489546032645555067</uri><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='16' height='16' src='http://img2.blogblog.com/img/b16-rounded.gif'/></author><thr:total>1</thr:total></entry><entry><id>tag:blogger.com,1999:blog-36825750.post-116219650971731226</id><published>2006-10-30T00:13:00.001-08:00</published><updated>2007-04-08T08:22:57.352-07:00</updated><title type='text'>index</title><summary type='text'>This is going to be most happening world, look out this corner will be updated soon.I will share here my very best that i learned over the years, the good things that i cherished with care.UNDER CONSTRUCTION</summary><link rel='replies' type='application/atom+xml' href='http://ameypalyekar.blogspot.com/feeds/116219650971731226/comments/default' title='Post Comments'/><link rel='replies' type='text/html' href='http://www.blogger.com/comment.g?blogID=36825750&amp;postID=116219650971731226' title='1 Comments'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/36825750/posts/default/116219650971731226'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/36825750/posts/default/116219650971731226'/><link rel='alternate' type='text/html' href='http://ameypalyekar.blogspot.com/2006/10/x3m_30.html' title='index'/><author><name>Amey Palyekar</name><uri>http://www.blogger.com/profile/02489546032645555067</uri><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='16' height='16' src='http://img2.blogblog.com/img/b16-rounded.gif'/></author><thr:total>1</thr:total></entry></feed>
