Note that there are some explanatory texts on larger screens.

plurals
  1. PO
    primarykey
    data
    text
    <p>I suspect you can control commands to be executed too. One of the programs I use creates a single-tab terminal window and arranges to execute a profile-setting script before continuing to the command prompt - the same should be feasible for a multi-tab terminal. The file is a MacOS X properties XML file.</p> <pre><code>&lt;?xml version="1.0" encoding="UTF-8"?&gt; &lt;!DOCTYPE plist PUBLIC "-//Apple//DTD PLIST 1.0//EN" "http://www.apple.com/DTDs/PropertyList-1.0.dtd"&gt; &lt;plist version="1.0"&gt; &lt;dict&gt; &lt;key&gt;CommandString&lt;/key&gt; &lt;string&gt;. /Applications/IBM/informix/demo/server/profile_settings&lt;/string&gt; &lt;key&gt;FontAntialias&lt;/key&gt; &lt;false/&gt; &lt;key&gt;RunCommandAsShell&lt;/key&gt; &lt;false/&gt; &lt;key&gt;ShowShellCommandInTitle&lt;/key&gt; &lt;true/&gt; &lt;key&gt;TerminalType&lt;/key&gt; &lt;string&gt;xterm&lt;/string&gt; &lt;key&gt;WindowTitle&lt;/key&gt; &lt;string&gt;IDS Command Window&lt;/string&gt; &lt;key&gt;name&lt;/key&gt; &lt;string&gt;IDS Command Window&lt;/string&gt; &lt;key&gt;type&lt;/key&gt; &lt;string&gt;Window Settings&lt;/string&gt; &lt;/dict&gt; &lt;/plist&gt; </code></pre> <p>You can click on it and the terminal window is launched, the profile settings are set, and then you have a command prompt to type at. Presumably, changing the 'dot' command into the '<code>tail</code>' command of the question would work; it might be that the '<code>RunCommandAsShell</code>' key set to '<code>&lt;true\&gt;</code>' would replace the normal shell with the command - which is perhaps more appropriate for the question.</p>
    singulars
    1. This table or related slice is empty.
    1. This table or related slice is empty.
    plurals
    1. This table or related slice is empty.
    1. This table or related slice is empty.
    1. This table or related slice is empty.
    1. This table or related slice is empty.
    1. VO
      singulars
      1. This table or related slice is empty.
    1. This table or related slice is empty.
 

Querying!

 
Guidance

SQuiL has stopped working due to an internal error.

If you are curious you may find further information in the browser console, which is accessible through the devtools (F12).

Reload