未知题型

将/etc/passwd,有出现root的行取出来

【参考答案】

["grep root /etc/passwd; cat /etc/passwd |grep root"]