Skip to content

crlangas/bash_scripting_begginer

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

12 Commits
 
 
 
 
 
 

Repository files navigation

Bash Scripting Beginner (Inglés / Español)

🖋️ Overview / Descripción general

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.


🌟 Features / Características

  • 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.

⚙️ Requirements / Requisitos

  • English: A Unix-based system with Bash installed.
  • Español: Un sistema basado en Unix con Bash instalado.

🚀 Getting Started / Comenzando

English:

  1. Clone the repository:
    git clone https://github.com/crlangas/bash_scripting_begginer.git
    cd bash_scripting_begginer
  2. Explore the scripts in the repository.
  3. Run the scripts to understand their functionality:
    chmod 755 <nombre_del_script>.sh
    bash <script_name>.sh or o ./<nombre_del_script>.sh
  4. Use these examples as templates for your own scripts.

Español:

  1. Clona el repositorio:
    git clone https://github.com/crlangas/bash_scripting_begginer.git
    cd bash_scripting_begginer
  2. Explora los scripts en el repositorio.
  3. Ejecuta los scripts para entender su funcionalidad:
    chmod 755 <nombre_del_script>.sh
    bash <nombre_del_script>.sh o ./<nombre_del_script>.sh
  4. Usa estos ejemplos como plantillas para tus propios scripts.

🤝 Contributions / Contribuciones

  • 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.

📜 License / Licencia

  • English: This project is licensed under the GLP 3.0 Licence.
  • Español: Este proyecto está licenciado bajo la Licencia GLP 3.0 .

Enjoy exploring Bash scripting!

¡Disfruta explorando la programación en Bash!

About

my first bash scripts

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages