all options
bookworm  ] [  trixie  ] [  sid  ]
[ Source: rust-sd  ]

Package: sd (1.0.0-3)

Links for sd

Screenshot

Debian Resources:

Download Source Package rust-sd:

Maintainers:

External Resources:

Similar packages:

intuitive find and replace CLI

sd uses Python and JavaScript style regex syntax, without the quirks of sed and awk. While sed can do many things, sd focuses on doing one thing and doing it well, has common-sense defaults and a focus on daily use. It's also faster.

 - Find and replace expressions are separate, unlike sed:
  sd before after
  sed s/before/after/g
 - Modify files in-place:
  sd before after file.txt
  sed -i'' 's/before/after/g' file.txt
 - String-literal mode
 - Named or unnamed catch groups

Other Packages Related to sd

  • depends
  • recommends
  • suggests
  • enhances

Download sd

Download for all available architectures
Architecture Package Size Installed Size Files
armel 609.0 kB2,004.0 kB [list of files]