Command Palette
Search for a command to run...
Comments
Join the discussionNo comments yet. Be the first to comment.
Learn
The Shell
About Shell and bash What is the shell? Shell is a textual interface. Terminal is the virtual interface to a shell. In linux and macos, it is called bash (Bourne Again SHell). Navigating in the shell The prompt we see in a terminal when we open it f...
More from this blog
Command-line Environment
Arguments ls -l folder/ - means we are executing the program /bin/ls with arguments [‘l’, ‘folder/’] Arguments will consists of mixture of flags and regular strings. Flags can be identified because they are prceded by dash (-) or double-dash (- -)....
The Shell
About Shell and bash What is the shell? Shell is a textual interface. Terminal is the virtual interface to a shell. In linux and macos, it is called bash (Bourne Again SHell). Navigating in the shell The prompt we see in a terminal when we open it f...
Review of "Making Good Decisions Without Predictions"
Making Good Decisions Without Predictions: Robust Decision Making for Planning Under Deep Uncertainty Under the condition of unprecedented, transformative, and surprising change, the quantitative models and methods may become counterproductive or ins...
Muhammed Rashid
4 posts