<?xml version="1.0" encoding="iso-8859-1"?>
<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/">
	<channel>
		<title>UNIX/Network Programming</title>
		<link>http://computerclub09mnnit.forumotion.net/unix-network-programming-f3/-t1.htm</link>
		<description></description>
		<lastBuildDate>Thu, 23 Oct 2008 10:32:03 GMT</lastBuildDate>
		<ttl>10</ttl>
		<image>
			<title>UNIX/Network Programming</title>
			<url>http://illiweb.com/fa/prosilver_pink/site_logo.gif</url>
			<link>http://computerclub09mnnit.forumotion.net/unix-network-programming-f3/-t1.htm</link>
		</image>
		<item>
			<title>Asynchronous multichat server</title>
			<link>http://computerclub09mnnit.forumotion.net/unix-network-programming-f3/asynchronous-multichat-server-t59.htm</link>
			<dc:creator>Ramprasadg</dc:creator>
			<description><![CDATA[in our CN pracs sir is asking us to make an Asynchronous multichat server.what does he mean by this? (how is it different?).
<br />
what are the things to be used ?(i heard something like signal handling etc...)
<br />
please give a link of tutorial or something on the net that can help others.]]></description>
			<category>UNIX/Network Programming</category>
			<pubDate>Wed, 15 Oct 2008 02:43:54 GMT</pubDate>
			<comments>http://computerclub09mnnit.forumotion.net/unix-network-programming-f3/asynchronous-multichat-server-t59.htm#251</comments>
			<guid>http://computerclub09mnnit.forumotion.net/unix-network-programming-f3/asynchronous-multichat-server-t59.htm</guid>
		</item>
		<item>
			<title>local mirror</title>
			<link>http://computerclub09mnnit.forumotion.net/unix-network-programming-f3/local-mirror-t61.htm</link>
			<dc:creator>Ramprasadg</dc:creator>
			<description><![CDATA[i have most common updates foir ubuntu hardy heron,i would like to share it with others
<br />
i am currently using aptoncd to make a DVD iso and sharing it on dc++.
<br />
but for others have to download it ,then run it.
<br />
is there a way by which s a  can locally mirror so that others can use just apt-get to download packages from me.]]></description>
			<category>UNIX/Network Programming</category>
			<pubDate>Thu, 23 Oct 2008 10:32:03 GMT</pubDate>
			<comments>http://computerclub09mnnit.forumotion.net/unix-network-programming-f3/local-mirror-t61.htm#256</comments>
			<guid>http://computerclub09mnnit.forumotion.net/unix-network-programming-f3/local-mirror-t61.htm</guid>
		</item>
		<item>
			<title>write your own shell</title>
			<link>http://computerclub09mnnit.forumotion.net/unix-network-programming-f3/write-your-own-shell-t57.htm</link>
			<dc:creator>Admin</dc:creator>
			<description>you must have work on bash ksh ,sh shells on linux

now it's time for to write your own shell are you ready ??

You are required to write a C program which accepts a UNIX/Linux

shell command as an input and deliver output of that command on

the same x-terminal. Your program must support the following:

  1. The internal command ‘exit ’which terminates the shell.

  2. A command with no arguments (Example: ls)

  3. A command with arguments (Example: ls -l)

  4. A command, with or without  ...</description>
			<category>UNIX/Network Programming</category>
			<pubDate>Tue, 23 Sep 2008 19:56:30 GMT</pubDate>
			<comments>http://computerclub09mnnit.forumotion.net/unix-network-programming-f3/write-your-own-shell-t57.htm#237</comments>
			<guid>http://computerclub09mnnit.forumotion.net/unix-network-programming-f3/write-your-own-shell-t57.htm</guid>
		</item>
		<item>
			<title>Redirect output as argument for other command(plz help)</title>
			<link>http://computerclub09mnnit.forumotion.net/unix-network-programming-f3/redirect-output-as-argument-for-other-commandplz-help-t53.htm</link>
			<dc:creator>goldberg</dc:creator>
			<description>How do we redirect output of one command as argument to another command

Actually i m searching for answer of question of tux wars

:

Suppose the root user wants to go into the home directory of user named &quot;cs054011&quot; what command will he execute at his shell. Assume he doesn't know the exact pathname of directory.

Now if I use the command 

