-
-
Notifications
You must be signed in to change notification settings - Fork 974
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
Pipes and Filters - sort -n works differently for each OS #1319
Comments
In response to @SJaffa, I am not privy of analytics concerning demographics of users of the curriculum for shell-novice, but I would say that a great deal of developers, "novice" or "seasoned" work primarily with Linux/Unix-based operating systems. Also, the implementation of Git Bash on Windows and even key management on Windows diverge in varying degrees from Linux/Unix. Perhaps, the preface for this lesson should emphasize the eventual migration to Linux/Unix (whether as VM or not) for developers. What are your thoughts? |
In my experience teaching this course to University researchers (PhD and staff) across all disciplines, we get very few or no Linux users, probably a 50/50 split of Mac and Windows users. I don't think many of them would call themselves developers, or be aiming to become developers. This would also be useful to highlight in the teaching material because our instructors are often on Linux so would be unaware that what they are saying doesn't match the learners' experience. |
The pre-course surveys ask what operating system attendees are using, so instructors have this information. The skills should also be transferable to Windows powershell. Leaving |
@SJaffa this makes sense, given the intended audience. Thank you for your reply. |
@bkmgit I think including |
In the Filtering output section of episode "Pipes and filters" it says
However, on Windows (Git Bash) and macOS it seems to sort numerically by default, only on Linux it sorts alphabetically so we need to use
sort -n
. Most of our learners are using mac or windows so would be good to note this.The text was updated successfully, but these errors were encountered: