sd
Verified for current stable LTS
Sd Commands
Sd command syntax with verified terminal examples.
Commands
4 commands for Sd
sd Operations
Sd Command: Find Replace All Files Current Project Output Stdout
sd '<from "react">' '<from "preact">' "$(find . -type f)" sd Operations
Sd Command: Find Replace Specific File Output Stdout
sd -p '<window.fetch>' '<fetch>' <path/to/file.js> sd Operations
Sd Command: Replace Words Using Capture Groups Output Stdout
<echo 'cargo +nightly watch'> | sd '(\w+)\s+\+(\w+)\s+(\w+)' 'cmd: $1, channel: $2, subcmd: $3' sd Search
Sd Command: Trim Whitespace Regex Output Stdout
<echo 'lorem ipsum 23 '> | sd '\s+$' '' Suggest a Sd Command
Submit missing workflows, corrections, or verified alternatives for this tool.
FAQ
Coverage: Focused examples for common Sd workflows.
Verified version: current stable LTS.
Verification: Test commands in a disposable workspace and submit notes for edge cases.