awesome-repositories.com
© 2026 Bringes Technology SRL·VAT RO45896025·hello@bringes.io
MCPSitemapPrivacyTerms
Portable Scripting Standards · Awesome GitHub Repositories

1 repo

Awesome GitHub RepositoriesPortable Scripting Standards

Guidelines and syntax for writing scripts that run across diverse Unix-like environments.

Distinguishing note: Focuses on POSIX compliance for cross-platform compatibility rather than general shell features.

Explore 1 awesome GitHub repository matching programming languages & runtimes · Portable Scripting Standards. Refine with filters or upvote what's useful.

  1. Home
  2. Programming Languages & Runtimes
  3. Portable Scripting Standards

Awesome Portable Scripting Standards GitHub Repositories

Describe the repository you're looking for…
Find the best repos with AI.We'll search the best matching repositories with AI.
  • dylanaraps/pure-bash-bible

    dylanaraps/pure-bash-bible

    41,355View on GitHub↗

    This project is a curated knowledge base and technical reference for shell scripting, focused on performing common system tasks using only built-in shell features. It serves as a guide for implementing logic and automation without relying on external binaries or dependencies, ensuring scripts remain portable across standard Unix-like environments. The repository distinguishes itself by emphasizing native shell functions and syntax to minimize process forking and improve execution performance. It provides idiomatic patterns for complex string transformations, pattern matching, and data flow ma

    Ensures maximum portability across Unix-like systems by using standard shell syntax and built-ins.

    Shellbashbiblebook
    41,355View on GitHub↗