Skip to content

Alnyle/command_line

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

30 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

command line

basic Command Line Interpreter (CLI), similar to a Unix/Linux shell, that supports the following features: Command Execution: The CLI should execute system commands like pwd, cd, ls, ls –a, ls –r, mkdir, rmdir, touch, mv, rm, cat, >, >>

Internal Commands: Implement internal commands such as: o exit: To terminate the CLI. o help: Displays available commands and their usage

About

basic Command Line Interpreter (CLI), similar to a Unix/Linux shell

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages