Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Translate to spanish: 023 Bash Redirection #171

Merged
merged 3 commits into from
Oct 27, 2024

Conversation

marcelozarate
Copy link
Contributor

What type of PR is this? (check all applicable)

  • ♻️ Refactor
  • ✨ Feature
  • 🐛 Bug Fix
  • 👷 Optimization
  • 📝 Documentation Update
  • 🚩 Other

Description

This translates chapter 023 to spanish in a formal tone like the rest of the book.

Related Tickets & Documents

Added to documentation?

  • 📜 readme
  • 🙅 no documentation needed

[optional] What gif best describes this PR or how it makes you feel?

Copy link

what-the-diff bot commented Oct 25, 2024

PR Summary

  • New Spanish Markdown File

    • A new Spanish markdown file has been introduced called "Redirección en Bash", focusing on the subject of shell redirection.
  • Shell Redirection Overview

    • A comprehensive overview of shell redirection has been provided. This includes definitions and practical examples for Standard Input (STDIN), Standard Output (STDOUT), and Standard Error (STDERR).
  • Redirection Operators Overview

    • Detailed explanations and examples have been included for various redirection operators such as >, >>, 2>, |, <<, and <<<.
  • Comparison Between Pipes and Redirection

    • Thorough explanation on the differences between pipes and redirection to provide a better understanding of how they work.
  • Here Document and Here String Sections

    • The new file includes special sections talking about the concepts of "Here Document" and "Here String". Examples and how-to guides are also provided.
  • Redirection Operators Summary Table

    • All the information on redirection operators has been concisely summarized into a quick-reference table.

Copy link
Contributor Author

@marcelozarate marcelozarate left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Added line break at the end

@marcelozarate marcelozarate changed the title Translate to spanish: 032 Bash Redirection Translate to spanish: 023 Bash Redirection Oct 25, 2024
@marcelozarate
Copy link
Contributor Author

Can you check this out? @bobbyiliev

Copy link
Owner

@bobbyiliev bobbyiliev left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Looks good to me! Thank you!

@bobbyiliev bobbyiliev merged commit 9140d88 into bobbyiliev:main Oct 27, 2024
@marcelozarate marcelozarate deleted the es-023-bash-redirection branch October 27, 2024 19:49
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants