3 रिपॉजिटरी
Groups a sequence of commands under a name and invokes that name to execute the block, optionally passing arguments.
Distinct from Scripted Function Definitions: Distinct from general Scripted Function Definitions: focuses on Bash-specific function syntax and argument passing within shell scripts.
Explore 3 awesome GitHub repositories matching software engineering & architecture · Shell Function Definitions. Refine with filters or upvote what's useful.
Documents the syntax for defining and invoking named command blocks with optional arguments in Bash.
यह प्रोजेक्ट एक व्यापक शैक्षिक संसाधन है जिसमें Bash प्रोग्रामिंग ट्यूटोरियल, स्क्रिप्टिंग संदर्भ और Linux कमांड लाइन मैनुअल शामिल हैं। यह स्क्रिप्ट लिखने, सिस्टम कार्यों को स्वचालित करने और टर्मिनल नेविगेशन व Unix सिस्टम प्रशासन में महारत हासिल करने के लिए निर्देशात्मक सामग्री प्रदान करता है। गाइड शेल पर्यावरण अनुकूलन की एक विस्तृत श्रृंखला को कवर करते हैं, जिसमें प्रॉम्प्ट स्टाइलिंग और उपनामों (aliases) का उपयोग शामिल है। यह कॉन्फ़िगरेशन फ़ाइलों को प्रबंधित करने और उपयोगकर्ता वातावरण को इनिशियलाइज़ करने के लिए एक शेल पर्यावरण गाइड भी प्रदान करता है। सामग्री नियंत्रण प्रवाह तर्क, अनुक्रमित और सहयोगी सरणियों (indexed and associative arrays) के साथ डेटा प्रबंधन, और टेक्स्ट प्रोसेसिंग सहित क्षमताओं का एक व्यापक सेट बताती है। अन्य कवर किए गए क्षेत्रों में फ़ाइल और संसाधन प्रबंधन, नियमित अभिव्यक्तियों (regular expressions) के साथ पैटर्न मिलान, और स्क्रिप्ट डिबगिंग व सिंटैक्स सत्यापन के लिए ऑब्जर्वेबिलिटी टूल्स शामिल हैं। संसाधन कमांड इतिहास पुनर्प्राप्ति, इनपुट पूर्णता, और कमांड लाइन नेविगेशन के लिए कीबोर्ड शॉर्टकट जैसी इंटरैक्टिव टर्मिनल सुविधाओं की भी व्याख्या करता है।
Covers the definition and invocation of named command blocks to create reusable logic in scripts.
Oils is a Unix shell interpreter and scripting language runtime that combines a modern shell language with POSIX and Bash compatibility. It functions as a structured data shell, integrating JSON and J8 formats to manage complex data without relying on string parsing. The system is distinguished by a C++ transpiled interpreter that converts a subset of Python source code into strongly typed C++ for high-performance execution. It features a garbage-collected typed runtime that supports prototype-based polymorphism, lexical closures, and reference-based variable mutation. To decouple shell logic
Creates routines that manage I/O, external processes, and standard streams for advanced scripting.