Best of Shell — April 2024
- 1
- 2
LogRocket·2y
Exploring Nushell, a Rust-powered, cross-platform shell
Nushell is a modern, cross-platform shell built with Rust. It emphasizes accepting, displaying, and working with structured data. It can be installed using pre-built binaries or package managers. Nushell has its own scripting language called Nu.
- 3
AWS in Plain English·2y
Shell Scripting Cheat-sheet with Example
Learn the basics of shell scripting with this cheat-sheet. Covering topics such as variables, user input, conditional statements, loops, functions, file operations, string operations, input/output, command line arguments, and math operations.
- 4
Lobsters·2yPowerShell: the object-oriented shell you didn’t know you needed
Learn about PowerShell, an object-oriented shell and scripting language from Microsoft that is powerful, versatile, and has unique features compared to standard Unix shells. Topics covered include differences between Windows PowerShell and PowerShell Core, working with files and directories, finding duplicates, using .NET classes and COM objects, launching Internet Explorer, and customizing the PowerShell prompt.