← Back to Registry

grep

Software

GNU grep pattern matching (grep, egrep, fgrep).

Add to agentOS

Register it with your VM's software: [] so its commands are available inside the VM.

import { agentOS, setup } from "@rivet-dev/agentos";
import grep from "@agentos-software/grep";
 
// Add the package to your VM's software so its commands are available inside the VM
const vm = agentOS({ software: [grep] });
 
export const registry = setup({ use: { vm } });