GREP的功能包括()。
A、一种评判企业的诊断工具
B、一种企业战略分析的工具
C、一种人力资源管理思考方法
A、一种评判企业的诊断工具
B、一种企业战略分析的工具
C、一种人力资源管理思考方法
A、A、grep –s -I -E、“^shell|shell$”/etc/* B、B、grep –s -E、“^shell|shell$”/etc/* C、C、grep –s -i “^shell|shell$”/etc/* D、D、grep -I -E、“^shell|shell$”/etc/*
A、grep–n sun /usr/share/dict/words B、grep–N /usr/share/dict/words sun C、grep–r sun /usr/share/dict/words D、grep–r /usr/share/dict/words sun
A、grep nisplus /etc/nsswitch.conf B、grep nisplus < /etc/nsswitch.conf C、grep nisplus -q /etc/nsswitch.conf D、只有A和B