-
Notifications
You must be signed in to change notification settings - Fork 1
[ADD] Adding a blog post describing the review of "Introduction to the command line" #4
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
[ADD] Adding a blog post describing the review of "Introduction to the command line" #4
Conversation
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
This review only tries to fix language issues, and is not extensive. My comments could also be ambiguous.
## tl;dr | ||
|
||
|
||
Every chapter will introduce a bunch of comandline utilities and will point to |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
command
its respective documentation for further learning. You should expect chapters | ||
describing from the [grep](https://www.gnu.org/software/grep/manual/grep.html) | ||
command to [GNU Octave](https://www.gnu.org/software/octave/) which is a | ||
scientific programming language. The chapters are independent from each other. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
independent of
describing from the [grep](https://www.gnu.org/software/grep/manual/grep.html) | ||
command to [GNU Octave](https://www.gnu.org/software/octave/) which is a | ||
scientific programming language. The chapters are independent from each other. | ||
The book is must read if you new to the |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
if you are new to
command to [GNU Octave](https://www.gnu.org/software/octave/) which is a | ||
scientific programming language. The chapters are independent from each other. | ||
The book is must read if you new to the | ||
[GNU/Linux](https://en.wikipedia.org/wiki/Linux) command line. If you new are at |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
If you are at
The book is community driven and published under [FLOSS | ||
Manual](http://flossmanuals.net). It is a collaborative effort of the | ||
[FSF](http://www.fsf.org/) community. The fun part is you can contribute to this | ||
book by adding new chapters or improve an existing one. I fixed one typo to this |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
or by improving
|
||
I didn't encounter with any saviour mistakes except one typo. The section of | ||
**Userful customizations** on page number 80 of my printed version, contains | ||
below example: |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
the following example:
``` | ||
|
||
Here, **$arg** is a misprint. A shell variable is never assigned with **$**. It | ||
should be `args=$1`. I myself has corrected the typographical error in the |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I have corrected the
|
||
Here, **$arg** is a misprint. A shell variable is never assigned with **$**. It | ||
should be `args=$1`. I myself has corrected the typographical error in the | ||
book. This change will be published maybe in the next release of this book. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
release of the book.
book. This change will be published maybe in the next release of this book. | ||
|
||
If you are encountering any mistakes while reading, I request you to fix the | ||
change to [here](http://write.flossmanuals.net/command-line/introduction/). The |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Remove to.
If you are encountering any mistakes while reading, I request you to fix the | ||
change to [here](http://write.flossmanuals.net/command-line/introduction/). The | ||
interface for editing the book is beginner friendly. It took less than 5 minutes | ||
to drive the change. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
May be what you want to say is "make the change" instead of "drive the change"?
Description: Writing blog post reviewing book Introduction to the Command Line.
How to review this post?
Write your review directly to this pull request.
Review grammatical or spelling mistakes.
Suggest better sentence construction if you think any.
Write your review regarding the image linked with the blog post.