-
-
Notifications
You must be signed in to change notification settings - Fork 7
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
Day 20 - minor suggestions #2
Comments
[First part of this comment was redacted after conducting more thorough tests]
For a text spanning over more than 3 consecutive lines - yes, might be quite useful, but for any shorter texts - just a matter of personal preference, some might say "an overkill".
You may as well span multiple lines trailed with implicit $ cat echo_test.sh
#!/usr/bin/env bash
echo "This is the first line for echo,
and this one is the second line.
This is the third and last one."
$ chmod +x echo_test.sh
$ ./echo_test.sh
This is the first line for echo,
and this one is the second line.
This is the third and last one.
$
Amen to that! :D |
@matt-kita would you like to incorporate this detail into the Day 20 lesson? Any other suggestions to the lesson flow are appreciated. |
By "this detail", did you mean applying and explaining the proper use of "here documents" instead of multiple |
@matt-kita specially the use of |
Mod mail from u/linux26
The text was updated successfully, but these errors were encountered: