Simple CheatSheet
    • PythonPython
    • DatabaseDatabase
    • Operating SystemOperating System
    • ProgrammingProgramming
    • Linux CommandLinux Command
    • ToolkitToolkit
    • OtherOther
    • Keyboard ShortcutsKeyboard Shortcuts
Dart
Dart
HTML Canvas
HTML Canvas
Redis
Redis
Bash
Bash
JavaScript
JavaScript
Bash
Bash
Getting Started

Shell execution

# => I'm in /path/of/current echo "I'm in $(PWD)" # Same as: echo "I'm in `pwd`" 

See: Command substitution

Comments
Related
  • Also see
  • Miscellaneous
  • Bash History
  • Bash Options
  • Bash Functions
  • Bash Loops
  • Bash Conditionals
  • Bash Dictionaries
  • Bash Arrays
  • Bash Parameter expansions
  • Getting Started