[go: nahoru, domu]

Skip to content

Latest commit

 

History

History
22 lines (16 loc) · 408 Bytes

README.md

File metadata and controls

22 lines (16 loc) · 408 Bytes

Shell project (Bộ môn Hệ điều hành)

Sinh viên thực hiện: Tạ Quang Tùng

Lớp: KSTN-CNTT-K60

Các lệnh tương đương Windows của Linux

  • ls tương đương dir
  • date tương đương date, time

Guide to compile shell

In top directory, type following commands

mkdir build
cd build
cmake ..
make

Type ./shell to run.