使用复习卡回顾
·
第 1 题,共 5 题
数据分析中的通配符精通
开始实验
1
选择最佳答案
哪种 shell 模式可以匹配以
.txt
结尾的文件名?
A
*.txt
B
*txt
C
'*.txt'
D
txt.*