adduser_ksh.template

来自「Solaris环境下Shell编程编程」· TEMPLATE 代码 · 共 16 行

TEMPLATE
16
字号
#!/bin/ksh# Purpose: To write a script to add user to the system.# Name: adduser_ksh.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 + =
减小字号Ctrl + -
显示快捷键?