The cd command changes the bash shell's cwd.
The command is executed using the bash shell.
Make sure you are in a bash shell.
file in your home directory contains bash shell definitions and aliases for your own use.
en su directorio principal contiene definiciones de la shell de bash y alias para su propio uso.
Like any other process, the bash shell keeps track of its cwd while it runs.
El shell bash se mantiene al tanto de su cwd mientras está ejecutando.
The pwd command reports the bash shell's cwd.
El comando pwd muestra el cwd de la shell bash.
To run a bash shell instead of the default sh
Para usar la shell bash en vez de sh usado por defecto
The first line ensures that the bash shell is used for the script to run.
La primera línea garantiza que el shell bash se utiliza para ejecutar el script.
Ubuntu uses the bash shell as the default, so I show the code based on that.
Ubuntu usa el shell bash como predeterminado, así que muestro el código basado en él.
Also covered are basic administration topics such as deployment and software management and an introduction to the bash shell.
También se cubren aspectos básicos de administración, tales como instalación y administración de software, y una introducción al shell bash.
This post explains how to detach from the terminal a process that has been started from a bash shell on a linux system.
En este artículo se explica cómo desconectar del terminal un proceso que ha sido iniciado desde un shell bash en un sistema linux.
These files are sourced by the bash shell during runtime of mkinitcpio and should contain two functions: build and help.
Estos archivos se obtienen por la shell bash durante el tiempo de ejecución de mkinitcpio y contienen dos funciones: build y help.
This is technically not even a shebang line, but the way how bash shell processes executable text files, so this solution is bash specific.
Esto técnicamente ni siquiera es una línea de shebang, sino la forma en que una shell de bash procesa los archivos de texto ejecutables, de manera que esta solución es específica de bash.