⭐ 欢迎来到虫虫下载站! | 📦 资源下载 📁 资源专辑 ℹ️ 关于我们
⭐ 虫虫下载站

📄 readme

📁 os project / shell 程序
💻
字号:
################CS:10-8 Shell project################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 shellinput.txt       # The text used as input-fileoutput.txt      # The text used as output-file# 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 itselfmypipe.c	# Execute the pipe function myrw.c		# Reads from STDIN and writes to STDOUT

⌨️ 快捷键说明

复制代码 Ctrl + C
搜索代码 Ctrl + F
全屏模式 F11
切换主题 Ctrl + Shift + D
显示快捷键 ?
增大字号 Ctrl + =
减小字号 Ctrl + -