虚线框

html>
<head>
<title>虚线框</title>
<style>
    div
    {
    width:300px;
    height:200px;
    background:red;
    border:10px dashed black;
    }   
</style>
</head>
<body>
     <div></div>
</body>
</html>

16、which 查看可执行文件的位置
   
which:在path变量指定的路径中,搜索某个系统命令的位置
并且返回第一个搜索结果。

17、whereis  定位可执行文件 ,源码文件,帮助文件在系统中的位置。

18、locate 在搜寻数据库时快速找到档案

19、find 用于在文件树种查找文件,并作出相应的处理





 

posted @ 2016-04-16 00:05  yfwywnfd  阅读(241)  评论(0编辑  收藏  举报