← Back to Registry

gawk

Software

GNU awk text processing and data extraction.

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 gawk from "@agentos-software/gawk";
 
// Add the package to your VM's software so its commands are available inside the VM
const vm = agentOS({ software: [gawk] });
 
export const registry = setup({ use: { vm } });