find . -name &quot;cs054011&quot; -print I will get the path of the user but how to redirect it as argument to cd </description>
			<category>UNIX/Network Programming</category>
			<pubDate>Tue, 16 Sep 2008 10:52:26 GMT</pubDate>
			<comments>http://computerclub09mnnit.forumotion.net/unix-network-programming-f3/redirect-output-as-argument-for-other-commandplz-help-t53.htm#228</comments>
			<guid>http://computerclub09mnnit.forumotion.net/unix-network-programming-f3/redirect-output-as-argument-for-other-commandplz-help-t53.htm</guid>
		</item>
		<item>
			<title>could this happen.. ??</title>
			<link>http://computerclub09mnnit.forumotion.net/unix-network-programming-f3/could-this-happen-t33.htm</link>
			<dc:creator>vijay</dc:creator>
			<description>consider this output...

Code:

&#36; ./prog

IITK

IITD

IITM

&#36;





and now this....

Code:

&#36;./prog | wc -l

IITK

IITD

IITM

0

&#36;





in the second case... the output was expected to be ..

Code:

&#36;./prog | wc -l

3

&#36;





what is happening here...??  modify this shell sequence so that expected output is printed.... </description>
			<category>UNIX/Network Programming</category>
			<pubDate>Mon, 18 Aug 2008 13:19:25 GMT</pubDate>
			<comments>http://computerclub09mnnit.forumotion.net/unix-network-programming-f3/could-this-happen-t33.htm#143</comments>
			<guid>http://computerclub09mnnit.forumotion.net/unix-network-programming-f3/could-this-happen-t33.htm</guid>
		</item>
		<item>
			<title>kuch netwrking k bhi tricks btaooo</title>
			<link>http://computerclub09mnnit.forumotion.net/unix-network-programming-f3/kuch-netwrking-k-bhi-tricks-btaooo-t52.htm</link>
			<dc:creator>Gyanendra</dc:creator>
			<description>plzz  post the netcat utliites and netwrking related utilies !!</description>
			<category>UNIX/Network Programming</category>
			<pubDate>Tue, 16 Sep 2008 05:05:47 GMT</pubDate>
			<comments>http://computerclub09mnnit.forumotion.net/unix-network-programming-f3/kuch-netwrking-k-bhi-tricks-btaooo-t52.htm#227</comments>
			<guid>http://computerclub09mnnit.forumotion.net/unix-network-programming-f3/kuch-netwrking-k-bhi-tricks-btaooo-t52.htm</guid>
		</item>
		<item>
			<title>shell command</title>
			<link>http://computerclub09mnnit.forumotion.net/unix-network-programming-f3/shell-command-t31.htm</link>
			<dc:creator>Admin</dc:creator>
			<description><![CDATA[Just write a single shell command without any pipes to list all those files
<br />
   in the current directory whose filenames are just two characters long.?
<br />
 <img src="http://illiweb.com/fa/i/smiles/icon_question.gif" alt="Question" longdesc="17" />]]></description>
			<category>UNIX/Network Programming</category>
			<pubDate>Sun, 17 Aug 2008 17:32:15 GMT</pubDate>
			<comments>http://computerclub09mnnit.forumotion.net/unix-network-programming-f3/shell-command-t31.htm#135</comments>
			<guid>http://computerclub09mnnit.forumotion.net/unix-network-programming-f3/shell-command-t31.htm</guid>
		</item>
		<item>
			<title>Plzz add few more problems!!</title>
			<link>http://computerclub09mnnit.forumotion.net/unix-network-programming-f3/plzz-add-few-more-problems-t50.htm</link>
			<dc:creator>Gyanendra</dc:creator>
			<description><![CDATA[There shud be some problems related to SYSTEM ADMINISTRATION ..and disk format issuses !!plzz post accordingly !!! <img src="http://illiweb.com/fa/i/smiles/icon_biggrin.png" alt="Very Happy" longdesc="1" />  <img src="http://illiweb.com/fa/i/smiles/icon_biggrin.png" alt="Very Happy" longdesc="1" />]]></description>
			<category>UNIX/Network Programming</category>
			<pubDate>Wed, 10 Sep 2008 02:41:47 GMT</pubDate>
			<comments>http://computerclub09mnnit.forumotion.net/unix-network-programming-f3/plzz-add-few-more-problems-t50.htm#214</comments>
			<guid>http://computerclub09mnnit.forumotion.net/unix-network-programming-f3/plzz-add-few-more-problems-t50.htm</guid>
		</item>
		<item>
			<title>HELP!!! :(</title>
			<link>http://computerclub09mnnit.forumotion.net/unix-network-programming-f3/help-t48.htm</link>
			<dc:creator>Gyanendra</dc:creator>
			<description><![CDATA[Can nebdy demonstarte editing of rc03.d scripts and other rc startup scripts !!wats the fundah of K nd S at the starting of the services !! <img src="http://illiweb.com/fa/i/smiles/icon_sad.gif" alt="Sad" longdesc="3" />  <img src="http://illiweb.com/fa/i/smiles/icon_sad.gif" alt="Sad" longdesc="3" />]]></description>
			<category>UNIX/Network Programming</category>
			<pubDate>Mon, 08 Sep 2008 04:14:43 GMT</pubDate>
			<comments>http://computerclub09mnnit.forumotion.net/unix-network-programming-f3/help-t48.htm#209</comments>
			<guid>http://computerclub09mnnit.forumotion.net/unix-network-programming-f3/help-t48.htm</guid>
		</item>
		<item>
			<title>Creating a file</title>
			<link>http://computerclub09mnnit.forumotion.net/unix-network-programming-f3/creating-a-file-t6.htm</link>
			<dc:creator>Admin</dc:creator>
			<description><![CDATA[Make a file whose name starts with a '-' sign for e.g. <strong>-z</strong> and open it with vi editor. In that write a C code that prints the file name.]]></description>
			<category>UNIX/Network Programming</category>
			<pubDate>Sun, 10 Aug 2008 15:09:32 GMT</pubDate>
			<comments>http://computerclub09mnnit.forumotion.net/unix-network-programming-f3/creating-a-file-t6.htm#6</comments>
			<guid>http://computerclub09mnnit.forumotion.net/unix-network-programming-f3/creating-a-file-t6.htm</guid>
		</item>
		<item>
			<title>How to search for particular file?</title>
			<link>http://computerclub09mnnit.forumotion.net/unix-network-programming-f3/how-to-search-for-particular-file-t34.htm</link>
			<dc:creator>Ramprasadg</dc:creator>
			<description><![CDATA[How to search for particular file that contains a few keywords?(remember i am not talking about file names)
<br />
in windows search there is this option that can search the <u>content</u> ,how to do it in Linux]]></description>
			<category>UNIX/Network Programming</category>
			<pubDate>Mon, 18 Aug 2008 13:50:00 GMT</pubDate>
			<comments>http://computerclub09mnnit.forumotion.net/unix-network-programming-f3/how-to-search-for-particular-file-t34.htm#144</comments>
			<guid>http://computerclub09mnnit.forumotion.net/unix-network-programming-f3/how-to-search-for-particular-file-t34.htm</guid>
		</item>
		<item>
			<title>write a command</title>
			<link>http://computerclub09mnnit.forumotion.net/unix-network-programming-f3/write-a-command-t45.htm</link>
			<dc:creator>Admin</dc:creator>
			<description><![CDATA[How can I arrange to have output go two places at once,
<br />
	e.g. to the screen and to a file? give a command for this?]]></description>
			<category>UNIX/Network Programming</category>
			<pubDate>Sat, 06 Sep 2008 05:03:56 GMT</pubDate>
			<comments>http://computerclub09mnnit.forumotion.net/unix-network-programming-f3/write-a-command-t45.htm#190</comments>
			<guid>http://computerclub09mnnit.forumotion.net/unix-network-programming-f3/write-a-command-t45.htm</guid>
		</item>
		<item>
			<title>ip address conflict</title>
			<link>http://computerclub09mnnit.forumotion.net/unix-network-programming-f3/ip-address-conflict-t44.htm</link>
			<dc:creator>Admin</dc:creator>
			<description><![CDATA[if you change your IP settings sometimes your Windows shows that there is a
<br />
 ip-conflict.. in other words it identifies that there is some other node in your subnet
<br />
which already is using the same address.How does your windows know that ? <img src="http://illiweb.com/fa/i/smiles/icon_question.gif" alt="Question" longdesc="17" />]]></description>
			<category>UNIX/Network Programming</category>
			<pubDate>Mon, 01 Sep 2008 13:00:56 GMT</pubDate>
			<comments>http://computerclub09mnnit.forumotion.net/unix-network-programming-f3/ip-address-conflict-t44.htm#183</comments>
			<guid>http://computerclub09mnnit.forumotion.net/unix-network-programming-f3/ip-address-conflict-t44.htm</guid>
		</item>
		<item>
			<title>lets see who remember last sem's CT's and end sem</title>
			<link>http://computerclub09mnnit.forumotion.net/unix-network-programming-f3/lets-see-who-remember-last-sem-s-ct-s-and-end-sem-t14.htm</link>
			<dc:creator>ankurgutpa</dc:creator>
			<description><![CDATA[write a script to add 50 users to ur machine without useradd command.
<br />
now delete these 50 users and thier all stuff without using userdel command  <img src="http://illiweb.com/fa/i/smiles/icon_cheers.png" alt="cheers" longdesc="42" />]]></description>
			<category>UNIX/Network Programming</category>
			<pubDate>Tue, 12 Aug 2008 17:54:43 GMT</pubDate>
			<comments>http://computerclub09mnnit.forumotion.net/unix-network-programming-f3/lets-see-who-remember-last-sem-s-ct-s-and-end-sem-t14.htm#48</comments>
			<guid>http://computerclub09mnnit.forumotion.net/unix-network-programming-f3/lets-see-who-remember-last-sem-s-ct-s-and-end-sem-t14.htm</guid>
		</item>
		<item>
			<title>Gud  Tutorial on Linux Installation and Boot</title>
			<link>http://computerclub09mnnit.forumotion.net/unix-network-programming-f3/gud-tutorial-on-linux-installation-and-boot-t30.htm</link>
			<dc:creator>shivang</dc:creator>
			<description><![CDATA[I found this link interesting and useful....so posting it here.....
<br />
njoyy...
<br />

<br />

<br />
<a href="http://pixellany.com/boot.html" target="_blank">http://pixellany.com/boot.html</a>
<br />

<br />
<a href="http://www.pixellany.com/lin_start.html" target="_blank">http://www.pixellany.com/lin_start.html</a>
<br />

<br />
 <img src="http://illiweb.com/fa/i/smiles/icon_cheers.png" alt="cheers" longdesc="42" />]]></description>
			<category>UNIX/Network Programming</category>
			<pubDate>Sun, 17 Aug 2008 09:52:18 GMT</pubDate>
			<comments>http://computerclub09mnnit.forumotion.net/unix-network-programming-f3/gud-tutorial-on-linux-installation-and-boot-t30.htm#130</comments>
			<guid>http://computerclub09mnnit.forumotion.net/unix-network-programming-f3/gud-tutorial-on-linux-installation-and-boot-t30.htm</guid>
		</item>
		<item>
			<title>frequency of word</title>
			<link>http://computerclub09mnnit.forumotion.net/unix-network-programming-f3/frequency-of-word-t27.htm</link>
			<dc:creator>Admin</dc:creator>
			<description><![CDATA[you have to write a script to count the frequency of a particular word in given file? <img src="http://illiweb.com/fa/i/smiles/icon_question.gif" alt="Question" longdesc="17" />]]></description>
			<category>UNIX/Network Programming</category>
			<pubDate>Fri, 15 Aug 2008 08:21:13 GMT</pubDate>
			<comments>http://computerclub09mnnit.forumotion.net/unix-network-programming-f3/frequency-of-word-t27.htm#113</comments>
			<guid>http://computerclub09mnnit.forumotion.net/unix-network-programming-f3/frequency-of-word-t27.htm</guid>
		</item>
		<item>
			<title>write a script</title>
			<link>http://computerclub09mnnit.forumotion.net/unix-network-programming-f3/write-a-script-t9.htm</link>
			<dc:creator>Admin</dc:creator>
			<description><![CDATA[you have to write a script to give the user login on the system in alphabetically sorted order? <img src="http://illiweb.com/fa/i/smiles/icon_biggrin.png" alt="Very Happy" longdesc="1" />]]></description>
			<category>UNIX/Network Programming</category>
			<pubDate>Mon, 11 Aug 2008 18:31:09 GMT</pubDate>
			<comments>http://computerclub09mnnit.forumotion.net/unix-network-programming-f3/write-a-script-t9.htm#24</comments>
			<guid>http://computerclub09mnnit.forumotion.net/unix-network-programming-f3/write-a-script-t9.htm</guid>
		</item>
		<item>
			<title>answer to the 1st part</title>
			<link>http://computerclub09mnnit.forumotion.net/unix-network-programming-f3/answer-to-the-1st-part-t8.htm</link>
			<dc:creator>ankurgutpa</dc:creator>
			<description><![CDATA[1st part:
<br />
it can be accessed by path(either relative or absolute) and not directly. ie
<br />
vi ./-foo or vi /home/ankur/-foo
<br />
if u use directly (ie vi -foo) then shell will interpret the hyphen and the next letter as a switch or option  <img src="http://illiweb.com/fa/i/smiles/icon_cheers.png" alt="cheers" longdesc="42" />]]></description>
			<category>UNIX/Network Programming</category>
			<pubDate>Sun, 10 Aug 2008 19:53:04 GMT</pubDate>
			<comments>http://computerclub09mnnit.forumotion.net/unix-network-programming-f3/answer-to-the-1st-part-t8.htm#12</comments>
			<guid>http://computerclub09mnnit.forumotion.net/unix-network-programming-f3/answer-to-the-1st-part-t8.htm</guid>
		</item>
	</channel>
</rss>