Tags: bash* + scripting*

0 bookmark(s) - Sort by: Date ↓ / Title /

  1. Dune is a shell designed for powerful scripting, combining elements of bash and Lisp, offering normal shell operations and functional programming abstractions for sysadmin tasks.
    2024-09-28 Tags: , , , , , , , by klotz
  2. Introduction to parameter substitution in Bash scripting

    Different types of parameter substitution:
    - ${parameter}
    - ${parameter-:-word}
    - ${parameter-:=word}
    - ${parameter-:?word}
    - ${parameter-:+word}

    - Examples of using parameter substitution, positional parameters and special parameters in Bash
    2024-04-01 Tags: , , , , by klotz

Top of the page

First / Previous / Next / Last / Page 1 of 0 SemanticScuttle - klotz.me: tagged with "bash+scripting"

About - Propulsed by SemanticScuttle