https://github.com/ztrehagem/dummy-filesystem-sh
大学の課題
https://github.com/ztrehagem/dummy-filesystem-sh
Last synced: 3 months ago
JSON representation
大学の課題
- Host: GitHub
- URL: https://github.com/ztrehagem/dummy-filesystem-sh
- Owner: ztrehagem
- Created: 2017-06-22T02:57:49.000Z (almost 8 years ago)
- Default Branch: master
- Last Pushed: 2017-06-26T07:55:25.000Z (almost 8 years ago)
- Last Synced: 2025-01-28T04:29:17.873Z (5 months ago)
- Language: C
- Homepage:
- Size: 1.64 MB
- Stars: 1
- Watchers: 0
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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" などに対応しました