English:
This repository contains examples of Bash scripts designed for beginners. These examples demonstrate key Bash concepts and practical applications, providing a solid foundation for anyone interested in shell scripting.
Español:
Este repositorio contiene ejemplos de scripts en Bash diseñados para principiantes. Estos ejemplos demuestran conceptos clave de Bash y aplicaciones prácticas, proporcionando una base sólida para quienes estén interesados en la programación de scripts.
-
English:
- Examples of common Bash operations such as loops, conditionals, and variable handling.
- Simple scripts for automation of repetitive tasks.
- Clear and concise code for easy understanding.
-
Español:
- Ejemplos de operaciones comunes en Bash como bucles, condicionales y manejo de variables.
- Scripts simples para automatizar tareas repetitivas.
- Código claro y conciso para facilitar su comprensión.
- English: A Unix-based system with Bash installed.
- Español: Un sistema basado en Unix con Bash instalado.
- Clone the repository:
git clone https://github.com/crlangas/bash_scripting_begginer.git cd bash_scripting_begginer - Explore the scripts in the repository.
- Run the scripts to understand their functionality:
chmod 755 <nombre_del_script>.sh bash <script_name>.sh or o ./<nombre_del_script>.sh
- Use these examples as templates for your own scripts.
- Clona el repositorio:
git clone https://github.com/crlangas/bash_scripting_begginer.git cd bash_scripting_begginer - Explora los scripts en el repositorio.
- Ejecuta los scripts para entender su funcionalidad:
chmod 755 <nombre_del_script>.sh bash <nombre_del_script>.sh o ./<nombre_del_script>.sh
- Usa estos ejemplos como plantillas para tus propios scripts.
- English: Contributions are welcome! If you have ideas or improvements, feel free to open issues or submit pull requests.
- Español: ¡Las contribuciones son bienvenidas! Si tienes ideas o mejoras, no dudes en abrir issues o enviar pull requests.
- English: This project is licensed under the GLP 3.0 Licence.
- Español: Este proyecto está licenciado bajo la Licencia GLP 3.0 .