raku
Verified for current stable LTS
Raku Commands
Raku command syntax with verified terminal examples.
Commands
7 commands for Raku
raku Search
Raku Command: Add Module Search Path
raku -I <path/to/module_directory> <path/to/script.raku> raku Operations
Raku Command: Check Syntax Raku Script
raku -c <path/to/script.raku> raku Operations
Raku Command: Execute Raku Script
raku <path/to/script.raku> raku Operations
Raku Command: Execute Single Raku Command
raku -e "<command>" raku Archive
Raku Command: Extract Doc From Raku Script
raku --doc <path/to/script.raku> raku Operations
Raku Command: Load Module Before Running Script
raku -M <module_name> <path/to/script.raku> raku Archive
Raku Command: Start Raku Repl
raku Suggest a Raku Command
Submit missing workflows, corrections, or verified alternatives for this tool.
FAQ
Coverage: Focused examples for common Raku workflows.
Verified version: current stable LTS.
Verification: Test commands in a disposable workspace and submit notes for edge cases.