readme.svn-base
来自「os project / shell 程序」· SVN-BASE 代码 · 共 23 行
SVN-BASE
23 行
################CS:APP Shell Lab################Files:Makefile # Compiles your shell program and runs the testsREADME # This filetsh.c # The shell program that you will write and hand intshref # The reference shell binary.# The remaining files are used to test your shellsdriver.pl # The trace-driven shell drivertrace*.txt # The 20 trace files that control the shell drivertshref.out # Example output of the reference shell on all 20 traces# Little C programs that are called by the trace filesmyspin.c # Takes argument <n> and spins for <n> secondsmysplit.c # Forks a child that spins for <n> secondsmystop.c # Spins for <n> seconds and sends SIGTSTP to itselfmyint.c # Spins for <n> seconds and sends SIGINT to itselfmyrw.c # Reads from STDIN and writes to STDOUT
⌨️ 快捷键说明
复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?