Skip to content

tsaooo/Simple-unix-shell

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

11 Commits
 
 
 
 
 
 
 
 

Repository files navigation

Simple unix shell

A simplified version unix shell. For the functionality detail, plz refer to the spec.

% ls
bin test.html
% ls bin
cat ls noop number removetag removetag0
% cat test.html > test1.txt
% cat test1.txt
<!test.html>
<TITLE>Test</TITLE>
<BODY>This is a <b>test</b> program
for ras.
</BODY>
% removetag test.html
Test
This is a test program
for ras.

About

A simplified version unix shell.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages