Actions
selection_question #4289
openname=在 Lin desc=知识点:l answer_ana answer_id=
Status:
New
Priority:
Normal
Assignee:
-
Start date:
01/26/2024
Due date:
% Done:
0%
Estimated time:
name:
在 Linux 服务器中,如何使用命令显示hogwarts.txt的3-5行与15行?
score:
5.0
topic_type:
多选题
...
options:
- is_selected: false
name: '选项A: sed -n "3,5p;15p" hogwarts.txt'
- is_selected: false
name: '选项B: awk ''NR==3||NR<5||NR=15{print $0}'' hogwarts.txt'
- is_selected: false
name: '选项C: sed -n "3-5p;15p" hogwarts.txt'
- is_selected: false
name: '选项D: awk ''NR==3||NR==4||NR==5||NR==15{print $0}'' hogwarts.txt'
tag:
desc:
知识点:linux与bash,难度较难
...
is_delete:
false
answer_id:
4288
tags:
No data to display
Actions