<?xml version="1.0" encoding="utf-8" standalone="yes"?><rss version="2.0" xmlns:atom="http://www.w3.org/2005/Atom" xmlns:content="http://purl.org/rss/1.0/modules/content/"><channel><title>Terminal on kenops</title><link>https://www.kenops.io/tags/terminal/</link><description>Recent content in Terminal on kenops</description><generator>Hugo</generator><language>en</language><lastBuildDate>Thu, 25 Jun 2009 19:39:04 +0000</lastBuildDate><atom:link href="https://www.kenops.io/tags/terminal/index.xml" rel="self" type="application/rss+xml"/><item><title>Cleanup the Open with... menu in OS X</title><link>https://www.kenops.io/posts/cleanup-the-open-with-menu-in-os-x/</link><pubDate>Thu, 25 Jun 2009 19:39:04 +0000</pubDate><guid>https://www.kenops.io/posts/cleanup-the-open-with-menu-in-os-x/</guid><description>&lt;p&gt;For OS X Leopard this worked for me. Cut and paste this command into terminal:&lt;/p&gt;
&lt;pre tabindex="0"&gt;&lt;code&gt;/System/Library/Frameworks/CoreServices.f*/Frameworks/LaunchS*/Support/lsregister \
 -kill -r -domain local -domain system -domain user
&lt;/code&gt;&lt;/pre&gt;</description></item><item><title>Fixing the command "man" in OSX</title><link>https://www.kenops.io/posts/fixing-the-command-man-in-osx/</link><pubDate>Sun, 18 Jan 2009 05:36:18 +0000</pubDate><guid>https://www.kenops.io/posts/fixing-the-command-man-in-osx/</guid><description>&lt;p&gt;&lt;img alt="apple-image" loading="lazy" src="https://www.kenops.io/uploads/2009/02/apple-image-300x187.jpg" title="apple-image"&gt;The command ‘man’ in terminal has an annoying feature: it clears the screen on exit. So if you find a command line switch you want to try, when you exit man the detail all disappears.
To correct this, change the following line in /private/etc/man.conf:&lt;/p&gt;
&lt;pre tabindex="0"&gt;&lt;code&gt;PAGER /usr/bin/less -is
&lt;/code&gt;&lt;/pre&gt;&lt;p&gt;to&lt;/p&gt;
&lt;pre tabindex="0"&gt;&lt;code&gt;PAGER /usr/bin/less -isX
&lt;/code&gt;&lt;/pre&gt;</description></item></channel></rss>