Choorai

CLI / Terminal Basics

OS-specific essentials for navigation and command execution.

Understand these first

  • Always check current path first (pwd or Get-Location).
  • Double-check paths before delete commands.
  • Run commands from project root consistently.

CLI commands by OS

Common file/navigation commands for zsh shell.

pwd
ls -la
cd my-project
mkdir src
cp .env.example .env
rm -rf dist
  • Default shell is usually zsh.
  • Path separator is /

Last updated: February 22, 2026 · Version: v0.0.1

Send Feedback

Opens a new issue page with your message.

Open GitHub Issue