<p>Please refer to the topic on <ahref="../bash-scripting.html">Scripting</a> for a few links to online tutorials on working in the shell and also have a look at <ahref="cli-apps.html">Haiku's commandline applications</a>. Here, we'll concentrate on the Terminal application itself.</p>
<p>Puede abrir tantas Terminales como se necesite, cada una de ellas en su propia ventana simplemente abriendo más Terminales o con <spanclass="key">ALT</span><spanclass="key">N</span> desde una Terminal que ya esté corriendo. O puede usar la vista por pestañas de Terminal y abrir otra pestaña con <spanclass="key">ALT</span><spanclass="key">T</span>.</p>
<p>Double-clicking into the emtpy part of the tab bar opens a new tab; onto a tab opens a dialog to rename its title. There are several %-designated variables that are explained with a tooltip when you hover the mouse over the text field.<br/>
By default, <tt>%1d: %p</tt>, a tab shows the current directory and, separated by a <tt>:</tt>, the name of the currently running process (or <tt>--</tt> if it's just bash running, probably idling). The screenshot above shows the first tab with a FTP session in the <spanclass="path">Desktop</span> folder and a second tab idling at <spanclass="path">home</span>.<br/>
<p>Right-clicking a tab shows a context menu to <spanclass="menu">Close tab</span>, <spanclass="menu">Close other tabs</span> or, like double-clicking, <spanclass="menu">Edit tab title...</span>.</p>
<p>Una ventana de Terminal se puede retamañar como cualquier o puede usar los ajustes preestablecidos desde el menú <spanclass="menu">Settings | Window Size</span> (Selecciones | Ventana). <spanclass="key">ALT</span><spanclass="key">ENTER</span> habilita o deshabilita el modo a pantalla completa.</p>
<p>El tamaño de ventana modificada y la codificación del texto sólo se mantienen seleccionando <spanclass="menu">Settings | Save as default</span> (Selecciones | Guardar como predeterminado).</p>
<p>It starts off with the "formulas" for naming tab and window titles. Again, tooltips show the available variables. Below that you set font type, font size and the different text and background colors. You can choose a pre-defined color schema like <spanclass="menu">Black on white</span> or <spanclass="menu">White on black</span> or create a <spanclass="menu">Custom</span> one using the color picker below.<br/>
Activate the checkbox to <spanclass="menu">Confirm exit if active programs exist</span> and you'll be warned when trying to close a Terminal window while an app is still being executed.<br/>
You can save different settings as separate profiles, which on double-click open an accordingly configured Terminal.<br/>
Pressing <spanclass="button">OK</span> will save the current settings as default.</p>
<p>Coming from Unix, there are countless possibilities to customize the bash itself. There are two files that are especially important to the user: <spanclass="cli">.profile</span> and <spanclass="cli">.inputrc</span><br/>
Both files can be created in the <spanclass="path">home/</span> folder and add or override the system defaults that are defined in <spanclass="path">/boot/common/etc/</span>.</p>
<p>El archivo <spanclass="cli">.profile</span> se caraga cada vez que se abre una Terminal nueva. Selecciona toda clase de "aliases" y variables que afectarán el comportamiento y apariencia de Bash. Encontrará muchos recursos en línea que detallen todas las posibilidades.</p>
<p>El "Haiku/BeOS Tip Server" (Servidor de consejos de Haiku/BeOS, en inglés) tiene bastantes consejos para iniciar, por ejemplo:</p>
<p>El archivo <spanclass="cli">.inputrc</span> trata con teclas de acceso rápido. Ya que Haiku proporciona predeterminados útiles, probablemente no tenga que lidiar con estas selecciones más envueltas. Si tiene necesidades especiales aquí, consulte alguno de los vastos recursos en línea, p. ej., <ahref="http://tiswww.case.edu/php/chet/readline/rluserman.html">The GNU Readline Library</a> (La biblioteca de lectura en línea de GNU, en inglés).</p>
<ul><li><p>Al arrastrar un archivo o carpeta desde una ventana de Tracker a la Terminal insertará su ruta en la posición del cursor. Arrastrar con el botón derecho del ratón ofrece acciones adicionales en un menú contextual:</p>
<tr><td><spanclass="menu">Insert Path</span> (insertar ruta)</td><td></td><td>Inserta la ubicación del archivo, igual que arrastrar y soltar con el botón izquierdo del ratón.</td></tr>
<tr><td><spanclass="menu">Change Directory</span> (cambiar carpeta)</td><td></td><td>Cambia a la carpeta del archivo arrastrado.</td></tr>
<tr><td><spanclass="menu">Create Link Here</span> (crear enlace aquí)</td><td></td><td>Crea un enlace al archivo arrastrado en la carpeta de trabajo actual de la Terminal.</td></tr>
<tr><td><spanclass="menu">Move Here</span> (mover aquí)</td><td></td><td>Mueve el archivo arrastrado dentro de la carpeta de trabajo actual de la Terminal.</td></tr>
<tr><td><spanclass="menu">Copy Here</span> (copiar aquí)</td><td></td><td>Copia el archivo arrastrado dentro de la carpeta de trabajo actual de la Terminal.</td></tr>
<li><p>Puede abrir cualquier archivo con su aplicación preferida con el comando <spanclass="cli">open <i>[nombredearchivo]</i></span>. Esto también funciona con la representación de la carpeta actual ("<spanclass="cli">.</span>") y su carpeta padre ("<spanclass="cli">..</span>") que lo abren en una ventana de Tracker. Así que, para abrir la carpeta de trabajo actual, se escribe:</p>