<?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/"
	
xmlns:georss="http://www.georss.org/georss" xmlns:geo="http://www.w3.org/2003/01/geo/wgs84_pos#"
>

<channel>
	<title>OS X-mavericks &#8211; Journal of PlanetMike</title>
	<atom:link href="/category/technology/osx-mavericks/feed/" rel="self" type="application/rss+xml" />
	<link>/</link>
	<description>Tips and tricks to get technology to work for you, by Michael Boyd Clark</description>
	<lastBuildDate>Tue, 21 May 2019 17:07:45 +0000</lastBuildDate>
	<language>en-US</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	
<site xmlns="com-wordpress:feed-additions:1">40216741</site>	<item>
		<title>Changing the OS X Mavericks Command Prompt</title>
		<link>/2014/01/04/changing-the-os-x-mavericks-command-prompt/</link>
		<pubDate>Sat, 04 Jan 2014 13:46:17 +0000</pubDate>
		<dc:creator><![CDATA[Michael Clark]]></dc:creator>
				<category><![CDATA[OS X-mavericks]]></category>

		<guid isPermaLink="false">http://www.planetmike.com/?p=2610</guid>
		<description><![CDATA[In your home directory, add this line: 7b1d91231a87fb75e0054e886a0dea57 export PS1=&#8221;\d, \t\n \w \$ &#8221; to your .bash_profile settings file. This will have your command prompt appear with the current date, current time, a line break, and then the complete path to the directory you are in. The variables you can use include: \a an ASCII [&#8230;]]]></description>
				<content:encoded><![CDATA[<p>In your home directory, add this line: 7b1d91231a87fb75e0054e886a0dea57 </p>
<p>export PS1=&#8221;\d, \t\n \w \$ &#8221;</p>
<p>to your .bash_profile settings file. This will have your command prompt appear with the current date, current time, a line break, and then the complete path to the directory you are in. The variables you can use include:</p>
<dl>
<dt>\a</dt>
<dd>an ASCII bell character (07)</dd>
<dt>\d</dt>
<dd>the date in &#8220;Weekday Month Date&#8221; format (e.g., &#8220;Tue May 26&#8221;)</dd>
<dt>\D{format}</dt>
<dd>the format is passed to strftime(3) and the result is inserted into the prompt string; an empty  format  results  in  a locale-specific time representation.  The braces are required</dd>
<dt>\e</dt>
<dd>an ASCII escape character (033)</dd>
<dt>\h</dt>
<dd>the hostname up to the first `.&#8217;</dd>
<dt>\H</dt>
<dd>the hostname</dd>
<dt>\j</dt>
<dd>the number of jobs currently managed by the shell</dd>
<dt>\l</dt>
<dd>the basename of the shell&#8217;s terminal device name</dd>
<dt>\n</dt>
<dd>newline</dd>
<dt>\r</dt>
<dd>carriage return</dd>
<dt>\s</dt>
<dd>the name of the shell, the basename of $0 (the portion following the final slash)</dd>
<dt>\t</dt>
<dd>the current time in 24-hour HH:MM:SS format</dd>
<dt>\T</dt>
<dd>the current time in 12-hour HH:MM:SS format</dd>
<dt>\@</dt>
<dd>the current time in 12-hour am/pm format</dd>
<dt>\A</dt>
<dd>the current time in 24-hour HH:MM format</dd>
<dt>\u</dt>
<dd>the username of the current user</dd>
<dt>\v</dt>
<dd>the version of bash (e.g., 2.00)</dd>
<dt>\V</dt>
<dd>the release of bash, version + patch level (e.g., 2.00.0)</dd>
<dt>\w</dt>
<dd>the current working directory, with $HOME abbreviated with a tilde</dd>
<dt>\W</dt>
<dd>the basename of the current working directory, with $HOME abbreviated with a tilde</dd>
<dt>\!</dt>
<dd>the history number of this command</dd>
<dt>\#</dt>
<dd>the command number of this command</dd>
<dt>\$</dt>
<dd>if the effective UID is 0, a #, otherwise a $</dd>
<dt>\nnn</dt>
<dd>the character corresponding to the octal number nnn</dd>
<dt>\\</dt>
<dd>a backslash</dd>
<dt>\[</dt>
<dd>begin a sequence of non-printing characters, which could be used to embed a terminal control sequence into the prompt</dd>
<dt>\]</dt>
<dd>end a sequence of non-printing characters</dd>
</dl>
<p>I know this may not be very useful to a  lot of people, but I wanted to make a note of this for the future. Happy New Year!</p>
 198.136.50.162 06/Dec/2019:01:57:39<br /><br />Copyright &copy; 2019 <strong><a href="/">Journal of PlanetMike</a></strong>. This Feed is for personal non-commercial use only. If you are not reading this material at http://www.planetmike.com/ or in your news aggregator, the site you are looking at is guilty of copyright infringement. Please contact copyright@planetmike.com so we can take legal action immediately.]]></content:encoded>
		<post-id xmlns="com-wordpress:feed-additions:1">2610</post-id>	</item>
	</channel>
</rss>
