<?xml version="1.0" encoding="UTF-8"?>
 <rdf:RDF xmlns="http://purl.org/rss/1.0/" xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#" xmlns:content="http://purl.org/rss/1.0/modules/content/" xmlns:taxo="http://purl.org/rss/1.0/modules/taxonomy/" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:cc="http://web.resource.org/cc/" xmlns:syn="http://purl.org/rss/1.0/modules/syndication/" xmlns:admin="http://webns.net/mvcb/">
  <channel rdf:about="http://pinboard.in">
    <title>Pinboard (Aetles)</title>
    <link>https://pinboard.in/u:Aetles/public/</link>
    <description>recent bookmarks from Aetles</description>
    <items>
      <rdf:Seq>	<rdf:li rdf:resource="http://explainshell.com/"/>
	<rdf:li rdf:resource="http://linuxaria.com/article/how-to-run-commands-background-nohup-disown?lang=en"/>
	<rdf:li rdf:resource="http://acquia.com/node/1097574"/>
	<rdf:li rdf:resource="http://www.webhostingtalk.com/showthread.php?t=672543"/>
      </rdf:Seq>
    </items>
  </channel><item rdf:about="http://explainshell.com/">
    <title>explainshell.com - match command-line arguments to their help text</title>
    <dc:date>2015-01-04T22:36:43+00:00</dc:date>
    <link>http://explainshell.com/</link>
    <dc:creator>Aetles</dc:creator><description><![CDATA[write down a command-line to see the help text that matches each argument]]></description>
<dc:subject>bash commandline terminal osx development</dc:subject>
<dc:source>https://pinboard.in/</dc:source>
<dc:identifier>https://pinboard.in/u:Aetles/b:1616638e8f9d/</dc:identifier>
<taxo:topics><rdf:Bag>	<rdf:li rdf:resource="https://pinboard.in/u:Aetles/t:bash"/>
	<rdf:li rdf:resource="https://pinboard.in/u:Aetles/t:commandline"/>
	<rdf:li rdf:resource="https://pinboard.in/u:Aetles/t:terminal"/>
	<rdf:li rdf:resource="https://pinboard.in/u:Aetles/t:osx"/>
	<rdf:li rdf:resource="https://pinboard.in/u:Aetles/t:development"/>
</rdf:Bag></taxo:topics>
</item>
<item rdf:about="http://linuxaria.com/article/how-to-run-commands-background-nohup-disown?lang=en">
    <title>» Linuxaria – Everything about GNU/Linux and Open source How to run commands in the background</title>
    <dc:date>2012-01-24T12:50:34+00:00</dc:date>
    <link>http://linuxaria.com/article/how-to-run-commands-background-nohup-disown?lang=en</link>
    <dc:creator>Aetles</dc:creator><description><![CDATA[Suppose you have a long-running task (for example, compiling a large program) that you need to run, but you also want to get some other work done. Linux lets you start a task in the background and keep on doing other things from the command prompt.

We will see in this article how to send commands in the background, then return them to the foreground, and make sure that also closing the current shell or terminal the process doesn’t remains tied to the session but continue to work.

An alternative to these command is using screen, as read in a former article, but now let’s seethe command bg and the spacial character &]]></description>
<dc:subject>linux terminal commandline</dc:subject>
<dc:source>https://pinboard.in/</dc:source>
<dc:identifier>https://pinboard.in/u:Aetles/b:4286e80f6f81/</dc:identifier>
<taxo:topics><rdf:Bag>	<rdf:li rdf:resource="https://pinboard.in/u:Aetles/t:linux"/>
	<rdf:li rdf:resource="https://pinboard.in/u:Aetles/t:terminal"/>
	<rdf:li rdf:resource="https://pinboard.in/u:Aetles/t:commandline"/>
</rdf:Bag></taxo:topics>
</item>
<item rdf:about="http://acquia.com/node/1097574">
    <title>Command line mysql | Acquia</title>
    <dc:date>2011-02-10T00:03:22+00:00</dc:date>
    <link>http://acquia.com/node/1097574</link>
    <dc:creator>Aetles</dc:creator><description><![CDATA[I am not having any trouble if I always use /Applications/acquia-drupal/mysql/bin/mysql -u$username -p$password $dbname when trying to work with a database on the DAMP stack and remember to use /usr/local/bin/mysql/bin/mysql ( the default) at other times.]]></description>
<dc:subject>acquiadrupal damp mysql commandline</dc:subject>
<dc:source>https://pinboard.in/</dc:source>
<dc:identifier>https://pinboard.in/u:Aetles/b:bca828569112/</dc:identifier>
<taxo:topics><rdf:Bag>	<rdf:li rdf:resource="https://pinboard.in/u:Aetles/t:acquiadrupal"/>
	<rdf:li rdf:resource="https://pinboard.in/u:Aetles/t:damp"/>
	<rdf:li rdf:resource="https://pinboard.in/u:Aetles/t:mysql"/>
	<rdf:li rdf:resource="https://pinboard.in/u:Aetles/t:commandline"/>
</rdf:Bag></taxo:topics>
</item>
<item rdf:about="http://www.webhostingtalk.com/showthread.php?t=672543">
    <title>How do you untar multiple .tar.gz files? - Web Hosting Talk</title>
    <dc:date>2010-10-30T22:46:57+00:00</dc:date>
    <link>http://www.webhostingtalk.com/showthread.php?t=672543</link>
    <dc:creator>Aetles</dc:creator><description><![CDATA[find will find files recursively in sub directories, if any. If that's what you want, great. If you only want files in the current directory, you can use:

for i in *.tar.gz; do tar xzvf $i; done
]]></description>
<dc:subject>tar commandline terminal ssh</dc:subject>
<dc:source>https://pinboard.in/</dc:source>
<dc:identifier>https://pinboard.in/u:Aetles/b:65b00de95d20/</dc:identifier>
<taxo:topics><rdf:Bag>	<rdf:li rdf:resource="https://pinboard.in/u:Aetles/t:tar"/>
	<rdf:li rdf:resource="https://pinboard.in/u:Aetles/t:commandline"/>
	<rdf:li rdf:resource="https://pinboard.in/u:Aetles/t:terminal"/>
	<rdf:li rdf:resource="https://pinboard.in/u:Aetles/t:ssh"/>
</rdf:Bag></taxo:topics>
</item>
</rdf:RDF>