⚠️ VeridianOS Kernel Documentation - This is low-level kernel code. All functions are unsafe unless explicitly marked otherwise. no_std

Module shell_utils

Module shell_utils 

Source
Expand description

Additional Shell Utilities

Implements find, grep, wc, head, tail, and other common Unix utilities.

Structs§

DiffCommand
Diff command - compare files
FindCommand
Find command - search for files
GrepCommand
Grep command - search file contents
HeadCommand
Head command - show first lines of file
SortCommand
Sort command - sort lines of text
TailCommand
Tail command - show last lines of file
UniqCommand
Uniq command - report or omit repeated lines
WcCommand
Word count command

Functions§

register_utils
Register all utility commands with the shell