1#ifndef FILESYS_FSUTIL_H
2#define FILESYS_FSUTIL_H
void fsutil_extract(char **argv)
void fsutil_cat(char **argv)
Prints the contents of file ARGV[1] to the system console as hex and ASCII.
void fsutil_append(char **argv)
filesys/fsutil.h
void fsutil_ls(char **argv)
void fsutil_rm(char **argv)
Deletes file ARGV[1].