💾 Archived View for freeshell.de › tldr › sd.gmi captured on 2024-02-05 at 12:00:18. Gemini links have been rewritten to link to archived content

View Raw

More Information

⬅️ Previous capture (2022-04-28)

-=-=-=-=-=-=-

sd

Intuitive find & replace CLI.

More information.

{echo 'lorem ipsum 23   '} | sd '\s+


 ''
{echo 'cargo +nightly watch'} | sd '(\w+)\s+\+(\w+)\s+(\w+)' 'cmd: $1, channel: $2, subcmd: $3'
sd -p {'window.fetch'} {'fetch'} {http.js}
sd {'from "react"'} {'from "preact"'} $(find . -type f)
Copyright © 2014—present the tldr-pages team and contributors.
This work is licensed under the Creative Commons Attribution 4.0 International License (CC-BY).

CC-BY