Best of ShellApril 2024

  1. 1
    Article
    Avatar of itsfossIt's Foss·2y

    How to Make Bash Function Return Value

    Learn how to make bash functions return a value using the standard output data stream or global variables.

  2. 2
    Article
    Avatar of logrocketLogRocket·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. 3
    Article
    Avatar of awsplainenglishAWS 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. 4
    Article
    Avatar of lobstersLobsters·2y

    PowerShell: 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.