Week 3 - Knowing Linux Basics #27
MichaelCade
started this conversation in
General
Replies: 1 comment 1 reply
-
On the days15.md about Linux commands for devops, you've mentioned the use of cat and grep at the same time with piping. I don't think it's really necessary. Instead of using, for example, cat days15 | grep "90DaysOfDevOps," which results in "Hello #90DaysOfDevOps," you can use only grep without cat, like this: grep "90DaysOfDevOps" days15, which also gives the same result but with less command that we have to write. I am enjoying your content so much, Cherss. |
Beta Was this translation helpful? Give feedback.
1 reply
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
https://github.com/MichaelCade/90DaysOfDevOps#learning-a-programming-language
Beta Was this translation helpful? Give feedback.
All reactions