ack
ack 3.10.0
Grep-like tool tailored to working with large trees of source code
https://beyondgrep.comArtistic License 2.0
programs: ack
Maintainers
Platforms (79)
arm-nones390-nonearmv5tel-linuxx86_64-linuxarmv6l-netbsdx86_64-openbsdpowerpc-noneaarch64-genode
Install
Copy into your configuration
NixOS (configuration.nix)
environment.systemPackages = with pkgs; [ ack ];
Ad-hoc shell
nix-shell -p ack
Flake (nix run)
nix run nixpkgs#ack