Bash
Bourne Again Shell. Glues Unix tools together. Scripting language of systems. Simple yet complete.
Your Reaction
Similar Software
Unix
Unix philosophy revolutionized computing: small tools that do one thing perfectly, composed via pipes. Everything …
Linux
Free Unix-like kernel powering world. Linus Torvalds' gift to humanity. Runs servers, phones, supercomputers. Represents …
Linux
Linus Torvalds created free Unix-like kernel. Open source movement flagship. Powers servers, Android, and freedom.
Vim
Vi improved. Modal editing for keyboard mastery. Present on every Unix system. Learning curve is …
macOS
Apple's Unix-based OS with unmatched design. BSD core with polish. Represents intersection of power and …
Emacs
Emacs is not just editor but Lisp machine and way of life. Infinitely extensible. Holy …
tmux
Terminal multiplexer for managing multiple shell sessions. Detachable sessions survive disconnects. Keyboard-driven workflow. Essential for …
Emacs
Extensible text editor, almost an OS. Everything customizable through Emacs Lisp. Org-mode, email, IRC, games. …
Explore Related Domains
Discover connections across different types of entities
Bash
Bourne Again Shell. Unix automation standard. Simple but full programming language.
Unix Philosophy
Design philosophy for software emphasizing simplicity, modularity, and composability. Core principles: make each program do …
Rust
Mozilla's safe systems language. Borrow checker prevents memory errors. C++ replacement without garbage collection.
Assembly
Symbolic machine code. One step above binary. Architecture-specific but teaches computers.
C
Dennis Ritchie's portable assembler. Unix and OS foundation. Simple core, powerful abstractions.
Julia
MIT's scientific computing language. Python-like syntax with C-like speed. Multiple dispatch core.
Python
Guido's readable language conquered data science and scripting. Whitespace significance and gentle learning curve.
Haskell
Academic functional language. Pure functions and powerful type system. Monads solve IO problem.