📄 adduser_sh.template
字号:
#!/bin/sh# Purpose: To write a script to add user to the system.# Name: adduser_sh.template### Set a shell variable to test the grep command.name=nuucp # Should match a single entry#name=uucp # Should match a single entry#name=root # Should match a single entry#name=rot # Should not match any entry# End of lab 4
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -