<?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/"
	>

<channel>
	<title>dBuggr &#187; command</title>
	<atom:link href="http://www.dbuggr.com/tag/command/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.dbuggr.com</link>
	<description>Share Knowledge &#38; Be Rewarded</description>
	<lastBuildDate>Wed, 28 Jul 2010 06:02:33 +0000</lastBuildDate>
	<generator>http://wordpress.org/?v=2.8.6</generator>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<xhtml:meta xmlns:xhtml="http://www.w3.org/1999/xhtml" name="robots" content="noindex" />
		<item>
		<title>How to Find Line of Code of Text Files in Mac with Terminal</title>
		<link>http://www.dbuggr.com/hkalex/find-line-code-text-files-mac-terminal/</link>
		<comments>http://www.dbuggr.com/hkalex/find-line-code-text-files-mac-terminal/#comments</comments>
		<pubDate>Thu, 08 Jul 2010 15:08:25 +0000</pubDate>
		<dc:creator>Alex</dc:creator>
				<category><![CDATA[tech]]></category>
		<category><![CDATA[apple]]></category>
		<category><![CDATA[code]]></category>
		<category><![CDATA[command]]></category>
		<category><![CDATA[line]]></category>
		<category><![CDATA[line of code]]></category>
		<category><![CDATA[mac]]></category>
		<category><![CDATA[programming]]></category>
		<category><![CDATA[terminal]]></category>
		<category><![CDATA[text]]></category>
		<category><![CDATA[tips]]></category>
		<category><![CDATA[tips and tricks]]></category>
		<category><![CDATA[xcode]]></category>

		<guid isPermaLink="false">http://www.dbuggr.com/hkalex/find-line-code-text-files-mac-terminal/</guid>
		<description><![CDATA[How to find line of code of text files in Mac with Terminal

Related posts:Resolve Terminal Services Session (RDP) Permission Error
How to Compare 2 Text Files
How to Combine Text Files



Related posts:<ol><li><a href='http://www.dbuggr.com/smallwei/error-run-software-installation-windows-2003/' rel='bookmark' title='Permanent Link: Resolve Terminal Services Session (RDP) Permission Error'>Resolve Terminal Services Session (RDP) Permission Error</a></li>
<li><a href='http://www.dbuggr.com/abhaybharti/compare-2-text-files/' rel='bookmark' title='Permanent Link: How to Compare 2 Text Files'>How to Compare 2 Text Files</a></li>
<li><a href='http://www.dbuggr.com/nishantbaxi/combine-text-files/' rel='bookmark' title='Permanent Link: How to Combine Text Files'>How to Combine Text Files</a></li>
</ol>]]></description>
			<content:encoded><![CDATA[<p>How to find line of code of text files in Mac with Terminal</p>

<p>Related posts:<ol><li><a href='http://www.dbuggr.com/smallwei/error-run-software-installation-windows-2003/' rel='bookmark' title='Permanent Link: Resolve Terminal Services Session (RDP) Permission Error'>Resolve Terminal Services Session (RDP) Permission Error</a></li>
<li><a href='http://www.dbuggr.com/abhaybharti/compare-2-text-files/' rel='bookmark' title='Permanent Link: How to Compare 2 Text Files'>How to Compare 2 Text Files</a></li>
<li><a href='http://www.dbuggr.com/nishantbaxi/combine-text-files/' rel='bookmark' title='Permanent Link: How to Combine Text Files'>How to Combine Text Files</a></li>
</ol></p>]]></content:encoded>
			<wfw:commentRss>http://www.dbuggr.com/hkalex/find-line-code-text-files-mac-terminal/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>How to Escape Percent Character (%) in Windows Batch Script</title>
		<link>http://www.dbuggr.com/milly/escape-percent-character-windows-batch-script-oracle-data-pum/</link>
		<comments>http://www.dbuggr.com/milly/escape-percent-character-windows-batch-script-oracle-data-pum/#comments</comments>
		<pubDate>Wed, 16 Jun 2010 17:06:33 +0000</pubDate>
		<dc:creator>milly</dc:creator>
				<category><![CDATA[tech]]></category>
		<category><![CDATA[batch]]></category>
		<category><![CDATA[character]]></category>
		<category><![CDATA[command]]></category>
		<category><![CDATA[oracle]]></category>
		<category><![CDATA[percent]]></category>
		<category><![CDATA[script]]></category>
		<category><![CDATA[windows]]></category>

		<guid isPermaLink="false">http://www.dbuggr.com/milly/escape-percent-character-windows-batch-script-oracle-data-pum/</guid>
		<description><![CDATA[How to escape percent character (%) in Windows batch script
Follow this tip if you need to use the the actual percept character in batch script instead of using it as variable symbol. This is useful in using batch script to execute Oracle data pump command, which also utilize % sign.

Related posts:How to Interact with Oracle [...]


Related posts:<ol><li><a href='http://www.dbuggr.com/smallwei/interact-oracle-sqlplus-windows-batch-script/' rel='bookmark' title='Permanent Link: How to Interact with Oracle SQLPLUS Using Windows Batch Script'>How to Interact with Oracle SQLPLUS Using Windows Batch Script</a></li>
<li><a href='http://www.dbuggr.com/smallwei/windows-batch-script-create-timestamp/' rel='bookmark' title='Permanent Link: Windows Batch Script: How to Create a Timestamp'>Windows Batch Script: How to Create a Timestamp</a></li>
<li><a href='http://www.dbuggr.com/smallwei/run-execute-sql-script-windows-dos-command-prompt-sqlpl/' rel='bookmark' title='Permanent Link: How to Run/execute SQL Script Outside of SQLPLUS in Windows DOS Command Prompt'>How to Run/execute SQL Script Outside of SQLPLUS in Windows DOS Command Prompt</a></li>
</ol>]]></description>
			<content:encoded><![CDATA[<p>How to escape percent character (%) in Windows batch script</p>
<p>Follow this tip if you need to use the the actual percept character in batch script instead of using it as variable symbol. This is useful in using batch script to execute Oracle data pump command, which also utilize % sign.</p>

<p>Related posts:<ol><li><a href='http://www.dbuggr.com/smallwei/interact-oracle-sqlplus-windows-batch-script/' rel='bookmark' title='Permanent Link: How to Interact with Oracle SQLPLUS Using Windows Batch Script'>How to Interact with Oracle SQLPLUS Using Windows Batch Script</a></li>
<li><a href='http://www.dbuggr.com/smallwei/windows-batch-script-create-timestamp/' rel='bookmark' title='Permanent Link: Windows Batch Script: How to Create a Timestamp'>Windows Batch Script: How to Create a Timestamp</a></li>
<li><a href='http://www.dbuggr.com/smallwei/run-execute-sql-script-windows-dos-command-prompt-sqlpl/' rel='bookmark' title='Permanent Link: How to Run/execute SQL Script Outside of SQLPLUS in Windows DOS Command Prompt'>How to Run/execute SQL Script Outside of SQLPLUS in Windows DOS Command Prompt</a></li>
</ol></p>]]></content:encoded>
			<wfw:commentRss>http://www.dbuggr.com/milly/escape-percent-character-windows-batch-script-oracle-data-pum/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>How to Remove a Unix Command</title>
		<link>http://www.dbuggr.com/nishantbaxi/remove-unix-command/</link>
		<comments>http://www.dbuggr.com/nishantbaxi/remove-unix-command/#comments</comments>
		<pubDate>Sun, 13 Jun 2010 08:54:51 +0000</pubDate>
		<dc:creator>nishantbaxi</dc:creator>
				<category><![CDATA[tech]]></category>
		<category><![CDATA[command]]></category>
		<category><![CDATA[how to]]></category>
		<category><![CDATA[remove]]></category>
		<category><![CDATA[remove a unix command]]></category>
		<category><![CDATA[unix]]></category>

		<guid isPermaLink="false">http://www.dbuggr.com/nishantbaxi/remove-unix-command/</guid>
		<description><![CDATA[How to Remove a Unix Command

Related posts:UNIX Command Summary
UNIX Command Summary
UNIX Command Dictionaries



Related posts:<ol><li><a href='http://www.dbuggr.com/abhaybharti/1629/' rel='bookmark' title='Permanent Link: UNIX Command Summary'>UNIX Command Summary</a></li>
<li><a href='http://www.dbuggr.com/abhaybharti/unix-command-summary/' rel='bookmark' title='Permanent Link: UNIX Command Summary'>UNIX Command Summary</a></li>
<li><a href='http://www.dbuggr.com/abhaybharti/unix-command-dictionaries/' rel='bookmark' title='Permanent Link: UNIX Command Dictionaries'>UNIX Command Dictionaries</a></li>
</ol>]]></description>
			<content:encoded><![CDATA[<p>How to Remove a Unix Command</p>

<p>Related posts:<ol><li><a href='http://www.dbuggr.com/abhaybharti/1629/' rel='bookmark' title='Permanent Link: UNIX Command Summary'>UNIX Command Summary</a></li>
<li><a href='http://www.dbuggr.com/abhaybharti/unix-command-summary/' rel='bookmark' title='Permanent Link: UNIX Command Summary'>UNIX Command Summary</a></li>
<li><a href='http://www.dbuggr.com/abhaybharti/unix-command-dictionaries/' rel='bookmark' title='Permanent Link: UNIX Command Dictionaries'>UNIX Command Dictionaries</a></li>
</ol></p>]]></content:encoded>
			<wfw:commentRss>http://www.dbuggr.com/nishantbaxi/remove-unix-command/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>How to Use the Array Command in PHP</title>
		<link>http://www.dbuggr.com/nishantbaxi/array-command-php-2/</link>
		<comments>http://www.dbuggr.com/nishantbaxi/array-command-php-2/#comments</comments>
		<pubDate>Fri, 28 May 2010 16:21:25 +0000</pubDate>
		<dc:creator>nishantbaxi</dc:creator>
				<category><![CDATA[tech]]></category>
		<category><![CDATA[array]]></category>
		<category><![CDATA[command]]></category>
		<category><![CDATA[how to]]></category>
		<category><![CDATA[php]]></category>
		<category><![CDATA[use the array command in php]]></category>

		<guid isPermaLink="false">http://www.dbuggr.com/nishantbaxi/array-command-php-2/</guid>
		<description><![CDATA[How to Use the Array Command in PHP

Related posts:How to Use the Array Command in PHP
How to Reset Array Keys Using PHP
How to Remove Duplicates From Array PHP



Related posts:<ol><li><a href='http://www.dbuggr.com/nishantbaxi/array-command-php/' rel='bookmark' title='Permanent Link: How to Use the Array Command in PHP'>How to Use the Array Command in PHP</a></li>
<li><a href='http://www.dbuggr.com/milly/reset-array-keys-php/' rel='bookmark' title='Permanent Link: How to Reset Array Keys Using PHP'>How to Reset Array Keys Using PHP</a></li>
<li><a href='http://www.dbuggr.com/nishantbaxi/remove-duplicates-array-php/' rel='bookmark' title='Permanent Link: How to Remove Duplicates From Array PHP'>How to Remove Duplicates From Array PHP</a></li>
</ol>]]></description>
			<content:encoded><![CDATA[<p>How to Use the Array Command in PHP</p>

<p>Related posts:<ol><li><a href='http://www.dbuggr.com/nishantbaxi/array-command-php/' rel='bookmark' title='Permanent Link: How to Use the Array Command in PHP'>How to Use the Array Command in PHP</a></li>
<li><a href='http://www.dbuggr.com/milly/reset-array-keys-php/' rel='bookmark' title='Permanent Link: How to Reset Array Keys Using PHP'>How to Reset Array Keys Using PHP</a></li>
<li><a href='http://www.dbuggr.com/nishantbaxi/remove-duplicates-array-php/' rel='bookmark' title='Permanent Link: How to Remove Duplicates From Array PHP'>How to Remove Duplicates From Array PHP</a></li>
</ol></p>]]></content:encoded>
			<wfw:commentRss>http://www.dbuggr.com/nishantbaxi/array-command-php-2/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>How to Use the Array Command in PHP</title>
		<link>http://www.dbuggr.com/nishantbaxi/array-command-php/</link>
		<comments>http://www.dbuggr.com/nishantbaxi/array-command-php/#comments</comments>
		<pubDate>Sat, 22 May 2010 09:06:56 +0000</pubDate>
		<dc:creator>nishantbaxi</dc:creator>
				<category><![CDATA[tech]]></category>
		<category><![CDATA[array]]></category>
		<category><![CDATA[command]]></category>
		<category><![CDATA[how to]]></category>
		<category><![CDATA[php]]></category>
		<category><![CDATA[use the array command in php]]></category>

		<guid isPermaLink="false">http://www.dbuggr.com/nishantbaxi/array-command-php/</guid>
		<description><![CDATA[How to Use the Array Command in PHP

Related posts:How to Use the Array Command in PHP
How to Reset Array Keys Using PHP
How to Remove Duplicates From Array PHP



Related posts:<ol><li><a href='http://www.dbuggr.com/nishantbaxi/array-command-php-2/' rel='bookmark' title='Permanent Link: How to Use the Array Command in PHP'>How to Use the Array Command in PHP</a></li>
<li><a href='http://www.dbuggr.com/milly/reset-array-keys-php/' rel='bookmark' title='Permanent Link: How to Reset Array Keys Using PHP'>How to Reset Array Keys Using PHP</a></li>
<li><a href='http://www.dbuggr.com/nishantbaxi/remove-duplicates-array-php/' rel='bookmark' title='Permanent Link: How to Remove Duplicates From Array PHP'>How to Remove Duplicates From Array PHP</a></li>
</ol>]]></description>
			<content:encoded><![CDATA[<p>How to Use the Array Command in PHP</p>

<p>Related posts:<ol><li><a href='http://www.dbuggr.com/nishantbaxi/array-command-php-2/' rel='bookmark' title='Permanent Link: How to Use the Array Command in PHP'>How to Use the Array Command in PHP</a></li>
<li><a href='http://www.dbuggr.com/milly/reset-array-keys-php/' rel='bookmark' title='Permanent Link: How to Reset Array Keys Using PHP'>How to Reset Array Keys Using PHP</a></li>
<li><a href='http://www.dbuggr.com/nishantbaxi/remove-duplicates-array-php/' rel='bookmark' title='Permanent Link: How to Remove Duplicates From Array PHP'>How to Remove Duplicates From Array PHP</a></li>
</ol></p>]]></content:encoded>
			<wfw:commentRss>http://www.dbuggr.com/nishantbaxi/array-command-php/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>How to Print All Files in a Folder in a Single Command?</title>
		<link>http://www.dbuggr.com/nishantbaxi/print-files-folder-single-command/</link>
		<comments>http://www.dbuggr.com/nishantbaxi/print-files-folder-single-command/#comments</comments>
		<pubDate>Sun, 09 May 2010 08:41:06 +0000</pubDate>
		<dc:creator>nishantbaxi</dc:creator>
				<category><![CDATA[tech]]></category>
		<category><![CDATA[command]]></category>
		<category><![CDATA[folder]]></category>
		<category><![CDATA[how to]]></category>
		<category><![CDATA[print all files in a folder in a single command]]></category>

		<guid isPermaLink="false">http://www.dbuggr.com/nishantbaxi/print-files-folder-single-command/</guid>
		<description><![CDATA[How to print all files in a folder in a single command?

Related posts:How to Restore Files From the XP Backup Folder
How to Delete Files in a Temp Folder
How To Install RPM Packages in Redhat Fedora Linux Using Command Line



Related posts:<ol><li><a href='http://www.dbuggr.com/nishantbaxi/restore-files-xp-backup-folder/' rel='bookmark' title='Permanent Link: How to Restore Files From the XP Backup Folder'>How to Restore Files From the XP Backup Folder</a></li>
<li><a href='http://www.dbuggr.com/nishantbaxi/delete-files-temp-folder/' rel='bookmark' title='Permanent Link: How to Delete Files in a Temp Folder'>How to Delete Files in a Temp Folder</a></li>
<li><a href='http://www.dbuggr.com/smallwei/install-rpm-packages-redhat-fedora-linux-command-line/' rel='bookmark' title='Permanent Link: How To Install RPM Packages in Redhat Fedora Linux Using Command Line'>How To Install RPM Packages in Redhat Fedora Linux Using Command Line</a></li>
</ol>]]></description>
			<content:encoded><![CDATA[<p>How to print all files in a folder in a single command?</p>

<p>Related posts:<ol><li><a href='http://www.dbuggr.com/nishantbaxi/restore-files-xp-backup-folder/' rel='bookmark' title='Permanent Link: How to Restore Files From the XP Backup Folder'>How to Restore Files From the XP Backup Folder</a></li>
<li><a href='http://www.dbuggr.com/nishantbaxi/delete-files-temp-folder/' rel='bookmark' title='Permanent Link: How to Delete Files in a Temp Folder'>How to Delete Files in a Temp Folder</a></li>
<li><a href='http://www.dbuggr.com/smallwei/install-rpm-packages-redhat-fedora-linux-command-line/' rel='bookmark' title='Permanent Link: How To Install RPM Packages in Redhat Fedora Linux Using Command Line'>How To Install RPM Packages in Redhat Fedora Linux Using Command Line</a></li>
</ol></p>]]></content:encoded>
			<wfw:commentRss>http://www.dbuggr.com/nishantbaxi/print-files-folder-single-command/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>How to Execute a Stored Procedure Command in Visual Basic</title>
		<link>http://www.dbuggr.com/nishantbaxi/execute-stored-procedure-command-visual-basic/</link>
		<comments>http://www.dbuggr.com/nishantbaxi/execute-stored-procedure-command-visual-basic/#comments</comments>
		<pubDate>Sat, 08 May 2010 04:16:34 +0000</pubDate>
		<dc:creator>nishantbaxi</dc:creator>
				<category><![CDATA[tech]]></category>
		<category><![CDATA[command]]></category>
		<category><![CDATA[execute]]></category>
		<category><![CDATA[execute a stored procedure command in visual basic]]></category>
		<category><![CDATA[how to]]></category>
		<category><![CDATA[procedure]]></category>
		<category><![CDATA[stored]]></category>
		<category><![CDATA[visual]]></category>

		<guid isPermaLink="false">http://www.dbuggr.com/nishantbaxi/execute-stored-procedure-command-visual-basic/</guid>
		<description><![CDATA[How to Execute a Stored Procedure Command in Visual Basic

Related posts:How to Open Another Document From a Visual Basic Command
IPhone Function Execute External Command
How to Run/execute SQL Script Outside of SQLPLUS in Windows DOS Command Prompt



Related posts:<ol><li><a href='http://www.dbuggr.com/nishantbaxi/open-document-visual-basic-command/' rel='bookmark' title='Permanent Link: How to Open Another Document From a Visual Basic Command'>How to Open Another Document From a Visual Basic Command</a></li>
<li><a href='http://www.dbuggr.com/leothenerd/iphone-function-execute-external-command/' rel='bookmark' title='Permanent Link: IPhone Function Execute External Command'>IPhone Function Execute External Command</a></li>
<li><a href='http://www.dbuggr.com/smallwei/run-execute-sql-script-windows-dos-command-prompt-sqlpl/' rel='bookmark' title='Permanent Link: How to Run/execute SQL Script Outside of SQLPLUS in Windows DOS Command Prompt'>How to Run/execute SQL Script Outside of SQLPLUS in Windows DOS Command Prompt</a></li>
</ol>]]></description>
			<content:encoded><![CDATA[<p>How to Execute a Stored Procedure Command in Visual Basic</p>

<p>Related posts:<ol><li><a href='http://www.dbuggr.com/nishantbaxi/open-document-visual-basic-command/' rel='bookmark' title='Permanent Link: How to Open Another Document From a Visual Basic Command'>How to Open Another Document From a Visual Basic Command</a></li>
<li><a href='http://www.dbuggr.com/leothenerd/iphone-function-execute-external-command/' rel='bookmark' title='Permanent Link: IPhone Function Execute External Command'>IPhone Function Execute External Command</a></li>
<li><a href='http://www.dbuggr.com/smallwei/run-execute-sql-script-windows-dos-command-prompt-sqlpl/' rel='bookmark' title='Permanent Link: How to Run/execute SQL Script Outside of SQLPLUS in Windows DOS Command Prompt'>How to Run/execute SQL Script Outside of SQLPLUS in Windows DOS Command Prompt</a></li>
</ol></p>]]></content:encoded>
			<wfw:commentRss>http://www.dbuggr.com/nishantbaxi/execute-stored-procedure-command-visual-basic/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>How to Open Another Document From a Visual Basic Command</title>
		<link>http://www.dbuggr.com/nishantbaxi/open-document-visual-basic-command/</link>
		<comments>http://www.dbuggr.com/nishantbaxi/open-document-visual-basic-command/#comments</comments>
		<pubDate>Sat, 08 May 2010 04:15:52 +0000</pubDate>
		<dc:creator>nishantbaxi</dc:creator>
				<category><![CDATA[tech]]></category>
		<category><![CDATA[basic]]></category>
		<category><![CDATA[command]]></category>
		<category><![CDATA[document]]></category>
		<category><![CDATA[how to]]></category>
		<category><![CDATA[open]]></category>
		<category><![CDATA[open another document from a visual basic command]]></category>
		<category><![CDATA[visual]]></category>

		<guid isPermaLink="false">http://www.dbuggr.com/nishantbaxi/open-document-visual-basic-command/</guid>
		<description><![CDATA[How to Open Another Document From a Visual Basic Command

Related posts:How to Execute a Stored Procedure Command in Visual Basic
How to Convert Visual Basic 5.0 to Visual Basic 6.0
How to Open a Word Document From Excel VBA



Related posts:<ol><li><a href='http://www.dbuggr.com/nishantbaxi/execute-stored-procedure-command-visual-basic/' rel='bookmark' title='Permanent Link: How to Execute a Stored Procedure Command in Visual Basic'>How to Execute a Stored Procedure Command in Visual Basic</a></li>
<li><a href='http://www.dbuggr.com/nishantbaxi/convert-visual-basic-5-0-visual-basic-6-0/' rel='bookmark' title='Permanent Link: How to Convert Visual Basic 5.0 to Visual Basic 6.0'>How to Convert Visual Basic 5.0 to Visual Basic 6.0</a></li>
<li><a href='http://www.dbuggr.com/nishantbaxi/open-word-document-excel-vba/' rel='bookmark' title='Permanent Link: How to Open a Word Document From Excel VBA'>How to Open a Word Document From Excel VBA</a></li>
</ol>]]></description>
			<content:encoded><![CDATA[<p>How to Open Another Document From a Visual Basic Command</p>

<p>Related posts:<ol><li><a href='http://www.dbuggr.com/nishantbaxi/execute-stored-procedure-command-visual-basic/' rel='bookmark' title='Permanent Link: How to Execute a Stored Procedure Command in Visual Basic'>How to Execute a Stored Procedure Command in Visual Basic</a></li>
<li><a href='http://www.dbuggr.com/nishantbaxi/convert-visual-basic-5-0-visual-basic-6-0/' rel='bookmark' title='Permanent Link: How to Convert Visual Basic 5.0 to Visual Basic 6.0'>How to Convert Visual Basic 5.0 to Visual Basic 6.0</a></li>
<li><a href='http://www.dbuggr.com/nishantbaxi/open-word-document-excel-vba/' rel='bookmark' title='Permanent Link: How to Open a Word Document From Excel VBA'>How to Open a Word Document From Excel VBA</a></li>
</ol></p>]]></content:encoded>
			<wfw:commentRss>http://www.dbuggr.com/nishantbaxi/open-document-visual-basic-command/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>How to Use Reverse Lookup in Command Prompt</title>
		<link>http://www.dbuggr.com/nishantbaxi/reverse-lookup-command-prompt/</link>
		<comments>http://www.dbuggr.com/nishantbaxi/reverse-lookup-command-prompt/#comments</comments>
		<pubDate>Wed, 10 Mar 2010 08:42:56 +0000</pubDate>
		<dc:creator>nishantbaxi</dc:creator>
				<category><![CDATA[tech]]></category>
		<category><![CDATA[command]]></category>
		<category><![CDATA[command prompt]]></category>
		<category><![CDATA[lookup]]></category>
		<category><![CDATA[prompt]]></category>
		<category><![CDATA[use reverse lookup]]></category>

		<guid isPermaLink="false">http://www.dbuggr.com/nishantbaxi/reverse-lookup-command-prompt/</guid>
		<description><![CDATA[How to Use Reverse Lookup in Command Prompt

Related posts:How to Do a Reverse DNS Lookup
How to Do a Reverse IP Lookup
How to Set Up a PTR Record for a Reverse DNS Lookup



Related posts:<ol><li><a href='http://www.dbuggr.com/nishantbaxi/reverse-dns-lookup/' rel='bookmark' title='Permanent Link: How to Do a Reverse DNS Lookup'>How to Do a Reverse DNS Lookup</a></li>
<li><a href='http://www.dbuggr.com/nishantbaxi/reverse-ip-lookup/' rel='bookmark' title='Permanent Link: How to Do a Reverse IP Lookup'>How to Do a Reverse IP Lookup</a></li>
<li><a href='http://www.dbuggr.com/nishantbaxi/set-ptr-record-reverse-dns-lookup/' rel='bookmark' title='Permanent Link: How to Set Up a PTR Record for a Reverse DNS Lookup'>How to Set Up a PTR Record for a Reverse DNS Lookup</a></li>
</ol>]]></description>
			<content:encoded><![CDATA[<p>How to Use Reverse Lookup in Command Prompt</p>

<p>Related posts:<ol><li><a href='http://www.dbuggr.com/nishantbaxi/reverse-dns-lookup/' rel='bookmark' title='Permanent Link: How to Do a Reverse DNS Lookup'>How to Do a Reverse DNS Lookup</a></li>
<li><a href='http://www.dbuggr.com/nishantbaxi/reverse-ip-lookup/' rel='bookmark' title='Permanent Link: How to Do a Reverse IP Lookup'>How to Do a Reverse IP Lookup</a></li>
<li><a href='http://www.dbuggr.com/nishantbaxi/set-ptr-record-reverse-dns-lookup/' rel='bookmark' title='Permanent Link: How to Set Up a PTR Record for a Reverse DNS Lookup'>How to Set Up a PTR Record for a Reverse DNS Lookup</a></li>
</ol></p>]]></content:encoded>
			<wfw:commentRss>http://www.dbuggr.com/nishantbaxi/reverse-lookup-command-prompt/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>Does Oracle SQLPLUS Issue Commit when Using Exit or Quit Command?</title>
		<link>http://www.dbuggr.com/smallwei/oracle-sqlplus-issue-commit-exit-quit-command/</link>
		<comments>http://www.dbuggr.com/smallwei/oracle-sqlplus-issue-commit-exit-quit-command/#comments</comments>
		<pubDate>Mon, 15 Feb 2010 17:36:04 +0000</pubDate>
		<dc:creator>smallwei</dc:creator>
				<category><![CDATA[tech]]></category>
		<category><![CDATA[command]]></category>
		<category><![CDATA[exit]]></category>
		<category><![CDATA[issue]]></category>
		<category><![CDATA[oracle]]></category>
		<category><![CDATA[sqlplus]]></category>

		<guid isPermaLink="false">http://www.dbuggr.com/smallwei/oracle-sqlplus-issue-commit-exit-quit-command/</guid>
		<description><![CDATA[Does Oracle SQLPLUS issue commit when using exit or quit command?

Related posts:How to Run/execute SQL Script Outside of SQLPLUS in Windows DOS Command Prompt
Commit and Rollback in Oracle
How to Interact with Oracle SQLPLUS Using Windows Batch Script



Related posts:<ol><li><a href='http://www.dbuggr.com/smallwei/run-execute-sql-script-windows-dos-command-prompt-sqlpl/' rel='bookmark' title='Permanent Link: How to Run/execute SQL Script Outside of SQLPLUS in Windows DOS Command Prompt'>How to Run/execute SQL Script Outside of SQLPLUS in Windows DOS Command Prompt</a></li>
<li><a href='http://www.dbuggr.com/abhaybharti/commit-rollback-oracle/' rel='bookmark' title='Permanent Link: Commit and Rollback in Oracle'>Commit and Rollback in Oracle</a></li>
<li><a href='http://www.dbuggr.com/smallwei/interact-oracle-sqlplus-windows-batch-script/' rel='bookmark' title='Permanent Link: How to Interact with Oracle SQLPLUS Using Windows Batch Script'>How to Interact with Oracle SQLPLUS Using Windows Batch Script</a></li>
</ol>]]></description>
			<content:encoded><![CDATA[<p>Does Oracle SQLPLUS issue commit when using exit or quit command?</p>

<p>Related posts:<ol><li><a href='http://www.dbuggr.com/smallwei/run-execute-sql-script-windows-dos-command-prompt-sqlpl/' rel='bookmark' title='Permanent Link: How to Run/execute SQL Script Outside of SQLPLUS in Windows DOS Command Prompt'>How to Run/execute SQL Script Outside of SQLPLUS in Windows DOS Command Prompt</a></li>
<li><a href='http://www.dbuggr.com/abhaybharti/commit-rollback-oracle/' rel='bookmark' title='Permanent Link: Commit and Rollback in Oracle'>Commit and Rollback in Oracle</a></li>
<li><a href='http://www.dbuggr.com/smallwei/interact-oracle-sqlplus-windows-batch-script/' rel='bookmark' title='Permanent Link: How to Interact with Oracle SQLPLUS Using Windows Batch Script'>How to Interact with Oracle SQLPLUS Using Windows Batch Script</a></li>
</ol></p>]]></content:encoded>
			<wfw:commentRss>http://www.dbuggr.com/smallwei/oracle-sqlplus-issue-commit-exit-quit-command/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
	</channel>
</rss>
<!-- WP Super Cache is installed but broken. The path to wp-cache-phase1.php in wp-content/advanced-cache.php must be fixed! -->