An open API service indexing awesome lists of open source software.

https://github.com/ztrehagem/dummy-filesystem-sh

大学の課題
https://github.com/ztrehagem/dummy-filesystem-sh

Last synced: 3 months ago
JSON representation

大学の課題

Awesome Lists containing this project

README

        

# コンパイル方法

- cmake が必要です

1. cmake .
2. make

# 実行方法

- ./v6sh

# 実行のスクリーンショット

- screenshotディレクトリ内のpng
- 01-05の順番で実行しました

# 苦労(工夫)した点

- "exit" で終了します
- "ls" での表示順はちゃんと辞書順ソートしました
- "ls -abcl" と入力しても"l"オプションが有効になります
- "cd", "cd /", "cd /foo/bar" などに対応しました