Documentation
DrDroid Docs 2025
# Single command command --flag value # Multi-line command command1 && \ command2 | \ grep 'pattern'
# Get system uptime uptime
# Find and count Java processes ps aux | grep java | wc -l
# Use environment variables echo "Current user is $USER"
||
set -e