首页 > 其他 > 详细

what

时间:2020-01-12 11:00:22      阅读:70      评论:0      收藏:0      [点我收藏+]

[root@system1 11]# ls [0-9][0-9]
33
[root@system1 11]# ls [a-Z][a-Z]
ls: cannot access [a-Z][a-Z]: No such file or directory
[root@system1 11]# ls [1,2,3][,3,4,5]
ls: cannot access [1,2,3][,3,4,5]: No such file or directory
[root@system1 11]# ls [1,2,3][,3]
ls: cannot access [1,2,3][,3]: No such file or directory
[root@system1 11]# ls [1,2,3][3]
ls: cannot access [1,2,3][3]: No such file or directory
[root@system1 11]# ls [3][3]
ls: cannot access [3][3]: No such file or directory
[root@system1 11]# ls
22
[root@system1 11]# pwd
/root/11
[root@system1 11]#

what

原文:https://www.cnblogs.com/passwd/p/12182042.html

(0)
(0)
   
举报
评论 一句话评论(0
关于我们 - 联系我们 - 留言反馈 - 联系我们:wmxa8@hotmail.com
© 2014 bubuko.com 版权所有
打开技术之扣,分享程序人生!