813 B
813 B
SHELL COMMAND DOCUMENTATION:
$ helpprovides a quick reference for available commands.$ echo <(opt) args>Echos back the provided argument(s). Will include double quote.$ jokeprovides a tasteful joke.$ ls <(opt) arg>Provides the files and directories at the provided location. Prints files and directories in current directory if no arg given.$ cd <arg>BUILT-IN: Changes current directory to provided file location.$ pwdBUILT-IN: Provides an exact location of the current directory.
./commands/*
Commands created as separate cpp files. Compiled into ./bin during make.
pwd and cd are built-ins.
Compiling and Running
-
make -
make install prefix=PATH_TO_INSTALL_DIRECTORY -
Don't forget
make clean
Authored by Connor echo.cpp authored by Kyle