[v1.8.3] chore: remove the cdn script (#341). b7095693ac
This commit is contained in:
parent
4e65f0b737
commit
584ca1bba9
10
c/ab.html
10
c/ab.html
|
|
@ -9,7 +9,7 @@
|
|||
<meta name="keywords" content="Linux,Command,命令大全,Linux命令手册,ab,Apache服务器的性能测试工具">
|
||||
<title>ab 命令,Linux ab 命令详解:Apache服务器的性能测试工具 - Linux 命令搜索引擎</title>
|
||||
<link rel="shortcut icon" href="../img/favicon.ico">
|
||||
<link rel="stylesheet" type="text/css" href="../css/index.css?v=1646883624882">
|
||||
<link rel="stylesheet" type="text/css" href="../css/index.css?v=1646883896905">
|
||||
</head>
|
||||
<body>
|
||||
<a href="https://github.com/jaywcjlove/linux-command" target="_blank" class="github-corner">
|
||||
|
|
@ -41,8 +41,10 @@
|
|||
</div>
|
||||
</div>
|
||||
</div>
|
||||
<script src="https://unpkg.com/@uiw/copy-to-clipboard/dist/copy-to-clipboard.umd.js"></script>
|
||||
<script>
|
||||
/*! @uiw/copy-to-clipboard v1.0.12 | MIT (c) 2021 Kenny Wang | https://github.com/uiwjs/copy-to-clipboard.git */
|
||||
!function(e,t){"object"==typeof exports&&"undefined"!=typeof module?module.exports=t():"function"==typeof define&&define.amd?define(t):(e="undefined"!=typeof globalThis?globalThis:e||self).copyTextToClipboard=t()}(this,(function(){"use strict";return function(e,t){const o=document.createElement("textarea");o.value=e,o.setAttribute("readonly",""),o.style={position:"absolute",left:"-9999px"},document.body.appendChild(o);const n=document.getSelection().rangeCount>0&&document.getSelection().getRangeAt(0);o.select();let c=!1;try{c=!!document.execCommand("copy")}catch(e){c=!1}document.body.removeChild(o),n&&document.getSelection&&(document.getSelection().removeAllRanges(),document.getSelection().addRange(n)),t&&t(c)}}));
|
||||
|
||||
function copied(target, str) {
|
||||
target.classList.add('active');
|
||||
copyTextToClipboard(target.dataset.code, function() {
|
||||
|
|
@ -291,7 +293,7 @@ name[:port]/path
|
|||
575
|
||||
</span> 个Linux命令,超过 <a href="../contributors.html">50+</a> 贡献者
|
||||
</div>
|
||||
<script type="text/javascript" src="../js/dt.js?v=1646883624882"></script>
|
||||
<script type="text/javascript" src="../js/index.js?v=1646883624882"></script>
|
||||
<script type="text/javascript" src="../js/dt.js?v=1646883896906"></script>
|
||||
<script type="text/javascript" src="../js/index.js?v=1646883896906"></script>
|
||||
</body>
|
||||
</html>
|
||||
|
|
@ -9,7 +9,7 @@
|
|||
<meta name="keywords" content="Linux,Command,命令大全,Linux命令手册,accept,指示打印系统接受发往指定目标打印机的打印任务">
|
||||
<title>accept 命令,Linux accept 命令详解:指示打印系统接受发往指定目标打印机的打印任务 - Linux 命令搜索引擎</title>
|
||||
<link rel="shortcut icon" href="../img/favicon.ico">
|
||||
<link rel="stylesheet" type="text/css" href="../css/index.css?v=1646883624820">
|
||||
<link rel="stylesheet" type="text/css" href="../css/index.css?v=1646883896916">
|
||||
</head>
|
||||
<body>
|
||||
<a href="https://github.com/jaywcjlove/linux-command" target="_blank" class="github-corner">
|
||||
|
|
@ -41,8 +41,10 @@
|
|||
</div>
|
||||
</div>
|
||||
</div>
|
||||
<script src="https://unpkg.com/@uiw/copy-to-clipboard/dist/copy-to-clipboard.umd.js"></script>
|
||||
<script>
|
||||
/*! @uiw/copy-to-clipboard v1.0.12 | MIT (c) 2021 Kenny Wang | https://github.com/uiwjs/copy-to-clipboard.git */
|
||||
!function(e,t){"object"==typeof exports&&"undefined"!=typeof module?module.exports=t():"function"==typeof define&&define.amd?define(t):(e="undefined"!=typeof globalThis?globalThis:e||self).copyTextToClipboard=t()}(this,(function(){"use strict";return function(e,t){const o=document.createElement("textarea");o.value=e,o.setAttribute("readonly",""),o.style={position:"absolute",left:"-9999px"},document.body.appendChild(o);const n=document.getSelection().rangeCount>0&&document.getSelection().getRangeAt(0);o.select();let c=!1;try{c=!!document.execCommand("copy")}catch(e){c=!1}document.body.removeChild(o),n&&document.getSelection&&(document.getSelection().removeAllRanges(),document.getSelection().addRange(n)),t&&t(c)}}));
|
||||
|
||||
function copied(target, str) {
|
||||
target.classList.add('active');
|
||||
copyTextToClipboard(target.dataset.code, function() {
|
||||
|
|
@ -105,7 +107,7 @@ function copied(target, str) {
|
|||
575
|
||||
</span> 个Linux命令,超过 <a href="../contributors.html">50+</a> 贡献者
|
||||
</div>
|
||||
<script type="text/javascript" src="../js/dt.js?v=1646883624821"></script>
|
||||
<script type="text/javascript" src="../js/index.js?v=1646883624821"></script>
|
||||
<script type="text/javascript" src="../js/dt.js?v=1646883896917"></script>
|
||||
<script type="text/javascript" src="../js/index.js?v=1646883896917"></script>
|
||||
</body>
|
||||
</html>
|
||||
10
c/ack.html
10
c/ack.html
|
|
@ -9,7 +9,7 @@
|
|||
<meta name="keywords" content="Linux,Command,命令大全,Linux命令手册,ack,比grep好用的文本搜索工具">
|
||||
<title>ack 命令,Linux ack 命令详解:比grep好用的文本搜索工具 - Linux 命令搜索引擎</title>
|
||||
<link rel="shortcut icon" href="../img/favicon.ico">
|
||||
<link rel="stylesheet" type="text/css" href="../css/index.css?v=1646883624919">
|
||||
<link rel="stylesheet" type="text/css" href="../css/index.css?v=1646883896957">
|
||||
</head>
|
||||
<body>
|
||||
<a href="https://github.com/jaywcjlove/linux-command" target="_blank" class="github-corner">
|
||||
|
|
@ -41,8 +41,10 @@
|
|||
</div>
|
||||
</div>
|
||||
</div>
|
||||
<script src="https://unpkg.com/@uiw/copy-to-clipboard/dist/copy-to-clipboard.umd.js"></script>
|
||||
<script>
|
||||
/*! @uiw/copy-to-clipboard v1.0.12 | MIT (c) 2021 Kenny Wang | https://github.com/uiwjs/copy-to-clipboard.git */
|
||||
!function(e,t){"object"==typeof exports&&"undefined"!=typeof module?module.exports=t():"function"==typeof define&&define.amd?define(t):(e="undefined"!=typeof globalThis?globalThis:e||self).copyTextToClipboard=t()}(this,(function(){"use strict";return function(e,t){const o=document.createElement("textarea");o.value=e,o.setAttribute("readonly",""),o.style={position:"absolute",left:"-9999px"},document.body.appendChild(o);const n=document.getSelection().rangeCount>0&&document.getSelection().getRangeAt(0);o.select();let c=!1;try{c=!!document.execCommand("copy")}catch(e){c=!1}document.body.removeChild(o),n&&document.getSelection&&(document.getSelection().removeAllRanges(),document.getSelection().addRange(n)),t&&t(c)}}));
|
||||
|
||||
function copied(target, str) {
|
||||
target.classList.add('active');
|
||||
copyTextToClipboard(target.dataset.code, function() {
|
||||
|
|
@ -179,7 +181,7 @@ ack-grep -G hello.py$ hello # 查找匹配正则的文件
|
|||
575
|
||||
</span> 个Linux命令,超过 <a href="../contributors.html">50+</a> 贡献者
|
||||
</div>
|
||||
<script type="text/javascript" src="../js/dt.js?v=1646883624920"></script>
|
||||
<script type="text/javascript" src="../js/index.js?v=1646883624920"></script>
|
||||
<script type="text/javascript" src="../js/dt.js?v=1646883896958"></script>
|
||||
<script type="text/javascript" src="../js/index.js?v=1646883896958"></script>
|
||||
</body>
|
||||
</html>
|
||||
10
c/alias.html
10
c/alias.html
|
|
@ -9,7 +9,7 @@
|
|||
<meta name="keywords" content="Linux,Command,命令大全,Linux命令手册,alias,定义或显示别名。">
|
||||
<title>alias 命令,Linux alias 命令详解:定义或显示别名。 - Linux 命令搜索引擎</title>
|
||||
<link rel="shortcut icon" href="../img/favicon.ico">
|
||||
<link rel="stylesheet" type="text/css" href="../css/index.css?v=1646883624971">
|
||||
<link rel="stylesheet" type="text/css" href="../css/index.css?v=1646883897003">
|
||||
</head>
|
||||
<body>
|
||||
<a href="https://github.com/jaywcjlove/linux-command" target="_blank" class="github-corner">
|
||||
|
|
@ -41,8 +41,10 @@
|
|||
</div>
|
||||
</div>
|
||||
</div>
|
||||
<script src="https://unpkg.com/@uiw/copy-to-clipboard/dist/copy-to-clipboard.umd.js"></script>
|
||||
<script>
|
||||
/*! @uiw/copy-to-clipboard v1.0.12 | MIT (c) 2021 Kenny Wang | https://github.com/uiwjs/copy-to-clipboard.git */
|
||||
!function(e,t){"object"==typeof exports&&"undefined"!=typeof module?module.exports=t():"function"==typeof define&&define.amd?define(t):(e="undefined"!=typeof globalThis?globalThis:e||self).copyTextToClipboard=t()}(this,(function(){"use strict";return function(e,t){const o=document.createElement("textarea");o.value=e,o.setAttribute("readonly",""),o.style={position:"absolute",left:"-9999px"},document.body.appendChild(o);const n=document.getSelection().rangeCount>0&&document.getSelection().getRangeAt(0);o.select();let c=!1;try{c=!!document.execCommand("copy")}catch(e){c=!1}document.body.removeChild(o),n&&document.getSelection&&(document.getSelection().removeAllRanges(),document.getSelection().addRange(n)),t&&t(c)}}));
|
||||
|
||||
function copied(target, str) {
|
||||
target.classList.add('active');
|
||||
copyTextToClipboard(target.dataset.code, function() {
|
||||
|
|
@ -212,7 +214,7 @@ alias ls=ls --color=never
|
|||
575
|
||||
</span> 个Linux命令,超过 <a href="../contributors.html">50+</a> 贡献者
|
||||
</div>
|
||||
<script type="text/javascript" src="../js/dt.js?v=1646883624972"></script>
|
||||
<script type="text/javascript" src="../js/index.js?v=1646883624972"></script>
|
||||
<script type="text/javascript" src="../js/dt.js?v=1646883897004"></script>
|
||||
<script type="text/javascript" src="../js/index.js?v=1646883897004"></script>
|
||||
</body>
|
||||
</html>
|
||||
|
|
@ -9,7 +9,7 @@
|
|||
<meta name="keywords" content="Linux,Command,命令大全,Linux命令手册,apachectl,Apache服务器前端控制工具">
|
||||
<title>apachectl 命令,Linux apachectl 命令详解:Apache服务器前端控制工具 - Linux 命令搜索引擎</title>
|
||||
<link rel="shortcut icon" href="../img/favicon.ico">
|
||||
<link rel="stylesheet" type="text/css" href="../css/index.css?v=1646883624981">
|
||||
<link rel="stylesheet" type="text/css" href="../css/index.css?v=1646883897012">
|
||||
</head>
|
||||
<body>
|
||||
<a href="https://github.com/jaywcjlove/linux-command" target="_blank" class="github-corner">
|
||||
|
|
@ -41,8 +41,10 @@
|
|||
</div>
|
||||
</div>
|
||||
</div>
|
||||
<script src="https://unpkg.com/@uiw/copy-to-clipboard/dist/copy-to-clipboard.umd.js"></script>
|
||||
<script>
|
||||
/*! @uiw/copy-to-clipboard v1.0.12 | MIT (c) 2021 Kenny Wang | https://github.com/uiwjs/copy-to-clipboard.git */
|
||||
!function(e,t){"object"==typeof exports&&"undefined"!=typeof module?module.exports=t():"function"==typeof define&&define.amd?define(t):(e="undefined"!=typeof globalThis?globalThis:e||self).copyTextToClipboard=t()}(this,(function(){"use strict";return function(e,t){const o=document.createElement("textarea");o.value=e,o.setAttribute("readonly",""),o.style={position:"absolute",left:"-9999px"},document.body.appendChild(o);const n=document.getSelection().rangeCount>0&&document.getSelection().getRangeAt(0);o.select();let c=!1;try{c=!!document.execCommand("copy")}catch(e){c=!1}document.body.removeChild(o),n&&document.getSelection&&(document.getSelection().removeAllRanges(),document.getSelection().addRange(n)),t&&t(c)}}));
|
||||
|
||||
function copied(target, str) {
|
||||
target.classList.add('active');
|
||||
copyTextToClipboard(target.dataset.code, function() {
|
||||
|
|
@ -106,7 +108,7 @@ function copied(target, str) {
|
|||
575
|
||||
</span> 个Linux命令,超过 <a href="../contributors.html">50+</a> 贡献者
|
||||
</div>
|
||||
<script type="text/javascript" src="../js/dt.js?v=1646883624982"></script>
|
||||
<script type="text/javascript" src="../js/index.js?v=1646883624982"></script>
|
||||
<script type="text/javascript" src="../js/dt.js?v=1646883897013"></script>
|
||||
<script type="text/javascript" src="../js/index.js?v=1646883897013"></script>
|
||||
</body>
|
||||
</html>
|
||||
10
c/apk.html
10
c/apk.html
|
|
@ -9,7 +9,7 @@
|
|||
<meta name="keywords" content="Linux,Command,命令大全,Linux命令手册,apk,Alpine Linux 下的包管理工具">
|
||||
<title>apk 命令,Linux apk 命令详解:Alpine Linux 下的包管理工具 - Linux 命令搜索引擎</title>
|
||||
<link rel="shortcut icon" href="../img/favicon.ico">
|
||||
<link rel="stylesheet" type="text/css" href="../css/index.css?v=1646883625019">
|
||||
<link rel="stylesheet" type="text/css" href="../css/index.css?v=1646883897043">
|
||||
</head>
|
||||
<body>
|
||||
<a href="https://github.com/jaywcjlove/linux-command" target="_blank" class="github-corner">
|
||||
|
|
@ -41,8 +41,10 @@
|
|||
</div>
|
||||
</div>
|
||||
</div>
|
||||
<script src="https://unpkg.com/@uiw/copy-to-clipboard/dist/copy-to-clipboard.umd.js"></script>
|
||||
<script>
|
||||
/*! @uiw/copy-to-clipboard v1.0.12 | MIT (c) 2021 Kenny Wang | https://github.com/uiwjs/copy-to-clipboard.git */
|
||||
!function(e,t){"object"==typeof exports&&"undefined"!=typeof module?module.exports=t():"function"==typeof define&&define.amd?define(t):(e="undefined"!=typeof globalThis?globalThis:e||self).copyTextToClipboard=t()}(this,(function(){"use strict";return function(e,t){const o=document.createElement("textarea");o.value=e,o.setAttribute("readonly",""),o.style={position:"absolute",left:"-9999px"},document.body.appendChild(o);const n=document.getSelection().rangeCount>0&&document.getSelection().getRangeAt(0);o.select();let c=!1;try{c=!!document.execCommand("copy")}catch(e){c=!1}document.body.removeChild(o),n&&document.getSelection&&(document.getSelection().removeAllRanges(),document.getSelection().addRange(n)),t&&t(c)}}));
|
||||
|
||||
function copied(target, str) {
|
||||
target.classList.add('active');
|
||||
copyTextToClipboard(target.dataset.code, function() {
|
||||
|
|
@ -294,7 +296,7 @@ apk add dropbear # another openssh implementation
|
|||
575
|
||||
</span> 个Linux命令,超过 <a href="../contributors.html">50+</a> 贡献者
|
||||
</div>
|
||||
<script type="text/javascript" src="../js/dt.js?v=1646883625020"></script>
|
||||
<script type="text/javascript" src="../js/index.js?v=1646883625020"></script>
|
||||
<script type="text/javascript" src="../js/dt.js?v=1646883897043"></script>
|
||||
<script type="text/javascript" src="../js/index.js?v=1646883897043"></script>
|
||||
</body>
|
||||
</html>
|
||||
|
|
@ -9,7 +9,7 @@
|
|||
<meta name="keywords" content="Linux,Command,命令大全,Linux命令手册,apropos,在 whatis 数据库中查找字符串">
|
||||
<title>apropos 命令,Linux apropos 命令详解:在 whatis 数据库中查找字符串 - Linux 命令搜索引擎</title>
|
||||
<link rel="shortcut icon" href="../img/favicon.ico">
|
||||
<link rel="stylesheet" type="text/css" href="../css/index.css?v=1646883625052">
|
||||
<link rel="stylesheet" type="text/css" href="../css/index.css?v=1646883897086">
|
||||
</head>
|
||||
<body>
|
||||
<a href="https://github.com/jaywcjlove/linux-command" target="_blank" class="github-corner">
|
||||
|
|
@ -41,8 +41,10 @@
|
|||
</div>
|
||||
</div>
|
||||
</div>
|
||||
<script src="https://unpkg.com/@uiw/copy-to-clipboard/dist/copy-to-clipboard.umd.js"></script>
|
||||
<script>
|
||||
/*! @uiw/copy-to-clipboard v1.0.12 | MIT (c) 2021 Kenny Wang | https://github.com/uiwjs/copy-to-clipboard.git */
|
||||
!function(e,t){"object"==typeof exports&&"undefined"!=typeof module?module.exports=t():"function"==typeof define&&define.amd?define(t):(e="undefined"!=typeof globalThis?globalThis:e||self).copyTextToClipboard=t()}(this,(function(){"use strict";return function(e,t){const o=document.createElement("textarea");o.value=e,o.setAttribute("readonly",""),o.style={position:"absolute",left:"-9999px"},document.body.appendChild(o);const n=document.getSelection().rangeCount>0&&document.getSelection().getRangeAt(0);o.select();let c=!1;try{c=!!document.execCommand("copy")}catch(e){c=!1}document.body.removeChild(o),n&&document.getSelection&&(document.getSelection().removeAllRanges(),document.getSelection().addRange(n)),t&&t(c)}}));
|
||||
|
||||
function copied(target, str) {
|
||||
target.classList.add('active');
|
||||
copyTextToClipboard(target.dataset.code, function() {
|
||||
|
|
@ -176,7 +178,7 @@ whoami (1) - print effective userid
|
|||
575
|
||||
</span> 个Linux命令,超过 <a href="../contributors.html">50+</a> 贡献者
|
||||
</div>
|
||||
<script type="text/javascript" src="../js/dt.js?v=1646883625053"></script>
|
||||
<script type="text/javascript" src="../js/index.js?v=1646883625053"></script>
|
||||
<script type="text/javascript" src="../js/dt.js?v=1646883897086"></script>
|
||||
<script type="text/javascript" src="../js/index.js?v=1646883897086"></script>
|
||||
</body>
|
||||
</html>
|
||||
|
|
@ -9,7 +9,7 @@
|
|||
<meta name="keywords" content="Linux,Command,命令大全,Linux命令手册,apt-get,Debian Linux发行版中的APT软件包管理工具">
|
||||
<title>apt-get 命令,Linux apt-get 命令详解:Debian Linux发行版中的APT软件包管理工具 - Linux 命令搜索引擎</title>
|
||||
<link rel="shortcut icon" href="../img/favicon.ico">
|
||||
<link rel="stylesheet" type="text/css" href="../css/index.css?v=1646883625089">
|
||||
<link rel="stylesheet" type="text/css" href="../css/index.css?v=1646883897110">
|
||||
</head>
|
||||
<body>
|
||||
<a href="https://github.com/jaywcjlove/linux-command" target="_blank" class="github-corner">
|
||||
|
|
@ -41,8 +41,10 @@
|
|||
</div>
|
||||
</div>
|
||||
</div>
|
||||
<script src="https://unpkg.com/@uiw/copy-to-clipboard/dist/copy-to-clipboard.umd.js"></script>
|
||||
<script>
|
||||
/*! @uiw/copy-to-clipboard v1.0.12 | MIT (c) 2021 Kenny Wang | https://github.com/uiwjs/copy-to-clipboard.git */
|
||||
!function(e,t){"object"==typeof exports&&"undefined"!=typeof module?module.exports=t():"function"==typeof define&&define.amd?define(t):(e="undefined"!=typeof globalThis?globalThis:e||self).copyTextToClipboard=t()}(this,(function(){"use strict";return function(e,t){const o=document.createElement("textarea");o.value=e,o.setAttribute("readonly",""),o.style={position:"absolute",left:"-9999px"},document.body.appendChild(o);const n=document.getSelection().rangeCount>0&&document.getSelection().getRangeAt(0);o.select();let c=!1;try{c=!!document.execCommand("copy")}catch(e){c=!1}document.body.removeChild(o),n&&document.getSelection&&(document.getSelection().removeAllRanges(),document.getSelection().addRange(n)),t&&t(c)}}));
|
||||
|
||||
function copied(target, str) {
|
||||
target.classList.add('active');
|
||||
copyTextToClipboard(target.dataset.code, function() {
|
||||
|
|
@ -166,7 +168,7 @@ apt-get clean # 删除软件包的安装包
|
|||
575
|
||||
</span> 个Linux命令,超过 <a href="../contributors.html">50+</a> 贡献者
|
||||
</div>
|
||||
<script type="text/javascript" src="../js/dt.js?v=1646883625091"></script>
|
||||
<script type="text/javascript" src="../js/index.js?v=1646883625091"></script>
|
||||
<script type="text/javascript" src="../js/dt.js?v=1646883897111"></script>
|
||||
<script type="text/javascript" src="../js/index.js?v=1646883897111"></script>
|
||||
</body>
|
||||
</html>
|
||||
|
|
@ -9,7 +9,7 @@
|
|||
<meta name="keywords" content="Linux,Command,命令大全,Linux命令手册,apt-key,管理Debian Linux系统中的软件包密钥">
|
||||
<title>apt-key 命令,Linux apt-key 命令详解:管理Debian Linux系统中的软件包密钥 - Linux 命令搜索引擎</title>
|
||||
<link rel="shortcut icon" href="../img/favicon.ico">
|
||||
<link rel="stylesheet" type="text/css" href="../css/index.css?v=1646883625099">
|
||||
<link rel="stylesheet" type="text/css" href="../css/index.css?v=1646883897119">
|
||||
</head>
|
||||
<body>
|
||||
<a href="https://github.com/jaywcjlove/linux-command" target="_blank" class="github-corner">
|
||||
|
|
@ -41,8 +41,10 @@
|
|||
</div>
|
||||
</div>
|
||||
</div>
|
||||
<script src="https://unpkg.com/@uiw/copy-to-clipboard/dist/copy-to-clipboard.umd.js"></script>
|
||||
<script>
|
||||
/*! @uiw/copy-to-clipboard v1.0.12 | MIT (c) 2021 Kenny Wang | https://github.com/uiwjs/copy-to-clipboard.git */
|
||||
!function(e,t){"object"==typeof exports&&"undefined"!=typeof module?module.exports=t():"function"==typeof define&&define.amd?define(t):(e="undefined"!=typeof globalThis?globalThis:e||self).copyTextToClipboard=t()}(this,(function(){"use strict";return function(e,t){const o=document.createElement("textarea");o.value=e,o.setAttribute("readonly",""),o.style={position:"absolute",left:"-9999px"},document.body.appendChild(o);const n=document.getSelection().rangeCount>0&&document.getSelection().getRangeAt(0);o.select();let c=!1;try{c=!!document.execCommand("copy")}catch(e){c=!1}document.body.removeChild(o),n&&document.getSelection&&(document.getSelection().removeAllRanges(),document.getSelection().addRange(n)),t&&t(c)}}));
|
||||
|
||||
function copied(target, str) {
|
||||
target.classList.add('active');
|
||||
copyTextToClipboard(target.dataset.code, function() {
|
||||
|
|
@ -107,7 +109,7 @@ apt-key update # 更新本地trusted数据库,删除过期没用的key
|
|||
575
|
||||
</span> 个Linux命令,超过 <a href="../contributors.html">50+</a> 贡献者
|
||||
</div>
|
||||
<script type="text/javascript" src="../js/dt.js?v=1646883625100"></script>
|
||||
<script type="text/javascript" src="../js/index.js?v=1646883625100"></script>
|
||||
<script type="text/javascript" src="../js/dt.js?v=1646883897120"></script>
|
||||
<script type="text/javascript" src="../js/index.js?v=1646883897120"></script>
|
||||
</body>
|
||||
</html>
|
||||
|
|
@ -9,7 +9,7 @@
|
|||
<meta name="keywords" content="Linux,Command,命令大全,Linux命令手册,apt-sortpkgs,Debian Linux下对软件包索引文件进行排序的工具">
|
||||
<title>apt-sortpkgs 命令,Linux apt-sortpkgs 命令详解:Debian Linux下对软件包索引文件进行排序的工具 - Linux 命令搜索引擎</title>
|
||||
<link rel="shortcut icon" href="../img/favicon.ico">
|
||||
<link rel="stylesheet" type="text/css" href="../css/index.css?v=1646883625108">
|
||||
<link rel="stylesheet" type="text/css" href="../css/index.css?v=1646883897127">
|
||||
</head>
|
||||
<body>
|
||||
<a href="https://github.com/jaywcjlove/linux-command" target="_blank" class="github-corner">
|
||||
|
|
@ -41,8 +41,10 @@
|
|||
</div>
|
||||
</div>
|
||||
</div>
|
||||
<script src="https://unpkg.com/@uiw/copy-to-clipboard/dist/copy-to-clipboard.umd.js"></script>
|
||||
<script>
|
||||
/*! @uiw/copy-to-clipboard v1.0.12 | MIT (c) 2021 Kenny Wang | https://github.com/uiwjs/copy-to-clipboard.git */
|
||||
!function(e,t){"object"==typeof exports&&"undefined"!=typeof module?module.exports=t():"function"==typeof define&&define.amd?define(t):(e="undefined"!=typeof globalThis?globalThis:e||self).copyTextToClipboard=t()}(this,(function(){"use strict";return function(e,t){const o=document.createElement("textarea");o.value=e,o.setAttribute("readonly",""),o.style={position:"absolute",left:"-9999px"},document.body.appendChild(o);const n=document.getSelection().rangeCount>0&&document.getSelection().getRangeAt(0);o.select();let c=!1;try{c=!!document.execCommand("copy")}catch(e){c=!1}document.body.removeChild(o),n&&document.getSelection&&(document.getSelection().removeAllRanges(),document.getSelection().addRange(n)),t&&t(c)}}));
|
||||
|
||||
function copied(target, str) {
|
||||
target.classList.add('active');
|
||||
copyTextToClipboard(target.dataset.code, function() {
|
||||
|
|
@ -103,7 +105,7 @@ function copied(target, str) {
|
|||
575
|
||||
</span> 个Linux命令,超过 <a href="../contributors.html">50+</a> 贡献者
|
||||
</div>
|
||||
<script type="text/javascript" src="../js/dt.js?v=1646883625109"></script>
|
||||
<script type="text/javascript" src="../js/index.js?v=1646883625109"></script>
|
||||
<script type="text/javascript" src="../js/dt.js?v=1646883897127"></script>
|
||||
<script type="text/javascript" src="../js/index.js?v=1646883897127"></script>
|
||||
</body>
|
||||
</html>
|
||||
|
|
@ -9,7 +9,7 @@
|
|||
<meta name="keywords" content="Linux,Command,命令大全,Linux命令手册,aptitude,Debian Linux系统中软件包管理工具">
|
||||
<title>aptitude 命令,Linux aptitude 命令详解:Debian Linux系统中软件包管理工具 - Linux 命令搜索引擎</title>
|
||||
<link rel="shortcut icon" href="../img/favicon.ico">
|
||||
<link rel="stylesheet" type="text/css" href="../css/index.css?v=1646883625121">
|
||||
<link rel="stylesheet" type="text/css" href="../css/index.css?v=1646883897140">
|
||||
</head>
|
||||
<body>
|
||||
<a href="https://github.com/jaywcjlove/linux-command" target="_blank" class="github-corner">
|
||||
|
|
@ -41,8 +41,10 @@
|
|||
</div>
|
||||
</div>
|
||||
</div>
|
||||
<script src="https://unpkg.com/@uiw/copy-to-clipboard/dist/copy-to-clipboard.umd.js"></script>
|
||||
<script>
|
||||
/*! @uiw/copy-to-clipboard v1.0.12 | MIT (c) 2021 Kenny Wang | https://github.com/uiwjs/copy-to-clipboard.git */
|
||||
!function(e,t){"object"==typeof exports&&"undefined"!=typeof module?module.exports=t():"function"==typeof define&&define.amd?define(t):(e="undefined"!=typeof globalThis?globalThis:e||self).copyTextToClipboard=t()}(this,(function(){"use strict";return function(e,t){const o=document.createElement("textarea");o.value=e,o.setAttribute("readonly",""),o.style={position:"absolute",left:"-9999px"},document.body.appendChild(o);const n=document.getSelection().rangeCount>0&&document.getSelection().getRangeAt(0);o.select();let c=!1;try{c=!!document.execCommand("copy")}catch(e){c=!1}document.body.removeChild(o),n&&document.getSelection&&(document.getSelection().removeAllRanges(),document.getSelection().addRange(n)),t&&t(c)}}));
|
||||
|
||||
function copied(target, str) {
|
||||
target.classList.add('active');
|
||||
copyTextToClipboard(target.dataset.code, function() {
|
||||
|
|
@ -135,7 +137,7 @@ aptitude autoclean # 仅删除过期的包文件
|
|||
575
|
||||
</span> 个Linux命令,超过 <a href="../contributors.html">50+</a> 贡献者
|
||||
</div>
|
||||
<script type="text/javascript" src="../js/dt.js?v=1646883625122"></script>
|
||||
<script type="text/javascript" src="../js/index.js?v=1646883625122"></script>
|
||||
<script type="text/javascript" src="../js/dt.js?v=1646883897140"></script>
|
||||
<script type="text/javascript" src="../js/index.js?v=1646883897140"></script>
|
||||
</body>
|
||||
</html>
|
||||
10
c/ar.html
10
c/ar.html
|
|
@ -9,7 +9,7 @@
|
|||
<meta name="keywords" content="Linux,Command,命令大全,Linux命令手册,ar,建立或修改备存文件,或是从备存文件中抽取文件">
|
||||
<title>ar 命令,Linux ar 命令详解:建立或修改备存文件,或是从备存文件中抽取文件 - Linux 命令搜索引擎</title>
|
||||
<link rel="shortcut icon" href="../img/favicon.ico">
|
||||
<link rel="stylesheet" type="text/css" href="../css/index.css?v=1646883625174">
|
||||
<link rel="stylesheet" type="text/css" href="../css/index.css?v=1646883897186">
|
||||
</head>
|
||||
<body>
|
||||
<a href="https://github.com/jaywcjlove/linux-command" target="_blank" class="github-corner">
|
||||
|
|
@ -41,8 +41,10 @@
|
|||
</div>
|
||||
</div>
|
||||
</div>
|
||||
<script src="https://unpkg.com/@uiw/copy-to-clipboard/dist/copy-to-clipboard.umd.js"></script>
|
||||
<script>
|
||||
/*! @uiw/copy-to-clipboard v1.0.12 | MIT (c) 2021 Kenny Wang | https://github.com/uiwjs/copy-to-clipboard.git */
|
||||
!function(e,t){"object"==typeof exports&&"undefined"!=typeof module?module.exports=t():"function"==typeof define&&define.amd?define(t):(e="undefined"!=typeof globalThis?globalThis:e||self).copyTextToClipboard=t()}(this,(function(){"use strict";return function(e,t){const o=document.createElement("textarea");o.value=e,o.setAttribute("readonly",""),o.style={position:"absolute",left:"-9999px"},document.body.appendChild(o);const n=document.getSelection().rangeCount>0&&document.getSelection().getRangeAt(0);o.select();let c=!1;try{c=!!document.execCommand("copy")}catch(e){c=!1}document.body.removeChild(o),n&&document.getSelection&&(document.getSelection().removeAllRanges(),document.getSelection().addRange(n)),t&&t(c)}}));
|
||||
|
||||
function copied(target, str) {
|
||||
target.classList.add('active');
|
||||
copyTextToClipboard(target.dataset.code, function() {
|
||||
|
|
@ -327,7 +329,7 @@ d.c
|
|||
575
|
||||
</span> 个Linux命令,超过 <a href="../contributors.html">50+</a> 贡献者
|
||||
</div>
|
||||
<script type="text/javascript" src="../js/dt.js?v=1646883625174"></script>
|
||||
<script type="text/javascript" src="../js/index.js?v=1646883625174"></script>
|
||||
<script type="text/javascript" src="../js/dt.js?v=1646883897188"></script>
|
||||
<script type="text/javascript" src="../js/index.js?v=1646883897188"></script>
|
||||
</body>
|
||||
</html>
|
||||
10
c/arch.html
10
c/arch.html
|
|
@ -9,7 +9,7 @@
|
|||
<meta name="keywords" content="Linux,Command,命令大全,Linux命令手册,arch,显示当前主机的硬件架构类型">
|
||||
<title>arch 命令,Linux arch 命令详解:显示当前主机的硬件架构类型 - Linux 命令搜索引擎</title>
|
||||
<link rel="shortcut icon" href="../img/favicon.ico">
|
||||
<link rel="stylesheet" type="text/css" href="../css/index.css?v=1646883625134">
|
||||
<link rel="stylesheet" type="text/css" href="../css/index.css?v=1646883897202">
|
||||
</head>
|
||||
<body>
|
||||
<a href="https://github.com/jaywcjlove/linux-command" target="_blank" class="github-corner">
|
||||
|
|
@ -41,8 +41,10 @@
|
|||
</div>
|
||||
</div>
|
||||
</div>
|
||||
<script src="https://unpkg.com/@uiw/copy-to-clipboard/dist/copy-to-clipboard.umd.js"></script>
|
||||
<script>
|
||||
/*! @uiw/copy-to-clipboard v1.0.12 | MIT (c) 2021 Kenny Wang | https://github.com/uiwjs/copy-to-clipboard.git */
|
||||
!function(e,t){"object"==typeof exports&&"undefined"!=typeof module?module.exports=t():"function"==typeof define&&define.amd?define(t):(e="undefined"!=typeof globalThis?globalThis:e||self).copyTextToClipboard=t()}(this,(function(){"use strict";return function(e,t){const o=document.createElement("textarea");o.value=e,o.setAttribute("readonly",""),o.style={position:"absolute",left:"-9999px"},document.body.appendChild(o);const n=document.getSelection().rangeCount>0&&document.getSelection().getRangeAt(0);o.select();let c=!1;try{c=!!document.execCommand("copy")}catch(e){c=!1}document.body.removeChild(o),n&&document.getSelection&&(document.getSelection().removeAllRanges(),document.getSelection().addRange(n)),t&&t(c)}}));
|
||||
|
||||
function copied(target, str) {
|
||||
target.classList.add('active');
|
||||
copyTextToClipboard(target.dataset.code, function() {
|
||||
|
|
@ -118,7 +120,7 @@ x86_64
|
|||
575
|
||||
</span> 个Linux命令,超过 <a href="../contributors.html">50+</a> 贡献者
|
||||
</div>
|
||||
<script type="text/javascript" src="../js/dt.js?v=1646883625135"></script>
|
||||
<script type="text/javascript" src="../js/index.js?v=1646883625135"></script>
|
||||
<script type="text/javascript" src="../js/dt.js?v=1646883897203"></script>
|
||||
<script type="text/javascript" src="../js/index.js?v=1646883897203"></script>
|
||||
</body>
|
||||
</html>
|
||||
10
c/arj.html
10
c/arj.html
|
|
@ -9,7 +9,7 @@
|
|||
<meta name="keywords" content="Linux,Command,命令大全,Linux命令手册,arj,用于创建和管理.arj压缩包">
|
||||
<title>arj 命令,Linux arj 命令详解:用于创建和管理.arj压缩包 - Linux 命令搜索引擎</title>
|
||||
<link rel="shortcut icon" href="../img/favicon.ico">
|
||||
<link rel="stylesheet" type="text/css" href="../css/index.css?v=1646883625181">
|
||||
<link rel="stylesheet" type="text/css" href="../css/index.css?v=1646883897209">
|
||||
</head>
|
||||
<body>
|
||||
<a href="https://github.com/jaywcjlove/linux-command" target="_blank" class="github-corner">
|
||||
|
|
@ -41,8 +41,10 @@
|
|||
</div>
|
||||
</div>
|
||||
</div>
|
||||
<script src="https://unpkg.com/@uiw/copy-to-clipboard/dist/copy-to-clipboard.umd.js"></script>
|
||||
<script>
|
||||
/*! @uiw/copy-to-clipboard v1.0.12 | MIT (c) 2021 Kenny Wang | https://github.com/uiwjs/copy-to-clipboard.git */
|
||||
!function(e,t){"object"==typeof exports&&"undefined"!=typeof module?module.exports=t():"function"==typeof define&&define.amd?define(t):(e="undefined"!=typeof globalThis?globalThis:e||self).copyTextToClipboard=t()}(this,(function(){"use strict";return function(e,t){const o=document.createElement("textarea");o.value=e,o.setAttribute("readonly",""),o.style={position:"absolute",left:"-9999px"},document.body.appendChild(o);const n=document.getSelection().rangeCount>0&&document.getSelection().getRangeAt(0);o.select();let c=!1;try{c=!!document.execCommand("copy")}catch(e){c=!1}document.body.removeChild(o),n&&document.getSelection&&(document.getSelection().removeAllRanges(),document.getSelection().addRange(n)),t&&t(c)}}));
|
||||
|
||||
function copied(target, str) {
|
||||
target.classList.add('active');
|
||||
copyTextToClipboard(target.dataset.code, function() {
|
||||
|
|
@ -100,7 +102,7 @@ function copied(target, str) {
|
|||
575
|
||||
</span> 个Linux命令,超过 <a href="../contributors.html">50+</a> 贡献者
|
||||
</div>
|
||||
<script type="text/javascript" src="../js/dt.js?v=1646883625182"></script>
|
||||
<script type="text/javascript" src="../js/index.js?v=1646883625182"></script>
|
||||
<script type="text/javascript" src="../js/dt.js?v=1646883897210"></script>
|
||||
<script type="text/javascript" src="../js/index.js?v=1646883897210"></script>
|
||||
</body>
|
||||
</html>
|
||||
10
c/arp.html
10
c/arp.html
|
|
@ -9,7 +9,7 @@
|
|||
<meta name="keywords" content="Linux,Command,命令大全,Linux命令手册,arp,arp 命令用于显示和修改 IP 到 MAC 转换表">
|
||||
<title>arp 命令,Linux arp 命令详解:arp 命令用于显示和修改 IP 到 MAC 转换表 - Linux 命令搜索引擎</title>
|
||||
<link rel="shortcut icon" href="../img/favicon.ico">
|
||||
<link rel="stylesheet" type="text/css" href="../css/index.css?v=1646883625212">
|
||||
<link rel="stylesheet" type="text/css" href="../css/index.css?v=1646883897226">
|
||||
</head>
|
||||
<body>
|
||||
<a href="https://github.com/jaywcjlove/linux-command" target="_blank" class="github-corner">
|
||||
|
|
@ -41,8 +41,10 @@
|
|||
</div>
|
||||
</div>
|
||||
</div>
|
||||
<script src="https://unpkg.com/@uiw/copy-to-clipboard/dist/copy-to-clipboard.umd.js"></script>
|
||||
<script>
|
||||
/*! @uiw/copy-to-clipboard v1.0.12 | MIT (c) 2021 Kenny Wang | https://github.com/uiwjs/copy-to-clipboard.git */
|
||||
!function(e,t){"object"==typeof exports&&"undefined"!=typeof module?module.exports=t():"function"==typeof define&&define.amd?define(t):(e="undefined"!=typeof globalThis?globalThis:e||self).copyTextToClipboard=t()}(this,(function(){"use strict";return function(e,t){const o=document.createElement("textarea");o.value=e,o.setAttribute("readonly",""),o.style={position:"absolute",left:"-9999px"},document.body.appendChild(o);const n=document.getSelection().rangeCount>0&&document.getSelection().getRangeAt(0);o.select();let c=!1;try{c=!!document.execCommand("copy")}catch(e){c=!1}document.body.removeChild(o),n&&document.getSelection&&(document.getSelection().removeAllRanges(),document.getSelection().addRange(n)),t&&t(c)}}));
|
||||
|
||||
function copied(target, str) {
|
||||
target.classList.add('active');
|
||||
copyTextToClipboard(target.dataset.code, function() {
|
||||
|
|
@ -148,7 +150,7 @@ arp -s 192.168.1.1 00:b1:b2:b3:b4:b5
|
|||
575
|
||||
</span> 个Linux命令,超过 <a href="../contributors.html">50+</a> 贡献者
|
||||
</div>
|
||||
<script type="text/javascript" src="../js/dt.js?v=1646883625212"></script>
|
||||
<script type="text/javascript" src="../js/index.js?v=1646883625212"></script>
|
||||
<script type="text/javascript" src="../js/dt.js?v=1646883897227"></script>
|
||||
<script type="text/javascript" src="../js/index.js?v=1646883897227"></script>
|
||||
</body>
|
||||
</html>
|
||||
10
c/arpd.html
10
c/arpd.html
|
|
@ -9,7 +9,7 @@
|
|||
<meta name="keywords" content="Linux,Command,命令大全,Linux命令手册,arpd,收集免费ARP信息">
|
||||
<title>arpd 命令,Linux arpd 命令详解:收集免费ARP信息 - Linux 命令搜索引擎</title>
|
||||
<link rel="shortcut icon" href="../img/favicon.ico">
|
||||
<link rel="stylesheet" type="text/css" href="../css/index.css?v=1646883625192">
|
||||
<link rel="stylesheet" type="text/css" href="../css/index.css?v=1646883897236">
|
||||
</head>
|
||||
<body>
|
||||
<a href="https://github.com/jaywcjlove/linux-command" target="_blank" class="github-corner">
|
||||
|
|
@ -41,8 +41,10 @@
|
|||
</div>
|
||||
</div>
|
||||
</div>
|
||||
<script src="https://unpkg.com/@uiw/copy-to-clipboard/dist/copy-to-clipboard.umd.js"></script>
|
||||
<script>
|
||||
/*! @uiw/copy-to-clipboard v1.0.12 | MIT (c) 2021 Kenny Wang | https://github.com/uiwjs/copy-to-clipboard.git */
|
||||
!function(e,t){"object"==typeof exports&&"undefined"!=typeof module?module.exports=t():"function"==typeof define&&define.amd?define(t):(e="undefined"!=typeof globalThis?globalThis:e||self).copyTextToClipboard=t()}(this,(function(){"use strict";return function(e,t){const o=document.createElement("textarea");o.value=e,o.setAttribute("readonly",""),o.style={position:"absolute",left:"-9999px"},document.body.appendChild(o);const n=document.getSelection().rangeCount>0&&document.getSelection().getRangeAt(0);o.select();let c=!1;try{c=!!document.execCommand("copy")}catch(e){c=!1}document.body.removeChild(o),n&&document.getSelection&&(document.getSelection().removeAllRanges(),document.getSelection().addRange(n)),t&&t(c)}}));
|
||||
|
||||
function copied(target, str) {
|
||||
target.classList.add('active');
|
||||
copyTextToClipboard(target.dataset.code, function() {
|
||||
|
|
@ -120,7 +122,7 @@ function copied(target, str) {
|
|||
575
|
||||
</span> 个Linux命令,超过 <a href="../contributors.html">50+</a> 贡献者
|
||||
</div>
|
||||
<script type="text/javascript" src="../js/dt.js?v=1646883625192"></script>
|
||||
<script type="text/javascript" src="../js/index.js?v=1646883625192"></script>
|
||||
<script type="text/javascript" src="../js/dt.js?v=1646883897237"></script>
|
||||
<script type="text/javascript" src="../js/index.js?v=1646883897237"></script>
|
||||
</body>
|
||||
</html>
|
||||
|
|
@ -9,7 +9,7 @@
|
|||
<meta name="keywords" content="Linux,Command,命令大全,Linux命令手册,arping,通过发送ARP协议报文测试网络">
|
||||
<title>arping 命令,Linux arping 命令详解:通过发送ARP协议报文测试网络 - Linux 命令搜索引擎</title>
|
||||
<link rel="shortcut icon" href="../img/favicon.ico">
|
||||
<link rel="stylesheet" type="text/css" href="../css/index.css?v=1646883625226">
|
||||
<link rel="stylesheet" type="text/css" href="../css/index.css?v=1646883897249">
|
||||
</head>
|
||||
<body>
|
||||
<a href="https://github.com/jaywcjlove/linux-command" target="_blank" class="github-corner">
|
||||
|
|
@ -41,8 +41,10 @@
|
|||
</div>
|
||||
</div>
|
||||
</div>
|
||||
<script src="https://unpkg.com/@uiw/copy-to-clipboard/dist/copy-to-clipboard.umd.js"></script>
|
||||
<script>
|
||||
/*! @uiw/copy-to-clipboard v1.0.12 | MIT (c) 2021 Kenny Wang | https://github.com/uiwjs/copy-to-clipboard.git */
|
||||
!function(e,t){"object"==typeof exports&&"undefined"!=typeof module?module.exports=t():"function"==typeof define&&define.amd?define(t):(e="undefined"!=typeof globalThis?globalThis:e||self).copyTextToClipboard=t()}(this,(function(){"use strict";return function(e,t){const o=document.createElement("textarea");o.value=e,o.setAttribute("readonly",""),o.style={position:"absolute",left:"-9999px"},document.body.appendChild(o);const n=document.getSelection().rangeCount>0&&document.getSelection().getRangeAt(0);o.select();let c=!1;try{c=!!document.execCommand("copy")}catch(e){c=!1}document.body.removeChild(o),n&&document.getSelection&&(document.getSelection().removeAllRanges(),document.getSelection().addRange(n)),t&&t(c)}}));
|
||||
|
||||
function copied(target, str) {
|
||||
target.classList.add('active');
|
||||
copyTextToClipboard(target.dataset.code, function() {
|
||||
|
|
@ -139,7 +141,7 @@ Received 8 response(s)
|
|||
575
|
||||
</span> 个Linux命令,超过 <a href="../contributors.html">50+</a> 贡献者
|
||||
</div>
|
||||
<script type="text/javascript" src="../js/dt.js?v=1646883625227"></script>
|
||||
<script type="text/javascript" src="../js/index.js?v=1646883625227"></script>
|
||||
<script type="text/javascript" src="../js/dt.js?v=1646883897250"></script>
|
||||
<script type="text/javascript" src="../js/index.js?v=1646883897250"></script>
|
||||
</body>
|
||||
</html>
|
||||
|
|
@ -9,7 +9,7 @@
|
|||
<meta name="keywords" content="Linux,Command,命令大全,Linux命令手册,arptables,管理ARP包过滤规则表">
|
||||
<title>arptables 命令,Linux arptables 命令详解:管理ARP包过滤规则表 - Linux 命令搜索引擎</title>
|
||||
<link rel="shortcut icon" href="../img/favicon.ico">
|
||||
<link rel="stylesheet" type="text/css" href="../css/index.css?v=1646883625234">
|
||||
<link rel="stylesheet" type="text/css" href="../css/index.css?v=1646883897256">
|
||||
</head>
|
||||
<body>
|
||||
<a href="https://github.com/jaywcjlove/linux-command" target="_blank" class="github-corner">
|
||||
|
|
@ -41,8 +41,10 @@
|
|||
</div>
|
||||
</div>
|
||||
</div>
|
||||
<script src="https://unpkg.com/@uiw/copy-to-clipboard/dist/copy-to-clipboard.umd.js"></script>
|
||||
<script>
|
||||
/*! @uiw/copy-to-clipboard v1.0.12 | MIT (c) 2021 Kenny Wang | https://github.com/uiwjs/copy-to-clipboard.git */
|
||||
!function(e,t){"object"==typeof exports&&"undefined"!=typeof module?module.exports=t():"function"==typeof define&&define.amd?define(t):(e="undefined"!=typeof globalThis?globalThis:e||self).copyTextToClipboard=t()}(this,(function(){"use strict";return function(e,t){const o=document.createElement("textarea");o.value=e,o.setAttribute("readonly",""),o.style={position:"absolute",left:"-9999px"},document.body.appendChild(o);const n=document.getSelection().rangeCount>0&&document.getSelection().getRangeAt(0);o.select();let c=!1;try{c=!!document.execCommand("copy")}catch(e){c=!1}document.body.removeChild(o),n&&document.getSelection&&(document.getSelection().removeAllRanges(),document.getSelection().addRange(n)),t&&t(c)}}));
|
||||
|
||||
function copied(target, str) {
|
||||
target.classList.add('active');
|
||||
copyTextToClipboard(target.dataset.code, function() {
|
||||
|
|
@ -123,7 +125,7 @@ function copied(target, str) {
|
|||
575
|
||||
</span> 个Linux命令,超过 <a href="../contributors.html">50+</a> 贡献者
|
||||
</div>
|
||||
<script type="text/javascript" src="../js/dt.js?v=1646883625235"></script>
|
||||
<script type="text/javascript" src="../js/index.js?v=1646883625235"></script>
|
||||
<script type="text/javascript" src="../js/dt.js?v=1646883897257"></script>
|
||||
<script type="text/javascript" src="../js/index.js?v=1646883897257"></script>
|
||||
</body>
|
||||
</html>
|
||||
|
|
@ -9,7 +9,7 @@
|
|||
<meta name="keywords" content="Linux,Command,命令大全,Linux命令手册,arpwatch,监听网络上ARP的记录">
|
||||
<title>arpwatch 命令,Linux arpwatch 命令详解:监听网络上ARP的记录 - Linux 命令搜索引擎</title>
|
||||
<link rel="shortcut icon" href="../img/favicon.ico">
|
||||
<link rel="stylesheet" type="text/css" href="../css/index.css?v=1646883625242">
|
||||
<link rel="stylesheet" type="text/css" href="../css/index.css?v=1646883897264">
|
||||
</head>
|
||||
<body>
|
||||
<a href="https://github.com/jaywcjlove/linux-command" target="_blank" class="github-corner">
|
||||
|
|
@ -41,8 +41,10 @@
|
|||
</div>
|
||||
</div>
|
||||
</div>
|
||||
<script src="https://unpkg.com/@uiw/copy-to-clipboard/dist/copy-to-clipboard.umd.js"></script>
|
||||
<script>
|
||||
/*! @uiw/copy-to-clipboard v1.0.12 | MIT (c) 2021 Kenny Wang | https://github.com/uiwjs/copy-to-clipboard.git */
|
||||
!function(e,t){"object"==typeof exports&&"undefined"!=typeof module?module.exports=t():"function"==typeof define&&define.amd?define(t):(e="undefined"!=typeof globalThis?globalThis:e||self).copyTextToClipboard=t()}(this,(function(){"use strict";return function(e,t){const o=document.createElement("textarea");o.value=e,o.setAttribute("readonly",""),o.style={position:"absolute",left:"-9999px"},document.body.appendChild(o);const n=document.getSelection().rangeCount>0&&document.getSelection().getRangeAt(0);o.select();let c=!1;try{c=!!document.execCommand("copy")}catch(e){c=!1}document.body.removeChild(o),n&&document.getSelection&&(document.getSelection().removeAllRanges(),document.getSelection().addRange(n)),t&&t(c)}}));
|
||||
|
||||
function copied(target, str) {
|
||||
target.classList.add('active');
|
||||
copyTextToClipboard(target.dataset.code, function() {
|
||||
|
|
@ -105,7 +107,7 @@ function copied(target, str) {
|
|||
575
|
||||
</span> 个Linux命令,超过 <a href="../contributors.html">50+</a> 贡献者
|
||||
</div>
|
||||
<script type="text/javascript" src="../js/dt.js?v=1646883625243"></script>
|
||||
<script type="text/javascript" src="../js/index.js?v=1646883625243"></script>
|
||||
<script type="text/javascript" src="../js/dt.js?v=1646883897264"></script>
|
||||
<script type="text/javascript" src="../js/index.js?v=1646883897264"></script>
|
||||
</body>
|
||||
</html>
|
||||
10
c/as.html
10
c/as.html
|
|
@ -9,7 +9,7 @@
|
|||
<meta name="keywords" content="Linux,Command,命令大全,Linux命令手册,as,汇编语言编译器">
|
||||
<title>as 命令,Linux as 命令详解:汇编语言编译器 - Linux 命令搜索引擎</title>
|
||||
<link rel="shortcut icon" href="../img/favicon.ico">
|
||||
<link rel="stylesheet" type="text/css" href="../css/index.css?v=1646883625250">
|
||||
<link rel="stylesheet" type="text/css" href="../css/index.css?v=1646883897271">
|
||||
</head>
|
||||
<body>
|
||||
<a href="https://github.com/jaywcjlove/linux-command" target="_blank" class="github-corner">
|
||||
|
|
@ -41,8 +41,10 @@
|
|||
</div>
|
||||
</div>
|
||||
</div>
|
||||
<script src="https://unpkg.com/@uiw/copy-to-clipboard/dist/copy-to-clipboard.umd.js"></script>
|
||||
<script>
|
||||
/*! @uiw/copy-to-clipboard v1.0.12 | MIT (c) 2021 Kenny Wang | https://github.com/uiwjs/copy-to-clipboard.git */
|
||||
!function(e,t){"object"==typeof exports&&"undefined"!=typeof module?module.exports=t():"function"==typeof define&&define.amd?define(t):(e="undefined"!=typeof globalThis?globalThis:e||self).copyTextToClipboard=t()}(this,(function(){"use strict";return function(e,t){const o=document.createElement("textarea");o.value=e,o.setAttribute("readonly",""),o.style={position:"absolute",left:"-9999px"},document.body.appendChild(o);const n=document.getSelection().rangeCount>0&&document.getSelection().getRangeAt(0);o.select();let c=!1;try{c=!!document.execCommand("copy")}catch(e){c=!1}document.body.removeChild(o),n&&document.getSelection&&(document.getSelection().removeAllRanges(),document.getSelection().addRange(n)),t&&t(c)}}));
|
||||
|
||||
function copied(target, str) {
|
||||
target.classList.add('active');
|
||||
copyTextToClipboard(target.dataset.code, function() {
|
||||
|
|
@ -129,7 +131,7 @@ function copied(target, str) {
|
|||
575
|
||||
</span> 个Linux命令,超过 <a href="../contributors.html">50+</a> 贡献者
|
||||
</div>
|
||||
<script type="text/javascript" src="../js/dt.js?v=1646883625251"></script>
|
||||
<script type="text/javascript" src="../js/index.js?v=1646883625251"></script>
|
||||
<script type="text/javascript" src="../js/dt.js?v=1646883897272"></script>
|
||||
<script type="text/javascript" src="../js/index.js?v=1646883897272"></script>
|
||||
</body>
|
||||
</html>
|
||||
10
c/at.html
10
c/at.html
|
|
@ -9,7 +9,7 @@
|
|||
<meta name="keywords" content="Linux,Command,命令大全,Linux命令手册,at,在指定时间执行一个任务">
|
||||
<title>at 命令,Linux at 命令详解:在指定时间执行一个任务 - Linux 命令搜索引擎</title>
|
||||
<link rel="shortcut icon" href="../img/favicon.ico">
|
||||
<link rel="stylesheet" type="text/css" href="../css/index.css?v=1646883625273">
|
||||
<link rel="stylesheet" type="text/css" href="../css/index.css?v=1646883897293">
|
||||
</head>
|
||||
<body>
|
||||
<a href="https://github.com/jaywcjlove/linux-command" target="_blank" class="github-corner">
|
||||
|
|
@ -41,8 +41,10 @@
|
|||
</div>
|
||||
</div>
|
||||
</div>
|
||||
<script src="https://unpkg.com/@uiw/copy-to-clipboard/dist/copy-to-clipboard.umd.js"></script>
|
||||
<script>
|
||||
/*! @uiw/copy-to-clipboard v1.0.12 | MIT (c) 2021 Kenny Wang | https://github.com/uiwjs/copy-to-clipboard.git */
|
||||
!function(e,t){"object"==typeof exports&&"undefined"!=typeof module?module.exports=t():"function"==typeof define&&define.amd?define(t):(e="undefined"!=typeof globalThis?globalThis:e||self).copyTextToClipboard=t()}(this,(function(){"use strict";return function(e,t){const o=document.createElement("textarea");o.value=e,o.setAttribute("readonly",""),o.style={position:"absolute",left:"-9999px"},document.body.appendChild(o);const n=document.getSelection().rangeCount>0&&document.getSelection().getRangeAt(0);o.select();let c=!1;try{c=!!document.execCommand("copy")}catch(e){c=!1}document.body.removeChild(o),n&&document.getSelection&&(document.getSelection().removeAllRanges(),document.getSelection().addRange(n)),t&&t(c)}}));
|
||||
|
||||
function copied(target, str) {
|
||||
target.classList.add('active');
|
||||
copyTextToClipboard(target.dataset.code, function() {
|
||||
|
|
@ -169,7 +171,7 @@ date >/root/2013.log
|
|||
575
|
||||
</span> 个Linux命令,超过 <a href="../contributors.html">50+</a> 贡献者
|
||||
</div>
|
||||
<script type="text/javascript" src="../js/dt.js?v=1646883625274"></script>
|
||||
<script type="text/javascript" src="../js/index.js?v=1646883625274"></script>
|
||||
<script type="text/javascript" src="../js/dt.js?v=1646883897294"></script>
|
||||
<script type="text/javascript" src="../js/index.js?v=1646883897294"></script>
|
||||
</body>
|
||||
</html>
|
||||
10
c/atop.html
10
c/atop.html
|
|
@ -9,7 +9,7 @@
|
|||
<meta name="keywords" content="Linux,Command,命令大全,Linux命令手册,atop,监控Linux系统资源与进程的工具">
|
||||
<title>atop 命令,Linux atop 命令详解:监控Linux系统资源与进程的工具 - Linux 命令搜索引擎</title>
|
||||
<link rel="shortcut icon" href="../img/favicon.ico">
|
||||
<link rel="stylesheet" type="text/css" href="../css/index.css?v=1646883625301">
|
||||
<link rel="stylesheet" type="text/css" href="../css/index.css?v=1646883897318">
|
||||
</head>
|
||||
<body>
|
||||
<a href="https://github.com/jaywcjlove/linux-command" target="_blank" class="github-corner">
|
||||
|
|
@ -41,8 +41,10 @@
|
|||
</div>
|
||||
</div>
|
||||
</div>
|
||||
<script src="https://unpkg.com/@uiw/copy-to-clipboard/dist/copy-to-clipboard.umd.js"></script>
|
||||
<script>
|
||||
/*! @uiw/copy-to-clipboard v1.0.12 | MIT (c) 2021 Kenny Wang | https://github.com/uiwjs/copy-to-clipboard.git */
|
||||
!function(e,t){"object"==typeof exports&&"undefined"!=typeof module?module.exports=t():"function"==typeof define&&define.amd?define(t):(e="undefined"!=typeof globalThis?globalThis:e||self).copyTextToClipboard=t()}(this,(function(){"use strict";return function(e,t){const o=document.createElement("textarea");o.value=e,o.setAttribute("readonly",""),o.style={position:"absolute",left:"-9999px"},document.body.appendChild(o);const n=document.getSelection().rangeCount>0&&document.getSelection().getRangeAt(0);o.select();let c=!1;try{c=!!document.execCommand("copy")}catch(e){c=!1}document.body.removeChild(o),n&&document.getSelection&&(document.getSelection().removeAllRanges(),document.getSelection().addRange(n)),t&&t(c)}}));
|
||||
|
||||
function copied(target, str) {
|
||||
target.classList.add('active');
|
||||
copyTextToClipboard(target.dataset.code, function() {
|
||||
|
|
@ -165,7 +167,7 @@ function copied(target, str) {
|
|||
575
|
||||
</span> 个Linux命令,超过 <a href="../contributors.html">50+</a> 贡献者
|
||||
</div>
|
||||
<script type="text/javascript" src="../js/dt.js?v=1646883625302"></script>
|
||||
<script type="text/javascript" src="../js/index.js?v=1646883625302"></script>
|
||||
<script type="text/javascript" src="../js/dt.js?v=1646883897319"></script>
|
||||
<script type="text/javascript" src="../js/index.js?v=1646883897319"></script>
|
||||
</body>
|
||||
</html>
|
||||
10
c/atq.html
10
c/atq.html
|
|
@ -9,7 +9,7 @@
|
|||
<meta name="keywords" content="Linux,Command,命令大全,Linux命令手册,atq,列出当前用户的at任务列表">
|
||||
<title>atq 命令,Linux atq 命令详解:列出当前用户的at任务列表 - Linux 命令搜索引擎</title>
|
||||
<link rel="shortcut icon" href="../img/favicon.ico">
|
||||
<link rel="stylesheet" type="text/css" href="../css/index.css?v=1646883625310">
|
||||
<link rel="stylesheet" type="text/css" href="../css/index.css?v=1646883897328">
|
||||
</head>
|
||||
<body>
|
||||
<a href="https://github.com/jaywcjlove/linux-command" target="_blank" class="github-corner">
|
||||
|
|
@ -41,8 +41,10 @@
|
|||
</div>
|
||||
</div>
|
||||
</div>
|
||||
<script src="https://unpkg.com/@uiw/copy-to-clipboard/dist/copy-to-clipboard.umd.js"></script>
|
||||
<script>
|
||||
/*! @uiw/copy-to-clipboard v1.0.12 | MIT (c) 2021 Kenny Wang | https://github.com/uiwjs/copy-to-clipboard.git */
|
||||
!function(e,t){"object"==typeof exports&&"undefined"!=typeof module?module.exports=t():"function"==typeof define&&define.amd?define(t):(e="undefined"!=typeof globalThis?globalThis:e||self).copyTextToClipboard=t()}(this,(function(){"use strict";return function(e,t){const o=document.createElement("textarea");o.value=e,o.setAttribute("readonly",""),o.style={position:"absolute",left:"-9999px"},document.body.appendChild(o);const n=document.getSelection().rangeCount>0&&document.getSelection().getRangeAt(0);o.select();let c=!1;try{c=!!document.execCommand("copy")}catch(e){c=!1}document.body.removeChild(o),n&&document.getSelection&&(document.getSelection().removeAllRanges(),document.getSelection().addRange(n)),t&&t(c)}}));
|
||||
|
||||
function copied(target, str) {
|
||||
target.classList.add('active');
|
||||
copyTextToClipboard(target.dataset.code, function() {
|
||||
|
|
@ -117,7 +119,7 @@ atq
|
|||
575
|
||||
</span> 个Linux命令,超过 <a href="../contributors.html">50+</a> 贡献者
|
||||
</div>
|
||||
<script type="text/javascript" src="../js/dt.js?v=1646883625311"></script>
|
||||
<script type="text/javascript" src="../js/index.js?v=1646883625311"></script>
|
||||
<script type="text/javascript" src="../js/dt.js?v=1646883897328"></script>
|
||||
<script type="text/javascript" src="../js/index.js?v=1646883897328"></script>
|
||||
</body>
|
||||
</html>
|
||||
10
c/atrm.html
10
c/atrm.html
|
|
@ -9,7 +9,7 @@
|
|||
<meta name="keywords" content="Linux,Command,命令大全,Linux命令手册,atrm,删除待执行任务队列中的指定任务">
|
||||
<title>atrm 命令,Linux atrm 命令详解:删除待执行任务队列中的指定任务 - Linux 命令搜索引擎</title>
|
||||
<link rel="shortcut icon" href="../img/favicon.ico">
|
||||
<link rel="stylesheet" type="text/css" href="../css/index.css?v=1646883625324">
|
||||
<link rel="stylesheet" type="text/css" href="../css/index.css?v=1646883897349">
|
||||
</head>
|
||||
<body>
|
||||
<a href="https://github.com/jaywcjlove/linux-command" target="_blank" class="github-corner">
|
||||
|
|
@ -41,8 +41,10 @@
|
|||
</div>
|
||||
</div>
|
||||
</div>
|
||||
<script src="https://unpkg.com/@uiw/copy-to-clipboard/dist/copy-to-clipboard.umd.js"></script>
|
||||
<script>
|
||||
/*! @uiw/copy-to-clipboard v1.0.12 | MIT (c) 2021 Kenny Wang | https://github.com/uiwjs/copy-to-clipboard.git */
|
||||
!function(e,t){"object"==typeof exports&&"undefined"!=typeof module?module.exports=t():"function"==typeof define&&define.amd?define(t):(e="undefined"!=typeof globalThis?globalThis:e||self).copyTextToClipboard=t()}(this,(function(){"use strict";return function(e,t){const o=document.createElement("textarea");o.value=e,o.setAttribute("readonly",""),o.style={position:"absolute",left:"-9999px"},document.body.appendChild(o);const n=document.getSelection().rangeCount>0&&document.getSelection().getRangeAt(0);o.select();let c=!1;try{c=!!document.execCommand("copy")}catch(e){c=!1}document.body.removeChild(o),n&&document.getSelection&&(document.getSelection().removeAllRanges(),document.getSelection().addRange(n)),t&&t(c)}}));
|
||||
|
||||
function copied(target, str) {
|
||||
target.classList.add('active');
|
||||
copyTextToClipboard(target.dataset.code, function() {
|
||||
|
|
@ -114,7 +116,7 @@ atrm 2 # 删除任务2
|
|||
575
|
||||
</span> 个Linux命令,超过 <a href="../contributors.html">50+</a> 贡献者
|
||||
</div>
|
||||
<script type="text/javascript" src="../js/dt.js?v=1646883625325"></script>
|
||||
<script type="text/javascript" src="../js/index.js?v=1646883625325"></script>
|
||||
<script type="text/javascript" src="../js/dt.js?v=1646883897349"></script>
|
||||
<script type="text/javascript" src="../js/index.js?v=1646883897349"></script>
|
||||
</body>
|
||||
</html>
|
||||
10
c/awk.html
10
c/awk.html
|
|
@ -9,7 +9,7 @@
|
|||
<meta name="keywords" content="Linux,Command,命令大全,Linux命令手册,awk,文本和数据进行处理的编程语言">
|
||||
<title>awk 命令,Linux awk 命令详解:文本和数据进行处理的编程语言 - Linux 命令搜索引擎</title>
|
||||
<link rel="shortcut icon" href="../img/favicon.ico">
|
||||
<link rel="stylesheet" type="text/css" href="../css/index.css?v=1646883625657">
|
||||
<link rel="stylesheet" type="text/css" href="../css/index.css?v=1646883897665">
|
||||
</head>
|
||||
<body>
|
||||
<a href="https://github.com/jaywcjlove/linux-command" target="_blank" class="github-corner">
|
||||
|
|
@ -41,8 +41,10 @@
|
|||
</div>
|
||||
</div>
|
||||
</div>
|
||||
<script src="https://unpkg.com/@uiw/copy-to-clipboard/dist/copy-to-clipboard.umd.js"></script>
|
||||
<script>
|
||||
/*! @uiw/copy-to-clipboard v1.0.12 | MIT (c) 2021 Kenny Wang | https://github.com/uiwjs/copy-to-clipboard.git */
|
||||
!function(e,t){"object"==typeof exports&&"undefined"!=typeof module?module.exports=t():"function"==typeof define&&define.amd?define(t):(e="undefined"!=typeof globalThis?globalThis:e||self).copyTextToClipboard=t()}(this,(function(){"use strict";return function(e,t){const o=document.createElement("textarea");o.value=e,o.setAttribute("readonly",""),o.style={position:"absolute",left:"-9999px"},document.body.appendChild(o);const n=document.getSelection().rangeCount>0&&document.getSelection().getRangeAt(0);o.select();let c=!1;try{c=!!document.execCommand("copy")}catch(e){c=!1}document.body.removeChild(o),n&&document.getSelection&&(document.getSelection().removeAllRanges(),document.getSelection().addRange(n)),t&&t(c)}}));
|
||||
|
||||
function copied(target, str) {
|
||||
target.classList.add('active');
|
||||
copyTextToClipboard(target.dataset.code, function() {
|
||||
|
|
@ -1403,7 +1405,7 @@ drwxr-xr-x 95 root root 4096 10-08 14:01 ..
|
|||
575
|
||||
</span> 个Linux命令,超过 <a href="../contributors.html">50+</a> 贡献者
|
||||
</div>
|
||||
<script type="text/javascript" src="../js/dt.js?v=1646883625657"></script>
|
||||
<script type="text/javascript" src="../js/index.js?v=1646883625657"></script>
|
||||
<script type="text/javascript" src="../js/dt.js?v=1646883897666"></script>
|
||||
<script type="text/javascript" src="../js/index.js?v=1646883897666"></script>
|
||||
</body>
|
||||
</html>
|
||||
10
c/axel.html
10
c/axel.html
|
|
@ -9,7 +9,7 @@
|
|||
<meta name="keywords" content="Linux,Command,命令大全,Linux命令手册,axel,多线程下载工具">
|
||||
<title>axel 命令,Linux axel 命令详解:多线程下载工具 - Linux 命令搜索引擎</title>
|
||||
<link rel="shortcut icon" href="../img/favicon.ico">
|
||||
<link rel="stylesheet" type="text/css" href="../css/index.css?v=1646883625672">
|
||||
<link rel="stylesheet" type="text/css" href="../css/index.css?v=1646883897680">
|
||||
</head>
|
||||
<body>
|
||||
<a href="https://github.com/jaywcjlove/linux-command" target="_blank" class="github-corner">
|
||||
|
|
@ -41,8 +41,10 @@
|
|||
</div>
|
||||
</div>
|
||||
</div>
|
||||
<script src="https://unpkg.com/@uiw/copy-to-clipboard/dist/copy-to-clipboard.umd.js"></script>
|
||||
<script>
|
||||
/*! @uiw/copy-to-clipboard v1.0.12 | MIT (c) 2021 Kenny Wang | https://github.com/uiwjs/copy-to-clipboard.git */
|
||||
!function(e,t){"object"==typeof exports&&"undefined"!=typeof module?module.exports=t():"function"==typeof define&&define.amd?define(t):(e="undefined"!=typeof globalThis?globalThis:e||self).copyTextToClipboard=t()}(this,(function(){"use strict";return function(e,t){const o=document.createElement("textarea");o.value=e,o.setAttribute("readonly",""),o.style={position:"absolute",left:"-9999px"},document.body.appendChild(o);const n=document.getSelection().rangeCount>0&&document.getSelection().getRangeAt(0);o.select();let c=!1;try{c=!!document.execCommand("copy")}catch(e){c=!1}document.body.removeChild(o),n&&document.getSelection&&(document.getSelection().removeAllRanges(),document.getSelection().addRange(n)),t&&t(c)}}));
|
||||
|
||||
function copied(target, str) {
|
||||
target.classList.add('active');
|
||||
copyTextToClipboard(target.dataset.code, function() {
|
||||
|
|
@ -146,7 +148,7 @@ rpm -ivh axel-2.4-1.el5.rf.x86_64.rpm
|
|||
575
|
||||
</span> 个Linux命令,超过 <a href="../contributors.html">50+</a> 贡献者
|
||||
</div>
|
||||
<script type="text/javascript" src="../js/dt.js?v=1646883625672"></script>
|
||||
<script type="text/javascript" src="../js/index.js?v=1646883625672"></script>
|
||||
<script type="text/javascript" src="../js/dt.js?v=1646883897681"></script>
|
||||
<script type="text/javascript" src="../js/index.js?v=1646883897681"></script>
|
||||
</body>
|
||||
</html>
|
||||
|
|
@ -9,7 +9,7 @@
|
|||
<meta name="keywords" content="Linux,Command,命令大全,Linux命令手册,badblocks,查找磁盘中损坏的区块">
|
||||
<title>badblocks 命令,Linux badblocks 命令详解:查找磁盘中损坏的区块 - Linux 命令搜索引擎</title>
|
||||
<link rel="shortcut icon" href="../img/favicon.ico">
|
||||
<link rel="stylesheet" type="text/css" href="../css/index.css?v=1646883625690">
|
||||
<link rel="stylesheet" type="text/css" href="../css/index.css?v=1646883897696">
|
||||
</head>
|
||||
<body>
|
||||
<a href="https://github.com/jaywcjlove/linux-command" target="_blank" class="github-corner">
|
||||
|
|
@ -41,8 +41,10 @@
|
|||
</div>
|
||||
</div>
|
||||
</div>
|
||||
<script src="https://unpkg.com/@uiw/copy-to-clipboard/dist/copy-to-clipboard.umd.js"></script>
|
||||
<script>
|
||||
/*! @uiw/copy-to-clipboard v1.0.12 | MIT (c) 2021 Kenny Wang | https://github.com/uiwjs/copy-to-clipboard.git */
|
||||
!function(e,t){"object"==typeof exports&&"undefined"!=typeof module?module.exports=t():"function"==typeof define&&define.amd?define(t):(e="undefined"!=typeof globalThis?globalThis:e||self).copyTextToClipboard=t()}(this,(function(){"use strict";return function(e,t){const o=document.createElement("textarea");o.value=e,o.setAttribute("readonly",""),o.style={position:"absolute",left:"-9999px"},document.body.appendChild(o);const n=document.getSelection().rangeCount>0&&document.getSelection().getRangeAt(0);o.select();let c=!1;try{c=!!document.execCommand("copy")}catch(e){c=!1}document.body.removeChild(o),n&&document.getSelection&&(document.getSelection().removeAllRanges(),document.getSelection().addRange(n)),t&&t(c)}}));
|
||||
|
||||
function copied(target, str) {
|
||||
target.classList.add('active');
|
||||
copyTextToClipboard(target.dataset.code, function() {
|
||||
|
|
@ -156,7 +158,7 @@ function copied(target, str) {
|
|||
575
|
||||
</span> 个Linux命令,超过 <a href="../contributors.html">50+</a> 贡献者
|
||||
</div>
|
||||
<script type="text/javascript" src="../js/dt.js?v=1646883625690"></script>
|
||||
<script type="text/javascript" src="../js/index.js?v=1646883625690"></script>
|
||||
<script type="text/javascript" src="../js/dt.js?v=1646883897697"></script>
|
||||
<script type="text/javascript" src="../js/index.js?v=1646883897697"></script>
|
||||
</body>
|
||||
</html>
|
||||
|
|
@ -9,7 +9,7 @@
|
|||
<meta name="keywords" content="Linux,Command,命令大全,Linux命令手册,base64,base64 编码/解码文件或标准输入输出">
|
||||
<title>base64 命令,Linux base64 命令详解:base64 编码/解码文件或标准输入输出 - Linux 命令搜索引擎</title>
|
||||
<link rel="shortcut icon" href="../img/favicon.ico">
|
||||
<link rel="stylesheet" type="text/css" href="../css/index.css?v=1646883625702">
|
||||
<link rel="stylesheet" type="text/css" href="../css/index.css?v=1646883897714">
|
||||
</head>
|
||||
<body>
|
||||
<a href="https://github.com/jaywcjlove/linux-command" target="_blank" class="github-corner">
|
||||
|
|
@ -41,8 +41,10 @@
|
|||
</div>
|
||||
</div>
|
||||
</div>
|
||||
<script src="https://unpkg.com/@uiw/copy-to-clipboard/dist/copy-to-clipboard.umd.js"></script>
|
||||
<script>
|
||||
/*! @uiw/copy-to-clipboard v1.0.12 | MIT (c) 2021 Kenny Wang | https://github.com/uiwjs/copy-to-clipboard.git */
|
||||
!function(e,t){"object"==typeof exports&&"undefined"!=typeof module?module.exports=t():"function"==typeof define&&define.amd?define(t):(e="undefined"!=typeof globalThis?globalThis:e||self).copyTextToClipboard=t()}(this,(function(){"use strict";return function(e,t){const o=document.createElement("textarea");o.value=e,o.setAttribute("readonly",""),o.style={position:"absolute",left:"-9999px"},document.body.appendChild(o);const n=document.getSelection().rangeCount>0&&document.getSelection().getRangeAt(0);o.select();let c=!1;try{c=!!document.execCommand("copy")}catch(e){c=!1}document.body.removeChild(o),n&&document.getSelection&&(document.getSelection().removeAllRanges(),document.getSelection().addRange(n)),t&&t(c)}}));
|
||||
|
||||
function copied(target, str) {
|
||||
target.classList.add('active');
|
||||
copyTextToClipboard(target.dataset.code, function() {
|
||||
|
|
@ -126,7 +128,7 @@ function copied(target, str) {
|
|||
575
|
||||
</span> 个Linux命令,超过 <a href="../contributors.html">50+</a> 贡献者
|
||||
</div>
|
||||
<script type="text/javascript" src="../js/dt.js?v=1646883625703"></script>
|
||||
<script type="text/javascript" src="../js/index.js?v=1646883625703"></script>
|
||||
<script type="text/javascript" src="../js/dt.js?v=1646883897714"></script>
|
||||
<script type="text/javascript" src="../js/index.js?v=1646883897714"></script>
|
||||
</body>
|
||||
</html>
|
||||
|
|
@ -9,7 +9,7 @@
|
|||
<meta name="keywords" content="Linux,Command,命令大全,Linux命令手册,basename,打印目录或者文件的基本名称">
|
||||
<title>basename 命令,Linux basename 命令详解:打印目录或者文件的基本名称 - Linux 命令搜索引擎</title>
|
||||
<link rel="shortcut icon" href="../img/favicon.ico">
|
||||
<link rel="stylesheet" type="text/css" href="../css/index.css?v=1646883625712">
|
||||
<link rel="stylesheet" type="text/css" href="../css/index.css?v=1646883897723">
|
||||
</head>
|
||||
<body>
|
||||
<a href="https://github.com/jaywcjlove/linux-command" target="_blank" class="github-corner">
|
||||
|
|
@ -41,8 +41,10 @@
|
|||
</div>
|
||||
</div>
|
||||
</div>
|
||||
<script src="https://unpkg.com/@uiw/copy-to-clipboard/dist/copy-to-clipboard.umd.js"></script>
|
||||
<script>
|
||||
/*! @uiw/copy-to-clipboard v1.0.12 | MIT (c) 2021 Kenny Wang | https://github.com/uiwjs/copy-to-clipboard.git */
|
||||
!function(e,t){"object"==typeof exports&&"undefined"!=typeof module?module.exports=t():"function"==typeof define&&define.amd?define(t):(e="undefined"!=typeof globalThis?globalThis:e||self).copyTextToClipboard=t()}(this,(function(){"use strict";return function(e,t){const o=document.createElement("textarea");o.value=e,o.setAttribute("readonly",""),o.style={position:"absolute",left:"-9999px"},document.body.appendChild(o);const n=document.getSelection().rangeCount>0&&document.getSelection().getRangeAt(0);o.select();let c=!1;try{c=!!document.execCommand("copy")}catch(e){c=!1}document.body.removeChild(o),n&&document.getSelection&&(document.getSelection().removeAllRanges(),document.getSelection().addRange(n)),t&&t(c)}}));
|
||||
|
||||
function copied(target, str) {
|
||||
target.classList.add('active');
|
||||
copyTextToClipboard(target.dataset.code, function() {
|
||||
|
|
@ -117,7 +119,7 @@ function copied(target, str) {
|
|||
575
|
||||
</span> 个Linux命令,超过 <a href="../contributors.html">50+</a> 贡献者
|
||||
</div>
|
||||
<script type="text/javascript" src="../js/dt.js?v=1646883625713"></script>
|
||||
<script type="text/javascript" src="../js/index.js?v=1646883625713"></script>
|
||||
<script type="text/javascript" src="../js/dt.js?v=1646883897723"></script>
|
||||
<script type="text/javascript" src="../js/index.js?v=1646883897723"></script>
|
||||
</body>
|
||||
</html>
|
||||
10
c/batch.html
10
c/batch.html
|
|
@ -9,7 +9,7 @@
|
|||
<meta name="keywords" content="Linux,Command,命令大全,Linux命令手册,batch,在系统不繁忙的时候执行定时任务">
|
||||
<title>batch 命令,Linux batch 命令详解:在系统不繁忙的时候执行定时任务 - Linux 命令搜索引擎</title>
|
||||
<link rel="shortcut icon" href="../img/favicon.ico">
|
||||
<link rel="stylesheet" type="text/css" href="../css/index.css?v=1646883625723">
|
||||
<link rel="stylesheet" type="text/css" href="../css/index.css?v=1646883897749">
|
||||
</head>
|
||||
<body>
|
||||
<a href="https://github.com/jaywcjlove/linux-command" target="_blank" class="github-corner">
|
||||
|
|
@ -41,8 +41,10 @@
|
|||
</div>
|
||||
</div>
|
||||
</div>
|
||||
<script src="https://unpkg.com/@uiw/copy-to-clipboard/dist/copy-to-clipboard.umd.js"></script>
|
||||
<script>
|
||||
/*! @uiw/copy-to-clipboard v1.0.12 | MIT (c) 2021 Kenny Wang | https://github.com/uiwjs/copy-to-clipboard.git */
|
||||
!function(e,t){"object"==typeof exports&&"undefined"!=typeof module?module.exports=t():"function"==typeof define&&define.amd?define(t):(e="undefined"!=typeof globalThis?globalThis:e||self).copyTextToClipboard=t()}(this,(function(){"use strict";return function(e,t){const o=document.createElement("textarea");o.value=e,o.setAttribute("readonly",""),o.style={position:"absolute",left:"-9999px"},document.body.appendChild(o);const n=document.getSelection().rangeCount>0&&document.getSelection().getRangeAt(0);o.select();let c=!1;try{c=!!document.execCommand("copy")}catch(e){c=!1}document.body.removeChild(o),n&&document.getSelection&&(document.getSelection().removeAllRanges(),document.getSelection().addRange(n)),t&&t(c)}}));
|
||||
|
||||
function copied(target, str) {
|
||||
target.classList.add('active');
|
||||
copyTextToClipboard(target.dataset.code, function() {
|
||||
|
|
@ -115,7 +117,7 @@ job 5 at Sun Apr 28 08:49:00 2013
|
|||
575
|
||||
</span> 个Linux命令,超过 <a href="../contributors.html">50+</a> 贡献者
|
||||
</div>
|
||||
<script type="text/javascript" src="../js/dt.js?v=1646883625723"></script>
|
||||
<script type="text/javascript" src="../js/index.js?v=1646883625723"></script>
|
||||
<script type="text/javascript" src="../js/dt.js?v=1646883897750"></script>
|
||||
<script type="text/javascript" src="../js/index.js?v=1646883897750"></script>
|
||||
</body>
|
||||
</html>
|
||||
10
c/bc.html
10
c/bc.html
|
|
@ -9,7 +9,7 @@
|
|||
<meta name="keywords" content="Linux,Command,命令大全,Linux命令手册,bc,算术操作精密运算工具">
|
||||
<title>bc 命令,Linux bc 命令详解:算术操作精密运算工具 - Linux 命令搜索引擎</title>
|
||||
<link rel="shortcut icon" href="../img/favicon.ico">
|
||||
<link rel="stylesheet" type="text/css" href="../css/index.css?v=1646883625745">
|
||||
<link rel="stylesheet" type="text/css" href="../css/index.css?v=1646883897742">
|
||||
</head>
|
||||
<body>
|
||||
<a href="https://github.com/jaywcjlove/linux-command" target="_blank" class="github-corner">
|
||||
|
|
@ -41,8 +41,10 @@
|
|||
</div>
|
||||
</div>
|
||||
</div>
|
||||
<script src="https://unpkg.com/@uiw/copy-to-clipboard/dist/copy-to-clipboard.umd.js"></script>
|
||||
<script>
|
||||
/*! @uiw/copy-to-clipboard v1.0.12 | MIT (c) 2021 Kenny Wang | https://github.com/uiwjs/copy-to-clipboard.git */
|
||||
!function(e,t){"object"==typeof exports&&"undefined"!=typeof module?module.exports=t():"function"==typeof define&&define.amd?define(t):(e="undefined"!=typeof globalThis?globalThis:e||self).copyTextToClipboard=t()}(this,(function(){"use strict";return function(e,t){const o=document.createElement("textarea");o.value=e,o.setAttribute("readonly",""),o.style={position:"absolute",left:"-9999px"},document.body.appendChild(o);const n=document.getSelection().rangeCount>0&&document.getSelection().getRangeAt(0);o.select();let c=!1;try{c=!!document.execCommand("copy")}catch(e){c=!1}document.body.removeChild(o),n&&document.getSelection&&(document.getSelection().removeAllRanges(),document.getSelection().addRange(n)),t&&t(c)}}));
|
||||
|
||||
function copied(target, str) {
|
||||
target.classList.add('active');
|
||||
copyTextToClipboard(target.dataset.code, function() {
|
||||
|
|
@ -156,7 +158,7 @@ echo "sqrt(100)" | bc
|
|||
575
|
||||
</span> 个Linux命令,超过 <a href="../contributors.html">50+</a> 贡献者
|
||||
</div>
|
||||
<script type="text/javascript" src="../js/dt.js?v=1646883625745"></script>
|
||||
<script type="text/javascript" src="../js/index.js?v=1646883625745"></script>
|
||||
<script type="text/javascript" src="../js/dt.js?v=1646883897743"></script>
|
||||
<script type="text/javascript" src="../js/index.js?v=1646883897743"></script>
|
||||
</body>
|
||||
</html>
|
||||
10
c/bg.html
10
c/bg.html
|
|
@ -9,7 +9,7 @@
|
|||
<meta name="keywords" content="Linux,Command,命令大全,Linux命令手册,bg,将前台终端作业移动到后台运行">
|
||||
<title>bg 命令,Linux bg 命令详解:将前台终端作业移动到后台运行 - Linux 命令搜索引擎</title>
|
||||
<link rel="shortcut icon" href="../img/favicon.ico">
|
||||
<link rel="stylesheet" type="text/css" href="../css/index.css?v=1646883625755">
|
||||
<link rel="stylesheet" type="text/css" href="../css/index.css?v=1646883897760">
|
||||
</head>
|
||||
<body>
|
||||
<a href="https://github.com/jaywcjlove/linux-command" target="_blank" class="github-corner">
|
||||
|
|
@ -41,8 +41,10 @@
|
|||
</div>
|
||||
</div>
|
||||
</div>
|
||||
<script src="https://unpkg.com/@uiw/copy-to-clipboard/dist/copy-to-clipboard.umd.js"></script>
|
||||
<script>
|
||||
/*! @uiw/copy-to-clipboard v1.0.12 | MIT (c) 2021 Kenny Wang | https://github.com/uiwjs/copy-to-clipboard.git */
|
||||
!function(e,t){"object"==typeof exports&&"undefined"!=typeof module?module.exports=t():"function"==typeof define&&define.amd?define(t):(e="undefined"!=typeof globalThis?globalThis:e||self).copyTextToClipboard=t()}(this,(function(){"use strict";return function(e,t){const o=document.createElement("textarea");o.value=e,o.setAttribute("readonly",""),o.style={position:"absolute",left:"-9999px"},document.body.appendChild(o);const n=document.getSelection().rangeCount>0&&document.getSelection().getRangeAt(0);o.select();let c=!1;try{c=!!document.execCommand("copy")}catch(e){c=!1}document.body.removeChild(o),n&&document.getSelection&&(document.getSelection().removeAllRanges(),document.getSelection().addRange(n)),t&&t(c)}}));
|
||||
|
||||
function copied(target, str) {
|
||||
target.classList.add('active');
|
||||
copyTextToClipboard(target.dataset.code, function() {
|
||||
|
|
@ -134,7 +136,7 @@ bg %1
|
|||
575
|
||||
</span> 个Linux命令,超过 <a href="../contributors.html">50+</a> 贡献者
|
||||
</div>
|
||||
<script type="text/javascript" src="../js/dt.js?v=1646883625756"></script>
|
||||
<script type="text/javascript" src="../js/index.js?v=1646883625756"></script>
|
||||
<script type="text/javascript" src="../js/dt.js?v=1646883897760"></script>
|
||||
<script type="text/javascript" src="../js/index.js?v=1646883897760"></script>
|
||||
</body>
|
||||
</html>
|
||||
10
c/bind.html
10
c/bind.html
|
|
@ -9,7 +9,7 @@
|
|||
<meta name="keywords" content="Linux,Command,命令大全,Linux命令手册,bind,显示或设置键盘按键与其相关的功能">
|
||||
<title>bind 命令,Linux bind 命令详解:显示或设置键盘按键与其相关的功能 - Linux 命令搜索引擎</title>
|
||||
<link rel="shortcut icon" href="../img/favicon.ico">
|
||||
<link rel="stylesheet" type="text/css" href="../css/index.css?v=1646883625767">
|
||||
<link rel="stylesheet" type="text/css" href="../css/index.css?v=1646883897770">
|
||||
</head>
|
||||
<body>
|
||||
<a href="https://github.com/jaywcjlove/linux-command" target="_blank" class="github-corner">
|
||||
|
|
@ -41,8 +41,10 @@
|
|||
</div>
|
||||
</div>
|
||||
</div>
|
||||
<script src="https://unpkg.com/@uiw/copy-to-clipboard/dist/copy-to-clipboard.umd.js"></script>
|
||||
<script>
|
||||
/*! @uiw/copy-to-clipboard v1.0.12 | MIT (c) 2021 Kenny Wang | https://github.com/uiwjs/copy-to-clipboard.git */
|
||||
!function(e,t){"object"==typeof exports&&"undefined"!=typeof module?module.exports=t():"function"==typeof define&&define.amd?define(t):(e="undefined"!=typeof globalThis?globalThis:e||self).copyTextToClipboard=t()}(this,(function(){"use strict";return function(e,t){const o=document.createElement("textarea");o.value=e,o.setAttribute("readonly",""),o.style={position:"absolute",left:"-9999px"},document.body.appendChild(o);const n=document.getSelection().rangeCount>0&&document.getSelection().getRangeAt(0);o.select();let c=!1;try{c=!!document.execCommand("copy")}catch(e){c=!1}document.body.removeChild(o),n&&document.getSelection&&(document.getSelection().removeAllRanges(),document.getSelection().addRange(n)),t&&t(c)}}));
|
||||
|
||||
function copied(target, str) {
|
||||
target.classList.add('active');
|
||||
copyTextToClipboard(target.dataset.code, function() {
|
||||
|
|
@ -155,7 +157,7 @@ Press any keys - Ctrl-D will terminate this program
|
|||
575
|
||||
</span> 个Linux命令,超过 <a href="../contributors.html">50+</a> 贡献者
|
||||
</div>
|
||||
<script type="text/javascript" src="../js/dt.js?v=1646883625768"></script>
|
||||
<script type="text/javascript" src="../js/index.js?v=1646883625768"></script>
|
||||
<script type="text/javascript" src="../js/dt.js?v=1646883897771"></script>
|
||||
<script type="text/javascript" src="../js/index.js?v=1646883897771"></script>
|
||||
</body>
|
||||
</html>
|
||||
10
c/blkid.html
10
c/blkid.html
|
|
@ -9,7 +9,7 @@
|
|||
<meta name="keywords" content="Linux,Command,命令大全,Linux命令手册,blkid,查看块设备的文件系统类型、LABEL、UUID等信息">
|
||||
<title>blkid 命令,Linux blkid 命令详解:查看块设备的文件系统类型、LABEL、UUID等信息 - Linux 命令搜索引擎</title>
|
||||
<link rel="shortcut icon" href="../img/favicon.ico">
|
||||
<link rel="stylesheet" type="text/css" href="../css/index.css?v=1646883625791">
|
||||
<link rel="stylesheet" type="text/css" href="../css/index.css?v=1646883897793">
|
||||
</head>
|
||||
<body>
|
||||
<a href="https://github.com/jaywcjlove/linux-command" target="_blank" class="github-corner">
|
||||
|
|
@ -41,8 +41,10 @@
|
|||
</div>
|
||||
</div>
|
||||
</div>
|
||||
<script src="https://unpkg.com/@uiw/copy-to-clipboard/dist/copy-to-clipboard.umd.js"></script>
|
||||
<script>
|
||||
/*! @uiw/copy-to-clipboard v1.0.12 | MIT (c) 2021 Kenny Wang | https://github.com/uiwjs/copy-to-clipboard.git */
|
||||
!function(e,t){"object"==typeof exports&&"undefined"!=typeof module?module.exports=t():"function"==typeof define&&define.amd?define(t):(e="undefined"!=typeof globalThis?globalThis:e||self).copyTextToClipboard=t()}(this,(function(){"use strict";return function(e,t){const o=document.createElement("textarea");o.value=e,o.setAttribute("readonly",""),o.style={position:"absolute",left:"-9999px"},document.body.appendChild(o);const n=document.getSelection().rangeCount>0&&document.getSelection().getRangeAt(0);o.select();let c=!1;try{c=!!document.execCommand("copy")}catch(e){c=!1}document.body.removeChild(o),n&&document.getSelection&&(document.getSelection().removeAllRanges(),document.getSelection().addRange(n)),t&&t(c)}}));
|
||||
|
||||
function copied(target, str) {
|
||||
target.classList.add('active');
|
||||
copyTextToClipboard(target.dataset.code, function() {
|
||||
|
|
@ -178,7 +180,7 @@ Low-level probing options:
|
|||
575
|
||||
</span> 个Linux命令,超过 <a href="../contributors.html">50+</a> 贡献者
|
||||
</div>
|
||||
<script type="text/javascript" src="../js/dt.js?v=1646883625792"></script>
|
||||
<script type="text/javascript" src="../js/index.js?v=1646883625792"></script>
|
||||
<script type="text/javascript" src="../js/dt.js?v=1646883897794"></script>
|
||||
<script type="text/javascript" src="../js/index.js?v=1646883897794"></script>
|
||||
</body>
|
||||
</html>
|
||||
|
|
@ -9,7 +9,7 @@
|
|||
<meta name="keywords" content="Linux,Command,命令大全,Linux命令手册,blockdev,从命令行调用区块设备控制程序">
|
||||
<title>blockdev 命令,Linux blockdev 命令详解:从命令行调用区块设备控制程序 - Linux 命令搜索引擎</title>
|
||||
<link rel="shortcut icon" href="../img/favicon.ico">
|
||||
<link rel="stylesheet" type="text/css" href="../css/index.css?v=1646883625800">
|
||||
<link rel="stylesheet" type="text/css" href="../css/index.css?v=1646883897801">
|
||||
</head>
|
||||
<body>
|
||||
<a href="https://github.com/jaywcjlove/linux-command" target="_blank" class="github-corner">
|
||||
|
|
@ -41,8 +41,10 @@
|
|||
</div>
|
||||
</div>
|
||||
</div>
|
||||
<script src="https://unpkg.com/@uiw/copy-to-clipboard/dist/copy-to-clipboard.umd.js"></script>
|
||||
<script>
|
||||
/*! @uiw/copy-to-clipboard v1.0.12 | MIT (c) 2021 Kenny Wang | https://github.com/uiwjs/copy-to-clipboard.git */
|
||||
!function(e,t){"object"==typeof exports&&"undefined"!=typeof module?module.exports=t():"function"==typeof define&&define.amd?define(t):(e="undefined"!=typeof globalThis?globalThis:e||self).copyTextToClipboard=t()}(this,(function(){"use strict";return function(e,t){const o=document.createElement("textarea");o.value=e,o.setAttribute("readonly",""),o.style={position:"absolute",left:"-9999px"},document.body.appendChild(o);const n=document.getSelection().rangeCount>0&&document.getSelection().getRangeAt(0);o.select();let c=!1;try{c=!!document.execCommand("copy")}catch(e){c=!1}document.body.removeChild(o),n&&document.getSelection&&(document.getSelection().removeAllRanges(),document.getSelection().addRange(n)),t&&t(c)}}));
|
||||
|
||||
function copied(target, str) {
|
||||
target.classList.add('active');
|
||||
copyTextToClipboard(target.dataset.code, function() {
|
||||
|
|
@ -130,7 +132,7 @@ function copied(target, str) {
|
|||
575
|
||||
</span> 个Linux命令,超过 <a href="../contributors.html">50+</a> 贡献者
|
||||
</div>
|
||||
<script type="text/javascript" src="../js/dt.js?v=1646883625801"></script>
|
||||
<script type="text/javascript" src="../js/index.js?v=1646883625801"></script>
|
||||
<script type="text/javascript" src="../js/dt.js?v=1646883897802"></script>
|
||||
<script type="text/javascript" src="../js/index.js?v=1646883897802"></script>
|
||||
</body>
|
||||
</html>
|
||||
|
|
@ -9,7 +9,7 @@
|
|||
<meta name="keywords" content="Linux,Command,命令大全,Linux命令手册,bmodinfo,显示给定模块的详细信息">
|
||||
<title>bmodinfo 命令,Linux bmodinfo 命令详解:显示给定模块的详细信息 - Linux 命令搜索引擎</title>
|
||||
<link rel="shortcut icon" href="../img/favicon.ico">
|
||||
<link rel="stylesheet" type="text/css" href="../css/index.css?v=1646883625808">
|
||||
<link rel="stylesheet" type="text/css" href="../css/index.css?v=1646883897809">
|
||||
</head>
|
||||
<body>
|
||||
<a href="https://github.com/jaywcjlove/linux-command" target="_blank" class="github-corner">
|
||||
|
|
@ -41,8 +41,10 @@
|
|||
</div>
|
||||
</div>
|
||||
</div>
|
||||
<script src="https://unpkg.com/@uiw/copy-to-clipboard/dist/copy-to-clipboard.umd.js"></script>
|
||||
<script>
|
||||
/*! @uiw/copy-to-clipboard v1.0.12 | MIT (c) 2021 Kenny Wang | https://github.com/uiwjs/copy-to-clipboard.git */
|
||||
!function(e,t){"object"==typeof exports&&"undefined"!=typeof module?module.exports=t():"function"==typeof define&&define.amd?define(t):(e="undefined"!=typeof globalThis?globalThis:e||self).copyTextToClipboard=t()}(this,(function(){"use strict";return function(e,t){const o=document.createElement("textarea");o.value=e,o.setAttribute("readonly",""),o.style={position:"absolute",left:"-9999px"},document.body.appendChild(o);const n=document.getSelection().rangeCount>0&&document.getSelection().getRangeAt(0);o.select();let c=!1;try{c=!!document.execCommand("copy")}catch(e){c=!1}document.body.removeChild(o),n&&document.getSelection&&(document.getSelection().removeAllRanges(),document.getSelection().addRange(n)),t&&t(c)}}));
|
||||
|
||||
function copied(target, str) {
|
||||
target.classList.add('active');
|
||||
copyTextToClipboard(target.dataset.code, function() {
|
||||
|
|
@ -136,7 +138,7 @@ depends: scsi_mod
|
|||
575
|
||||
</span> 个Linux命令,超过 <a href="../contributors.html">50+</a> 贡献者
|
||||
</div>
|
||||
<script type="text/javascript" src="../js/dt.js?v=1646883625809"></script>
|
||||
<script type="text/javascript" src="../js/index.js?v=1646883625809"></script>
|
||||
<script type="text/javascript" src="../js/dt.js?v=1646883897813"></script>
|
||||
<script type="text/javascript" src="../js/index.js?v=1646883897813"></script>
|
||||
</body>
|
||||
</html>
|
||||
10
c/break.html
10
c/break.html
|
|
@ -9,7 +9,7 @@
|
|||
<meta name="keywords" content="Linux,Command,命令大全,Linux命令手册,break,结束for,while或until循环。">
|
||||
<title>break 命令,Linux break 命令详解:结束for,while或until循环。 - Linux 命令搜索引擎</title>
|
||||
<link rel="shortcut icon" href="../img/favicon.ico">
|
||||
<link rel="stylesheet" type="text/css" href="../css/index.css?v=1646883625828">
|
||||
<link rel="stylesheet" type="text/css" href="../css/index.css?v=1646883897830">
|
||||
</head>
|
||||
<body>
|
||||
<a href="https://github.com/jaywcjlove/linux-command" target="_blank" class="github-corner">
|
||||
|
|
@ -41,8 +41,10 @@
|
|||
</div>
|
||||
</div>
|
||||
</div>
|
||||
<script src="https://unpkg.com/@uiw/copy-to-clipboard/dist/copy-to-clipboard.umd.js"></script>
|
||||
<script>
|
||||
/*! @uiw/copy-to-clipboard v1.0.12 | MIT (c) 2021 Kenny Wang | https://github.com/uiwjs/copy-to-clipboard.git */
|
||||
!function(e,t){"object"==typeof exports&&"undefined"!=typeof module?module.exports=t():"function"==typeof define&&define.amd?define(t):(e="undefined"!=typeof globalThis?globalThis:e||self).copyTextToClipboard=t()}(this,(function(){"use strict";return function(e,t){const o=document.createElement("textarea");o.value=e,o.setAttribute("readonly",""),o.style={position:"absolute",left:"-9999px"},document.body.appendChild(o);const n=document.getSelection().rangeCount>0&&document.getSelection().getRangeAt(0);o.select();let c=!1;try{c=!!document.execCommand("copy")}catch(e){c=!1}document.body.removeChild(o),n&&document.getSelection&&(document.getSelection().removeAllRanges(),document.getSelection().addRange(n)),t&&t(c)}}));
|
||||
|
||||
function copied(target, str) {
|
||||
target.classList.add('active');
|
||||
copyTextToClipboard(target.dataset.code, function() {
|
||||
|
|
@ -162,7 +164,7 @@ done
|
|||
575
|
||||
</span> 个Linux命令,超过 <a href="../contributors.html">50+</a> 贡献者
|
||||
</div>
|
||||
<script type="text/javascript" src="../js/dt.js?v=1646883625829"></script>
|
||||
<script type="text/javascript" src="../js/index.js?v=1646883625829"></script>
|
||||
<script type="text/javascript" src="../js/dt.js?v=1646883897830"></script>
|
||||
<script type="text/javascript" src="../js/index.js?v=1646883897830"></script>
|
||||
</body>
|
||||
</html>
|
||||
|
|
@ -9,7 +9,7 @@
|
|||
<meta name="keywords" content="Linux,Command,命令大全,Linux命令手册,builtin,执行bash内建命令。">
|
||||
<title>builtin 命令,Linux builtin 命令详解:执行bash内建命令。 - Linux 命令搜索引擎</title>
|
||||
<link rel="shortcut icon" href="../img/favicon.ico">
|
||||
<link rel="stylesheet" type="text/css" href="../css/index.css?v=1646883625843">
|
||||
<link rel="stylesheet" type="text/css" href="../css/index.css?v=1646883897843">
|
||||
</head>
|
||||
<body>
|
||||
<a href="https://github.com/jaywcjlove/linux-command" target="_blank" class="github-corner">
|
||||
|
|
@ -41,8 +41,10 @@
|
|||
</div>
|
||||
</div>
|
||||
</div>
|
||||
<script src="https://unpkg.com/@uiw/copy-to-clipboard/dist/copy-to-clipboard.umd.js"></script>
|
||||
<script>
|
||||
/*! @uiw/copy-to-clipboard v1.0.12 | MIT (c) 2021 Kenny Wang | https://github.com/uiwjs/copy-to-clipboard.git */
|
||||
!function(e,t){"object"==typeof exports&&"undefined"!=typeof module?module.exports=t():"function"==typeof define&&define.amd?define(t):(e="undefined"!=typeof globalThis?globalThis:e||self).copyTextToClipboard=t()}(this,(function(){"use strict";return function(e,t){const o=document.createElement("textarea");o.value=e,o.setAttribute("readonly",""),o.style={position:"absolute",left:"-9999px"},document.body.appendChild(o);const n=document.getSelection().rangeCount>0&&document.getSelection().getRangeAt(0);o.select();let c=!1;try{c=!!document.execCommand("copy")}catch(e){c=!1}document.body.removeChild(o),n&&document.getSelection&&(document.getSelection().removeAllRanges(),document.getSelection().addRange(n)),t&&t(c)}}));
|
||||
|
||||
function copied(target, str) {
|
||||
target.classList.add('active');
|
||||
copyTextToClipboard(target.dataset.code, function() {
|
||||
|
|
@ -165,7 +167,7 @@ alias which='alias | /usr/bin/which --tty-only --read-alias --show-dot --sh
|
|||
575
|
||||
</span> 个Linux命令,超过 <a href="../contributors.html">50+</a> 贡献者
|
||||
</div>
|
||||
<script type="text/javascript" src="../js/dt.js?v=1646883625844"></script>
|
||||
<script type="text/javascript" src="../js/index.js?v=1646883625844"></script>
|
||||
<script type="text/javascript" src="../js/dt.js?v=1646883897844"></script>
|
||||
<script type="text/javascript" src="../js/index.js?v=1646883897844"></script>
|
||||
</body>
|
||||
</html>
|
||||
|
|
@ -9,7 +9,7 @@
|
|||
<meta name="keywords" content="Linux,Command,命令大全,Linux命令手册,bunzip2,创一个bz2文件压缩包">
|
||||
<title>bunzip2 命令,Linux bunzip2 命令详解:创一个bz2文件压缩包 - Linux 命令搜索引擎</title>
|
||||
<link rel="shortcut icon" href="../img/favicon.ico">
|
||||
<link rel="stylesheet" type="text/css" href="../css/index.css?v=1646883625854">
|
||||
<link rel="stylesheet" type="text/css" href="../css/index.css?v=1646883897855">
|
||||
</head>
|
||||
<body>
|
||||
<a href="https://github.com/jaywcjlove/linux-command" target="_blank" class="github-corner">
|
||||
|
|
@ -41,8 +41,10 @@
|
|||
</div>
|
||||
</div>
|
||||
</div>
|
||||
<script src="https://unpkg.com/@uiw/copy-to-clipboard/dist/copy-to-clipboard.umd.js"></script>
|
||||
<script>
|
||||
/*! @uiw/copy-to-clipboard v1.0.12 | MIT (c) 2021 Kenny Wang | https://github.com/uiwjs/copy-to-clipboard.git */
|
||||
!function(e,t){"object"==typeof exports&&"undefined"!=typeof module?module.exports=t():"function"==typeof define&&define.amd?define(t):(e="undefined"!=typeof globalThis?globalThis:e||self).copyTextToClipboard=t()}(this,(function(){"use strict";return function(e,t){const o=document.createElement("textarea");o.value=e,o.setAttribute("readonly",""),o.style={position:"absolute",left:"-9999px"},document.body.appendChild(o);const n=document.getSelection().rangeCount>0&&document.getSelection().getRangeAt(0);o.select();let c=!1;try{c=!!document.execCommand("copy")}catch(e){c=!1}document.body.removeChild(o),n&&document.getSelection&&(document.getSelection().removeAllRanges(),document.getSelection().addRange(n)),t&&t(c)}}));
|
||||
|
||||
function copied(target, str) {
|
||||
target.classList.add('active');
|
||||
copyTextToClipboard(target.dataset.code, function() {
|
||||
|
|
@ -115,7 +117,7 @@ function copied(target, str) {
|
|||
575
|
||||
</span> 个Linux命令,超过 <a href="../contributors.html">50+</a> 贡献者
|
||||
</div>
|
||||
<script type="text/javascript" src="../js/dt.js?v=1646883625855"></script>
|
||||
<script type="text/javascript" src="../js/index.js?v=1646883625855"></script>
|
||||
<script type="text/javascript" src="../js/dt.js?v=1646883897856"></script>
|
||||
<script type="text/javascript" src="../js/index.js?v=1646883897856"></script>
|
||||
</body>
|
||||
</html>
|
||||
10
c/bye.html
10
c/bye.html
|
|
@ -9,7 +9,7 @@
|
|||
<meta name="keywords" content="Linux,Command,命令大全,Linux命令手册,bye,命令用于中断FTP连线并结束程序">
|
||||
<title>bye 命令,Linux bye 命令详解:命令用于中断FTP连线并结束程序 - Linux 命令搜索引擎</title>
|
||||
<link rel="shortcut icon" href="../img/favicon.ico">
|
||||
<link rel="stylesheet" type="text/css" href="../css/index.css?v=1646883625860">
|
||||
<link rel="stylesheet" type="text/css" href="../css/index.css?v=1646883897860">
|
||||
</head>
|
||||
<body>
|
||||
<a href="https://github.com/jaywcjlove/linux-command" target="_blank" class="github-corner">
|
||||
|
|
@ -41,8 +41,10 @@
|
|||
</div>
|
||||
</div>
|
||||
</div>
|
||||
<script src="https://unpkg.com/@uiw/copy-to-clipboard/dist/copy-to-clipboard.umd.js"></script>
|
||||
<script>
|
||||
/*! @uiw/copy-to-clipboard v1.0.12 | MIT (c) 2021 Kenny Wang | https://github.com/uiwjs/copy-to-clipboard.git */
|
||||
!function(e,t){"object"==typeof exports&&"undefined"!=typeof module?module.exports=t():"function"==typeof define&&define.amd?define(t):(e="undefined"!=typeof globalThis?globalThis:e||self).copyTextToClipboard=t()}(this,(function(){"use strict";return function(e,t){const o=document.createElement("textarea");o.value=e,o.setAttribute("readonly",""),o.style={position:"absolute",left:"-9999px"},document.body.appendChild(o);const n=document.getSelection().rangeCount>0&&document.getSelection().getRangeAt(0);o.select();let c=!1;try{c=!!document.execCommand("copy")}catch(e){c=!1}document.body.removeChild(o),n&&document.getSelection&&(document.getSelection().removeAllRanges(),document.getSelection().addRange(n)),t&&t(c)}}));
|
||||
|
||||
function copied(target, str) {
|
||||
target.classList.add('active');
|
||||
copyTextToClipboard(target.dataset.code, function() {
|
||||
|
|
@ -99,7 +101,7 @@ function copied(target, str) {
|
|||
575
|
||||
</span> 个Linux命令,超过 <a href="../contributors.html">50+</a> 贡献者
|
||||
</div>
|
||||
<script type="text/javascript" src="../js/dt.js?v=1646883625861"></script>
|
||||
<script type="text/javascript" src="../js/index.js?v=1646883625861"></script>
|
||||
<script type="text/javascript" src="../js/dt.js?v=1646883897861"></script>
|
||||
<script type="text/javascript" src="../js/index.js?v=1646883897861"></script>
|
||||
</body>
|
||||
</html>
|
||||
10
c/bzcat.html
10
c/bzcat.html
|
|
@ -9,7 +9,7 @@
|
|||
<meta name="keywords" content="Linux,Command,命令大全,Linux命令手册,bzcat,解压缩指定的.bz2文件">
|
||||
<title>bzcat 命令,Linux bzcat 命令详解:解压缩指定的.bz2文件 - Linux 命令搜索引擎</title>
|
||||
<link rel="shortcut icon" href="../img/favicon.ico">
|
||||
<link rel="stylesheet" type="text/css" href="../css/index.css?v=1646883625868">
|
||||
<link rel="stylesheet" type="text/css" href="../css/index.css?v=1646883897868">
|
||||
</head>
|
||||
<body>
|
||||
<a href="https://github.com/jaywcjlove/linux-command" target="_blank" class="github-corner">
|
||||
|
|
@ -41,8 +41,10 @@
|
|||
</div>
|
||||
</div>
|
||||
</div>
|
||||
<script src="https://unpkg.com/@uiw/copy-to-clipboard/dist/copy-to-clipboard.umd.js"></script>
|
||||
<script>
|
||||
/*! @uiw/copy-to-clipboard v1.0.12 | MIT (c) 2021 Kenny Wang | https://github.com/uiwjs/copy-to-clipboard.git */
|
||||
!function(e,t){"object"==typeof exports&&"undefined"!=typeof module?module.exports=t():"function"==typeof define&&define.amd?define(t):(e="undefined"!=typeof globalThis?globalThis:e||self).copyTextToClipboard=t()}(this,(function(){"use strict";return function(e,t){const o=document.createElement("textarea");o.value=e,o.setAttribute("readonly",""),o.style={position:"absolute",left:"-9999px"},document.body.appendChild(o);const n=document.getSelection().rangeCount>0&&document.getSelection().getRangeAt(0);o.select();let c=!1;try{c=!!document.execCommand("copy")}catch(e){c=!1}document.body.removeChild(o),n&&document.getSelection&&(document.getSelection().removeAllRanges(),document.getSelection().addRange(n)),t&&t(c)}}));
|
||||
|
||||
function copied(target, str) {
|
||||
target.classList.add('active');
|
||||
copyTextToClipboard(target.dataset.code, function() {
|
||||
|
|
@ -108,7 +110,7 @@ function copied(target, str) {
|
|||
575
|
||||
</span> 个Linux命令,超过 <a href="../contributors.html">50+</a> 贡献者
|
||||
</div>
|
||||
<script type="text/javascript" src="../js/dt.js?v=1646883625869"></script>
|
||||
<script type="text/javascript" src="../js/index.js?v=1646883625869"></script>
|
||||
<script type="text/javascript" src="../js/dt.js?v=1646883897868"></script>
|
||||
<script type="text/javascript" src="../js/index.js?v=1646883897868"></script>
|
||||
</body>
|
||||
</html>
|
||||
10
c/bzcmp.html
10
c/bzcmp.html
|
|
@ -9,7 +9,7 @@
|
|||
<meta name="keywords" content="Linux,Command,命令大全,Linux命令手册,bzcmp,比较两个压缩包中的文件">
|
||||
<title>bzcmp 命令,Linux bzcmp 命令详解:比较两个压缩包中的文件 - Linux 命令搜索引擎</title>
|
||||
<link rel="shortcut icon" href="../img/favicon.ico">
|
||||
<link rel="stylesheet" type="text/css" href="../css/index.css?v=1646883625874">
|
||||
<link rel="stylesheet" type="text/css" href="../css/index.css?v=1646883897873">
|
||||
</head>
|
||||
<body>
|
||||
<a href="https://github.com/jaywcjlove/linux-command" target="_blank" class="github-corner">
|
||||
|
|
@ -41,8 +41,10 @@
|
|||
</div>
|
||||
</div>
|
||||
</div>
|
||||
<script src="https://unpkg.com/@uiw/copy-to-clipboard/dist/copy-to-clipboard.umd.js"></script>
|
||||
<script>
|
||||
/*! @uiw/copy-to-clipboard v1.0.12 | MIT (c) 2021 Kenny Wang | https://github.com/uiwjs/copy-to-clipboard.git */
|
||||
!function(e,t){"object"==typeof exports&&"undefined"!=typeof module?module.exports=t():"function"==typeof define&&define.amd?define(t):(e="undefined"!=typeof globalThis?globalThis:e||self).copyTextToClipboard=t()}(this,(function(){"use strict";return function(e,t){const o=document.createElement("textarea");o.value=e,o.setAttribute("readonly",""),o.style={position:"absolute",left:"-9999px"},document.body.appendChild(o);const n=document.getSelection().rangeCount>0&&document.getSelection().getRangeAt(0);o.select();let c=!1;try{c=!!document.execCommand("copy")}catch(e){c=!1}document.body.removeChild(o),n&&document.getSelection&&(document.getSelection().removeAllRanges(),document.getSelection().addRange(n)),t&&t(c)}}));
|
||||
|
||||
function copied(target, str) {
|
||||
target.classList.add('active');
|
||||
copyTextToClipboard(target.dataset.code, function() {
|
||||
|
|
@ -100,7 +102,7 @@ function copied(target, str) {
|
|||
575
|
||||
</span> 个Linux命令,超过 <a href="../contributors.html">50+</a> 贡献者
|
||||
</div>
|
||||
<script type="text/javascript" src="../js/dt.js?v=1646883625875"></script>
|
||||
<script type="text/javascript" src="../js/index.js?v=1646883625875"></script>
|
||||
<script type="text/javascript" src="../js/dt.js?v=1646883897873"></script>
|
||||
<script type="text/javascript" src="../js/index.js?v=1646883897873"></script>
|
||||
</body>
|
||||
</html>
|
||||
|
|
@ -9,7 +9,7 @@
|
|||
<meta name="keywords" content="Linux,Command,命令大全,Linux命令手册,bzdiff,直接比较两个.bz2压缩包中文件的不同">
|
||||
<title>bzdiff 命令,Linux bzdiff 命令详解:直接比较两个.bz2压缩包中文件的不同 - Linux 命令搜索引擎</title>
|
||||
<link rel="shortcut icon" href="../img/favicon.ico">
|
||||
<link rel="stylesheet" type="text/css" href="../css/index.css?v=1646883625880">
|
||||
<link rel="stylesheet" type="text/css" href="../css/index.css?v=1646883897878">
|
||||
</head>
|
||||
<body>
|
||||
<a href="https://github.com/jaywcjlove/linux-command" target="_blank" class="github-corner">
|
||||
|
|
@ -41,8 +41,10 @@
|
|||
</div>
|
||||
</div>
|
||||
</div>
|
||||
<script src="https://unpkg.com/@uiw/copy-to-clipboard/dist/copy-to-clipboard.umd.js"></script>
|
||||
<script>
|
||||
/*! @uiw/copy-to-clipboard v1.0.12 | MIT (c) 2021 Kenny Wang | https://github.com/uiwjs/copy-to-clipboard.git */
|
||||
!function(e,t){"object"==typeof exports&&"undefined"!=typeof module?module.exports=t():"function"==typeof define&&define.amd?define(t):(e="undefined"!=typeof globalThis?globalThis:e||self).copyTextToClipboard=t()}(this,(function(){"use strict";return function(e,t){const o=document.createElement("textarea");o.value=e,o.setAttribute("readonly",""),o.style={position:"absolute",left:"-9999px"},document.body.appendChild(o);const n=document.getSelection().rangeCount>0&&document.getSelection().getRangeAt(0);o.select();let c=!1;try{c=!!document.execCommand("copy")}catch(e){c=!1}document.body.removeChild(o),n&&document.getSelection&&(document.getSelection().removeAllRanges(),document.getSelection().addRange(n)),t&&t(c)}}));
|
||||
|
||||
function copied(target, str) {
|
||||
target.classList.add('active');
|
||||
copyTextToClipboard(target.dataset.code, function() {
|
||||
|
|
@ -100,7 +102,7 @@ function copied(target, str) {
|
|||
575
|
||||
</span> 个Linux命令,超过 <a href="../contributors.html">50+</a> 贡献者
|
||||
</div>
|
||||
<script type="text/javascript" src="../js/dt.js?v=1646883625880"></script>
|
||||
<script type="text/javascript" src="../js/index.js?v=1646883625880"></script>
|
||||
<script type="text/javascript" src="../js/dt.js?v=1646883897878"></script>
|
||||
<script type="text/javascript" src="../js/index.js?v=1646883897878"></script>
|
||||
</body>
|
||||
</html>
|
||||
|
|
@ -9,7 +9,7 @@
|
|||
<meta name="keywords" content="Linux,Command,命令大全,Linux命令手册,bzgrep,使用正则表达式搜索.bz2压缩包中文件">
|
||||
<title>bzgrep 命令,Linux bzgrep 命令详解:使用正则表达式搜索.bz2压缩包中文件 - Linux 命令搜索引擎</title>
|
||||
<link rel="shortcut icon" href="../img/favicon.ico">
|
||||
<link rel="stylesheet" type="text/css" href="../css/index.css?v=1646883625885">
|
||||
<link rel="stylesheet" type="text/css" href="../css/index.css?v=1646883897883">
|
||||
</head>
|
||||
<body>
|
||||
<a href="https://github.com/jaywcjlove/linux-command" target="_blank" class="github-corner">
|
||||
|
|
@ -41,8 +41,10 @@
|
|||
</div>
|
||||
</div>
|
||||
</div>
|
||||
<script src="https://unpkg.com/@uiw/copy-to-clipboard/dist/copy-to-clipboard.umd.js"></script>
|
||||
<script>
|
||||
/*! @uiw/copy-to-clipboard v1.0.12 | MIT (c) 2021 Kenny Wang | https://github.com/uiwjs/copy-to-clipboard.git */
|
||||
!function(e,t){"object"==typeof exports&&"undefined"!=typeof module?module.exports=t():"function"==typeof define&&define.amd?define(t):(e="undefined"!=typeof globalThis?globalThis:e||self).copyTextToClipboard=t()}(this,(function(){"use strict";return function(e,t){const o=document.createElement("textarea");o.value=e,o.setAttribute("readonly",""),o.style={position:"absolute",left:"-9999px"},document.body.appendChild(o);const n=document.getSelection().rangeCount>0&&document.getSelection().getRangeAt(0);o.select();let c=!1;try{c=!!document.execCommand("copy")}catch(e){c=!1}document.body.removeChild(o),n&&document.getSelection&&(document.getSelection().removeAllRanges(),document.getSelection().addRange(n)),t&&t(c)}}));
|
||||
|
||||
function copied(target, str) {
|
||||
target.classList.add('active');
|
||||
copyTextToClipboard(target.dataset.code, function() {
|
||||
|
|
@ -100,7 +102,7 @@ function copied(target, str) {
|
|||
575
|
||||
</span> 个Linux命令,超过 <a href="../contributors.html">50+</a> 贡献者
|
||||
</div>
|
||||
<script type="text/javascript" src="../js/dt.js?v=1646883625886"></script>
|
||||
<script type="text/javascript" src="../js/index.js?v=1646883625886"></script>
|
||||
<script type="text/javascript" src="../js/dt.js?v=1646883897883"></script>
|
||||
<script type="text/javascript" src="../js/index.js?v=1646883897883"></script>
|
||||
</body>
|
||||
</html>
|
||||
10
c/bzip2.html
10
c/bzip2.html
|
|
@ -9,7 +9,7 @@
|
|||
<meta name="keywords" content="Linux,Command,命令大全,Linux命令手册,bzip2,将文件压缩成bz2格式">
|
||||
<title>bzip2 命令,Linux bzip2 命令详解:将文件压缩成bz2格式 - Linux 命令搜索引擎</title>
|
||||
<link rel="shortcut icon" href="../img/favicon.ico">
|
||||
<link rel="stylesheet" type="text/css" href="../css/index.css?v=1646883625917">
|
||||
<link rel="stylesheet" type="text/css" href="../css/index.css?v=1646883897910">
|
||||
</head>
|
||||
<body>
|
||||
<a href="https://github.com/jaywcjlove/linux-command" target="_blank" class="github-corner">
|
||||
|
|
@ -41,8 +41,10 @@
|
|||
</div>
|
||||
</div>
|
||||
</div>
|
||||
<script src="https://unpkg.com/@uiw/copy-to-clipboard/dist/copy-to-clipboard.umd.js"></script>
|
||||
<script>
|
||||
/*! @uiw/copy-to-clipboard v1.0.12 | MIT (c) 2021 Kenny Wang | https://github.com/uiwjs/copy-to-clipboard.git */
|
||||
!function(e,t){"object"==typeof exports&&"undefined"!=typeof module?module.exports=t():"function"==typeof define&&define.amd?define(t):(e="undefined"!=typeof globalThis?globalThis:e||self).copyTextToClipboard=t()}(this,(function(){"use strict";return function(e,t){const o=document.createElement("textarea");o.value=e,o.setAttribute("readonly",""),o.style={position:"absolute",left:"-9999px"},document.body.appendChild(o);const n=document.getSelection().rangeCount>0&&document.getSelection().getRangeAt(0);o.select();let c=!1;try{c=!!document.execCommand("copy")}catch(e){c=!1}document.body.removeChild(o),n&&document.getSelection&&(document.getSelection().removeAllRanges(),document.getSelection().addRange(n)),t&&t(c)}}));
|
||||
|
||||
function copied(target, str) {
|
||||
target.classList.add('active');
|
||||
copyTextToClipboard(target.dataset.code, function() {
|
||||
|
|
@ -269,7 +271,7 @@ bzip2: For help, type: `bzip2 --help'.
|
|||
575
|
||||
</span> 个Linux命令,超过 <a href="../contributors.html">50+</a> 贡献者
|
||||
</div>
|
||||
<script type="text/javascript" src="../js/dt.js?v=1646883625917"></script>
|
||||
<script type="text/javascript" src="../js/index.js?v=1646883625917"></script>
|
||||
<script type="text/javascript" src="../js/dt.js?v=1646883897910"></script>
|
||||
<script type="text/javascript" src="../js/index.js?v=1646883897910"></script>
|
||||
</body>
|
||||
</html>
|
||||
|
|
@ -9,7 +9,7 @@
|
|||
<meta name="keywords" content="Linux,Command,命令大全,Linux命令手册,bzip2recover,恢复被破坏的.bz2压缩包中的文件">
|
||||
<title>bzip2recover 命令,Linux bzip2recover 命令详解:恢复被破坏的.bz2压缩包中的文件 - Linux 命令搜索引擎</title>
|
||||
<link rel="shortcut icon" href="../img/favicon.ico">
|
||||
<link rel="stylesheet" type="text/css" href="../css/index.css?v=1646883625923">
|
||||
<link rel="stylesheet" type="text/css" href="../css/index.css?v=1646883897915">
|
||||
</head>
|
||||
<body>
|
||||
<a href="https://github.com/jaywcjlove/linux-command" target="_blank" class="github-corner">
|
||||
|
|
@ -41,8 +41,10 @@
|
|||
</div>
|
||||
</div>
|
||||
</div>
|
||||
<script src="https://unpkg.com/@uiw/copy-to-clipboard/dist/copy-to-clipboard.umd.js"></script>
|
||||
<script>
|
||||
/*! @uiw/copy-to-clipboard v1.0.12 | MIT (c) 2021 Kenny Wang | https://github.com/uiwjs/copy-to-clipboard.git */
|
||||
!function(e,t){"object"==typeof exports&&"undefined"!=typeof module?module.exports=t():"function"==typeof define&&define.amd?define(t):(e="undefined"!=typeof globalThis?globalThis:e||self).copyTextToClipboard=t()}(this,(function(){"use strict";return function(e,t){const o=document.createElement("textarea");o.value=e,o.setAttribute("readonly",""),o.style={position:"absolute",left:"-9999px"},document.body.appendChild(o);const n=document.getSelection().rangeCount>0&&document.getSelection().getRangeAt(0);o.select();let c=!1;try{c=!!document.execCommand("copy")}catch(e){c=!1}document.body.removeChild(o),n&&document.getSelection&&(document.getSelection().removeAllRanges(),document.getSelection().addRange(n)),t&&t(c)}}));
|
||||
|
||||
function copied(target, str) {
|
||||
target.classList.add('active');
|
||||
copyTextToClipboard(target.dataset.code, function() {
|
||||
|
|
@ -98,7 +100,7 @@ function copied(target, str) {
|
|||
575
|
||||
</span> 个Linux命令,超过 <a href="../contributors.html">50+</a> 贡献者
|
||||
</div>
|
||||
<script type="text/javascript" src="../js/dt.js?v=1646883625924"></script>
|
||||
<script type="text/javascript" src="../js/index.js?v=1646883625924"></script>
|
||||
<script type="text/javascript" src="../js/dt.js?v=1646883897915"></script>
|
||||
<script type="text/javascript" src="../js/index.js?v=1646883897915"></script>
|
||||
</body>
|
||||
</html>
|
||||
|
|
@ -9,7 +9,7 @@
|
|||
<meta name="keywords" content="Linux,Command,命令大全,Linux命令手册,bzless,增强.bz2压缩包查看器">
|
||||
<title>bzless 命令,Linux bzless 命令详解:增强.bz2压缩包查看器 - Linux 命令搜索引擎</title>
|
||||
<link rel="shortcut icon" href="../img/favicon.ico">
|
||||
<link rel="stylesheet" type="text/css" href="../css/index.css?v=1646883625928">
|
||||
<link rel="stylesheet" type="text/css" href="../css/index.css?v=1646883897919">
|
||||
</head>
|
||||
<body>
|
||||
<a href="https://github.com/jaywcjlove/linux-command" target="_blank" class="github-corner">
|
||||
|
|
@ -41,8 +41,10 @@
|
|||
</div>
|
||||
</div>
|
||||
</div>
|
||||
<script src="https://unpkg.com/@uiw/copy-to-clipboard/dist/copy-to-clipboard.umd.js"></script>
|
||||
<script>
|
||||
/*! @uiw/copy-to-clipboard v1.0.12 | MIT (c) 2021 Kenny Wang | https://github.com/uiwjs/copy-to-clipboard.git */
|
||||
!function(e,t){"object"==typeof exports&&"undefined"!=typeof module?module.exports=t():"function"==typeof define&&define.amd?define(t):(e="undefined"!=typeof globalThis?globalThis:e||self).copyTextToClipboard=t()}(this,(function(){"use strict";return function(e,t){const o=document.createElement("textarea");o.value=e,o.setAttribute("readonly",""),o.style={position:"absolute",left:"-9999px"},document.body.appendChild(o);const n=document.getSelection().rangeCount>0&&document.getSelection().getRangeAt(0);o.select();let c=!1;try{c=!!document.execCommand("copy")}catch(e){c=!1}document.body.removeChild(o),n&&document.getSelection&&(document.getSelection().removeAllRanges(),document.getSelection().addRange(n)),t&&t(c)}}));
|
||||
|
||||
function copied(target, str) {
|
||||
target.classList.add('active');
|
||||
copyTextToClipboard(target.dataset.code, function() {
|
||||
|
|
@ -97,7 +99,7 @@ function copied(target, str) {
|
|||
575
|
||||
</span> 个Linux命令,超过 <a href="../contributors.html">50+</a> 贡献者
|
||||
</div>
|
||||
<script type="text/javascript" src="../js/dt.js?v=1646883625929"></script>
|
||||
<script type="text/javascript" src="../js/index.js?v=1646883625929"></script>
|
||||
<script type="text/javascript" src="../js/dt.js?v=1646883897920"></script>
|
||||
<script type="text/javascript" src="../js/index.js?v=1646883897920"></script>
|
||||
</body>
|
||||
</html>
|
||||
|
|
@ -9,7 +9,7 @@
|
|||
<meta name="keywords" content="Linux,Command,命令大全,Linux命令手册,bzmore,查看bzip2压缩过的文本文件的内容">
|
||||
<title>bzmore 命令,Linux bzmore 命令详解:查看bzip2压缩过的文本文件的内容 - Linux 命令搜索引擎</title>
|
||||
<link rel="shortcut icon" href="../img/favicon.ico">
|
||||
<link rel="stylesheet" type="text/css" href="../css/index.css?v=1646883625936">
|
||||
<link rel="stylesheet" type="text/css" href="../css/index.css?v=1646883897926">
|
||||
</head>
|
||||
<body>
|
||||
<a href="https://github.com/jaywcjlove/linux-command" target="_blank" class="github-corner">
|
||||
|
|
@ -41,8 +41,10 @@
|
|||
</div>
|
||||
</div>
|
||||
</div>
|
||||
<script src="https://unpkg.com/@uiw/copy-to-clipboard/dist/copy-to-clipboard.umd.js"></script>
|
||||
<script>
|
||||
/*! @uiw/copy-to-clipboard v1.0.12 | MIT (c) 2021 Kenny Wang | https://github.com/uiwjs/copy-to-clipboard.git */
|
||||
!function(e,t){"object"==typeof exports&&"undefined"!=typeof module?module.exports=t():"function"==typeof define&&define.amd?define(t):(e="undefined"!=typeof globalThis?globalThis:e||self).copyTextToClipboard=t()}(this,(function(){"use strict";return function(e,t){const o=document.createElement("textarea");o.value=e,o.setAttribute("readonly",""),o.style={position:"absolute",left:"-9999px"},document.body.appendChild(o);const n=document.getSelection().rangeCount>0&&document.getSelection().getRangeAt(0);o.select();let c=!1;try{c=!!document.execCommand("copy")}catch(e){c=!1}document.body.removeChild(o),n&&document.getSelection&&(document.getSelection().removeAllRanges(),document.getSelection().addRange(n)),t&&t(c)}}));
|
||||
|
||||
function copied(target, str) {
|
||||
target.classList.add('active');
|
||||
copyTextToClipboard(target.dataset.code, function() {
|
||||
|
|
@ -97,7 +99,7 @@ function copied(target, str) {
|
|||
575
|
||||
</span> 个Linux命令,超过 <a href="../contributors.html">50+</a> 贡献者
|
||||
</div>
|
||||
<script type="text/javascript" src="../js/dt.js?v=1646883625936"></script>
|
||||
<script type="text/javascript" src="../js/index.js?v=1646883625936"></script>
|
||||
<script type="text/javascript" src="../js/dt.js?v=1646883897927"></script>
|
||||
<script type="text/javascript" src="../js/index.js?v=1646883897927"></script>
|
||||
</body>
|
||||
</html>
|
||||
10
c/cal.html
10
c/cal.html
|
|
@ -9,7 +9,7 @@
|
|||
<meta name="keywords" content="Linux,Command,命令大全,Linux命令手册,cal,显示当前日历或指定日期的日历">
|
||||
<title>cal 命令,Linux cal 命令详解:显示当前日历或指定日期的日历 - Linux 命令搜索引擎</title>
|
||||
<link rel="shortcut icon" href="../img/favicon.ico">
|
||||
<link rel="stylesheet" type="text/css" href="../css/index.css?v=1646883625957">
|
||||
<link rel="stylesheet" type="text/css" href="../css/index.css?v=1646883897943">
|
||||
</head>
|
||||
<body>
|
||||
<a href="https://github.com/jaywcjlove/linux-command" target="_blank" class="github-corner">
|
||||
|
|
@ -41,8 +41,10 @@
|
|||
</div>
|
||||
</div>
|
||||
</div>
|
||||
<script src="https://unpkg.com/@uiw/copy-to-clipboard/dist/copy-to-clipboard.umd.js"></script>
|
||||
<script>
|
||||
/*! @uiw/copy-to-clipboard v1.0.12 | MIT (c) 2021 Kenny Wang | https://github.com/uiwjs/copy-to-clipboard.git */
|
||||
!function(e,t){"object"==typeof exports&&"undefined"!=typeof module?module.exports=t():"function"==typeof define&&define.amd?define(t):(e="undefined"!=typeof globalThis?globalThis:e||self).copyTextToClipboard=t()}(this,(function(){"use strict";return function(e,t){const o=document.createElement("textarea");o.value=e,o.setAttribute("readonly",""),o.style={position:"absolute",left:"-9999px"},document.body.appendChild(o);const n=document.getSelection().rangeCount>0&&document.getSelection().getRangeAt(0);o.select();let c=!1;try{c=!!document.execCommand("copy")}catch(e){c=!1}document.body.removeChild(o),n&&document.getSelection&&(document.getSelection().removeAllRanges(),document.getSelection().addRange(n)),t&&t(c)}}));
|
||||
|
||||
function copied(target, str) {
|
||||
target.classList.add('active');
|
||||
copyTextToClipboard(target.dataset.code, function() {
|
||||
|
|
@ -181,7 +183,7 @@ function copied(target, str) {
|
|||
575
|
||||
</span> 个Linux命令,超过 <a href="../contributors.html">50+</a> 贡献者
|
||||
</div>
|
||||
<script type="text/javascript" src="../js/dt.js?v=1646883625957"></script>
|
||||
<script type="text/javascript" src="../js/index.js?v=1646883625957"></script>
|
||||
<script type="text/javascript" src="../js/dt.js?v=1646883897944"></script>
|
||||
<script type="text/javascript" src="../js/index.js?v=1646883897944"></script>
|
||||
</body>
|
||||
</html>
|
||||
|
|
@ -9,7 +9,7 @@
|
|||
<meta name="keywords" content="Linux,Command,命令大全,Linux命令手册,cancel,取消已存在的打印任务">
|
||||
<title>cancel 命令,Linux cancel 命令详解:取消已存在的打印任务 - Linux 命令搜索引擎</title>
|
||||
<link rel="shortcut icon" href="../img/favicon.ico">
|
||||
<link rel="stylesheet" type="text/css" href="../css/index.css?v=1646883625963">
|
||||
<link rel="stylesheet" type="text/css" href="../css/index.css?v=1646883897951">
|
||||
</head>
|
||||
<body>
|
||||
<a href="https://github.com/jaywcjlove/linux-command" target="_blank" class="github-corner">
|
||||
|
|
@ -41,8 +41,10 @@
|
|||
</div>
|
||||
</div>
|
||||
</div>
|
||||
<script src="https://unpkg.com/@uiw/copy-to-clipboard/dist/copy-to-clipboard.umd.js"></script>
|
||||
<script>
|
||||
/*! @uiw/copy-to-clipboard v1.0.12 | MIT (c) 2021 Kenny Wang | https://github.com/uiwjs/copy-to-clipboard.git */
|
||||
!function(e,t){"object"==typeof exports&&"undefined"!=typeof module?module.exports=t():"function"==typeof define&&define.amd?define(t):(e="undefined"!=typeof globalThis?globalThis:e||self).copyTextToClipboard=t()}(this,(function(){"use strict";return function(e,t){const o=document.createElement("textarea");o.value=e,o.setAttribute("readonly",""),o.style={position:"absolute",left:"-9999px"},document.body.appendChild(o);const n=document.getSelection().rangeCount>0&&document.getSelection().getRangeAt(0);o.select();let c=!1;try{c=!!document.execCommand("copy")}catch(e){c=!1}document.body.removeChild(o),n&&document.getSelection&&(document.getSelection().removeAllRanges(),document.getSelection().addRange(n)),t&&t(c)}}));
|
||||
|
||||
function copied(target, str) {
|
||||
target.classList.add('active');
|
||||
copyTextToClipboard(target.dataset.code, function() {
|
||||
|
|
@ -109,7 +111,7 @@ function copied(target, str) {
|
|||
575
|
||||
</span> 个Linux命令,超过 <a href="../contributors.html">50+</a> 贡献者
|
||||
</div>
|
||||
<script type="text/javascript" src="../js/dt.js?v=1646883625964"></script>
|
||||
<script type="text/javascript" src="../js/index.js?v=1646883625964"></script>
|
||||
<script type="text/javascript" src="../js/dt.js?v=1646883897952"></script>
|
||||
<script type="text/javascript" src="../js/index.js?v=1646883897952"></script>
|
||||
</body>
|
||||
</html>
|
||||
10
c/cat.html
10
c/cat.html
|
|
@ -9,7 +9,7 @@
|
|||
<meta name="keywords" content="Linux,Command,命令大全,Linux命令手册,cat,连接多个文件并打印到标准输出。">
|
||||
<title>cat 命令,Linux cat 命令详解:连接多个文件并打印到标准输出。 - Linux 命令搜索引擎</title>
|
||||
<link rel="shortcut icon" href="../img/favicon.ico">
|
||||
<link rel="stylesheet" type="text/css" href="../css/index.css?v=1646883625984">
|
||||
<link rel="stylesheet" type="text/css" href="../css/index.css?v=1646883897966">
|
||||
</head>
|
||||
<body>
|
||||
<a href="https://github.com/jaywcjlove/linux-command" target="_blank" class="github-corner">
|
||||
|
|
@ -41,8 +41,10 @@
|
|||
</div>
|
||||
</div>
|
||||
</div>
|
||||
<script src="https://unpkg.com/@uiw/copy-to-clipboard/dist/copy-to-clipboard.umd.js"></script>
|
||||
<script>
|
||||
/*! @uiw/copy-to-clipboard v1.0.12 | MIT (c) 2021 Kenny Wang | https://github.com/uiwjs/copy-to-clipboard.git */
|
||||
!function(e,t){"object"==typeof exports&&"undefined"!=typeof module?module.exports=t():"function"==typeof define&&define.amd?define(t):(e="undefined"!=typeof globalThis?globalThis:e||self).copyTextToClipboard=t()}(this,(function(){"use strict";return function(e,t){const o=document.createElement("textarea");o.value=e,o.setAttribute("readonly",""),o.style={position:"absolute",left:"-9999px"},document.body.appendChild(o);const n=document.getSelection().rangeCount>0&&document.getSelection().getRangeAt(0);o.select();let c=!1;try{c=!!document.execCommand("copy")}catch(e){c=!1}document.body.removeChild(o),n&&document.getSelection&&(document.getSelection().removeAllRanges(),document.getSelection().addRange(n)),t&&t(c)}}));
|
||||
|
||||
function copied(target, str) {
|
||||
target.classList.add('active');
|
||||
copyTextToClipboard(target.dataset.code, function() {
|
||||
|
|
@ -171,7 +173,7 @@ echo '######' |cat - test.log
|
|||
575
|
||||
</span> 个Linux命令,超过 <a href="../contributors.html">50+</a> 贡献者
|
||||
</div>
|
||||
<script type="text/javascript" src="../js/dt.js?v=1646883625984"></script>
|
||||
<script type="text/javascript" src="../js/index.js?v=1646883625984"></script>
|
||||
<script type="text/javascript" src="../js/dt.js?v=1646883897967"></script>
|
||||
<script type="text/javascript" src="../js/index.js?v=1646883897967"></script>
|
||||
</body>
|
||||
</html>
|
||||
10
c/cd.html
10
c/cd.html
|
|
@ -9,7 +9,7 @@
|
|||
<meta name="keywords" content="Linux,Command,命令大全,Linux命令手册,cd,切换用户当前工作目录。">
|
||||
<title>cd 命令,Linux cd 命令详解:切换用户当前工作目录。 - Linux 命令搜索引擎</title>
|
||||
<link rel="shortcut icon" href="../img/favicon.ico">
|
||||
<link rel="stylesheet" type="text/css" href="../css/index.css?v=1646883626002">
|
||||
<link rel="stylesheet" type="text/css" href="../css/index.css?v=1646883897984">
|
||||
</head>
|
||||
<body>
|
||||
<a href="https://github.com/jaywcjlove/linux-command" target="_blank" class="github-corner">
|
||||
|
|
@ -41,8 +41,10 @@
|
|||
</div>
|
||||
</div>
|
||||
</div>
|
||||
<script src="https://unpkg.com/@uiw/copy-to-clipboard/dist/copy-to-clipboard.umd.js"></script>
|
||||
<script>
|
||||
/*! @uiw/copy-to-clipboard v1.0.12 | MIT (c) 2021 Kenny Wang | https://github.com/uiwjs/copy-to-clipboard.git */
|
||||
!function(e,t){"object"==typeof exports&&"undefined"!=typeof module?module.exports=t():"function"==typeof define&&define.amd?define(t):(e="undefined"!=typeof globalThis?globalThis:e||self).copyTextToClipboard=t()}(this,(function(){"use strict";return function(e,t){const o=document.createElement("textarea");o.value=e,o.setAttribute("readonly",""),o.style={position:"absolute",left:"-9999px"},document.body.appendChild(o);const n=document.getSelection().rangeCount>0&&document.getSelection().getRangeAt(0);o.select();let c=!1;try{c=!!document.execCommand("copy")}catch(e){c=!1}document.body.removeChild(o),n&&document.getSelection&&(document.getSelection().removeAllRanges(),document.getSelection().addRange(n)),t&&t(c)}}));
|
||||
|
||||
function copied(target, str) {
|
||||
target.classList.add('active');
|
||||
copyTextToClipboard(target.dataset.code, function() {
|
||||
|
|
@ -188,7 +190,7 @@ shopt -u cdable_vars
|
|||
575
|
||||
</span> 个Linux命令,超过 <a href="../contributors.html">50+</a> 贡献者
|
||||
</div>
|
||||
<script type="text/javascript" src="../js/dt.js?v=1646883626002"></script>
|
||||
<script type="text/javascript" src="../js/index.js?v=1646883626002"></script>
|
||||
<script type="text/javascript" src="../js/dt.js?v=1646883897984"></script>
|
||||
<script type="text/javascript" src="../js/index.js?v=1646883897984"></script>
|
||||
</body>
|
||||
</html>
|
||||
|
|
@ -9,7 +9,7 @@
|
|||
<meta name="keywords" content="Linux,Command,命令大全,Linux命令手册,cdrecord,Linux系统下光盘刻录功能命令">
|
||||
<title>cdrecord 命令,Linux cdrecord 命令详解:Linux系统下光盘刻录功能命令 - Linux 命令搜索引擎</title>
|
||||
<link rel="shortcut icon" href="../img/favicon.ico">
|
||||
<link rel="stylesheet" type="text/css" href="../css/index.css?v=1646883626018">
|
||||
<link rel="stylesheet" type="text/css" href="../css/index.css?v=1646883898006">
|
||||
</head>
|
||||
<body>
|
||||
<a href="https://github.com/jaywcjlove/linux-command" target="_blank" class="github-corner">
|
||||
|
|
@ -41,8 +41,10 @@
|
|||
</div>
|
||||
</div>
|
||||
</div>
|
||||
<script src="https://unpkg.com/@uiw/copy-to-clipboard/dist/copy-to-clipboard.umd.js"></script>
|
||||
<script>
|
||||
/*! @uiw/copy-to-clipboard v1.0.12 | MIT (c) 2021 Kenny Wang | https://github.com/uiwjs/copy-to-clipboard.git */
|
||||
!function(e,t){"object"==typeof exports&&"undefined"!=typeof module?module.exports=t():"function"==typeof define&&define.amd?define(t):(e="undefined"!=typeof globalThis?globalThis:e||self).copyTextToClipboard=t()}(this,(function(){"use strict";return function(e,t){const o=document.createElement("textarea");o.value=e,o.setAttribute("readonly",""),o.style={position:"absolute",left:"-9999px"},document.body.appendChild(o);const n=document.getSelection().rangeCount>0&&document.getSelection().getRangeAt(0);o.select();let c=!1;try{c=!!document.execCommand("copy")}catch(e){c=!1}document.body.removeChild(o),n&&document.getSelection&&(document.getSelection().removeAllRanges(),document.getSelection().addRange(n)),t&&t(c)}}));
|
||||
|
||||
function copied(target, str) {
|
||||
target.classList.add('active');
|
||||
copyTextToClipboard(target.dataset.code, function() {
|
||||
|
|
@ -138,7 +140,7 @@ scsibus0:
|
|||
575
|
||||
</span> 个Linux命令,超过 <a href="../contributors.html">50+</a> 贡献者
|
||||
</div>
|
||||
<script type="text/javascript" src="../js/dt.js?v=1646883626019"></script>
|
||||
<script type="text/javascript" src="../js/index.js?v=1646883626019"></script>
|
||||
<script type="text/javascript" src="../js/dt.js?v=1646883898007"></script>
|
||||
<script type="text/javascript" src="../js/index.js?v=1646883898007"></script>
|
||||
</body>
|
||||
</html>
|
||||
10
c/chage.html
10
c/chage.html
|
|
@ -9,7 +9,7 @@
|
|||
<meta name="keywords" content="Linux,Command,命令大全,Linux命令手册,chage,修改帐号和密码的有效期限">
|
||||
<title>chage 命令,Linux chage 命令详解:修改帐号和密码的有效期限 - Linux 命令搜索引擎</title>
|
||||
<link rel="shortcut icon" href="../img/favicon.ico">
|
||||
<link rel="stylesheet" type="text/css" href="../css/index.css?v=1646883626032">
|
||||
<link rel="stylesheet" type="text/css" href="../css/index.css?v=1646883897996">
|
||||
</head>
|
||||
<body>
|
||||
<a href="https://github.com/jaywcjlove/linux-command" target="_blank" class="github-corner">
|
||||
|
|
@ -41,8 +41,10 @@
|
|||
</div>
|
||||
</div>
|
||||
</div>
|
||||
<script src="https://unpkg.com/@uiw/copy-to-clipboard/dist/copy-to-clipboard.umd.js"></script>
|
||||
<script>
|
||||
/*! @uiw/copy-to-clipboard v1.0.12 | MIT (c) 2021 Kenny Wang | https://github.com/uiwjs/copy-to-clipboard.git */
|
||||
!function(e,t){"object"==typeof exports&&"undefined"!=typeof module?module.exports=t():"function"==typeof define&&define.amd?define(t):(e="undefined"!=typeof globalThis?globalThis:e||self).copyTextToClipboard=t()}(this,(function(){"use strict";return function(e,t){const o=document.createElement("textarea");o.value=e,o.setAttribute("readonly",""),o.style={position:"absolute",left:"-9999px"},document.body.appendChild(o);const n=document.getSelection().rangeCount>0&&document.getSelection().getRangeAt(0);o.select();let c=!1;try{c=!!document.execCommand("copy")}catch(e){c=!1}document.body.removeChild(o),n&&document.getSelection&&(document.getSelection().removeAllRanges(),document.getSelection().addRange(n)),t&&t(c)}}));
|
||||
|
||||
function copied(target, str) {
|
||||
target.classList.add('active');
|
||||
copyTextToClipboard(target.dataset.code, function() {
|
||||
|
|
@ -206,7 +208,7 @@ chage -l root
|
|||
575
|
||||
</span> 个Linux命令,超过 <a href="../contributors.html">50+</a> 贡献者
|
||||
</div>
|
||||
<script type="text/javascript" src="../js/dt.js?v=1646883626033"></script>
|
||||
<script type="text/javascript" src="../js/index.js?v=1646883626033"></script>
|
||||
<script type="text/javascript" src="../js/dt.js?v=1646883897997"></script>
|
||||
<script type="text/javascript" src="../js/index.js?v=1646883897997"></script>
|
||||
</body>
|
||||
</html>
|
||||
|
|
@ -9,7 +9,7 @@
|
|||
<meta name="keywords" content="Linux,Command,命令大全,Linux命令手册,chattr,用来改变文件属性">
|
||||
<title>chattr 命令,Linux chattr 命令详解:用来改变文件属性 - Linux 命令搜索引擎</title>
|
||||
<link rel="shortcut icon" href="../img/favicon.ico">
|
||||
<link rel="stylesheet" type="text/css" href="../css/index.css?v=1646883626042">
|
||||
<link rel="stylesheet" type="text/css" href="../css/index.css?v=1646883898017">
|
||||
</head>
|
||||
<body>
|
||||
<a href="https://github.com/jaywcjlove/linux-command" target="_blank" class="github-corner">
|
||||
|
|
@ -41,8 +41,10 @@
|
|||
</div>
|
||||
</div>
|
||||
</div>
|
||||
<script src="https://unpkg.com/@uiw/copy-to-clipboard/dist/copy-to-clipboard.umd.js"></script>
|
||||
<script>
|
||||
/*! @uiw/copy-to-clipboard v1.0.12 | MIT (c) 2021 Kenny Wang | https://github.com/uiwjs/copy-to-clipboard.git */
|
||||
!function(e,t){"object"==typeof exports&&"undefined"!=typeof module?module.exports=t():"function"==typeof define&&define.amd?define(t):(e="undefined"!=typeof globalThis?globalThis:e||self).copyTextToClipboard=t()}(this,(function(){"use strict";return function(e,t){const o=document.createElement("textarea");o.value=e,o.setAttribute("readonly",""),o.style={position:"absolute",left:"-9999px"},document.body.appendChild(o);const n=document.getSelection().rangeCount>0&&document.getSelection().getRangeAt(0);o.select();let c=!1;try{c=!!document.execCommand("copy")}catch(e){c=!1}document.body.removeChild(o),n&&document.getSelection&&(document.getSelection().removeAllRanges(),document.getSelection().addRange(n)),t&&t(c)}}));
|
||||
|
||||
function copied(target, str) {
|
||||
target.classList.add('active');
|
||||
copyTextToClipboard(target.dataset.code, function() {
|
||||
|
|
@ -136,7 +138,7 @@ u:预防意外删除。
|
|||
575
|
||||
</span> 个Linux命令,超过 <a href="../contributors.html">50+</a> 贡献者
|
||||
</div>
|
||||
<script type="text/javascript" src="../js/dt.js?v=1646883626042"></script>
|
||||
<script type="text/javascript" src="../js/index.js?v=1646883626042"></script>
|
||||
<script type="text/javascript" src="../js/dt.js?v=1646883898017"></script>
|
||||
<script type="text/javascript" src="../js/index.js?v=1646883898017"></script>
|
||||
</body>
|
||||
</html>
|
||||
10
c/chcon.html
10
c/chcon.html
|
|
@ -9,7 +9,7 @@
|
|||
<meta name="keywords" content="Linux,Command,命令大全,Linux命令手册,chcon,修改对象(文件)的安全上下文">
|
||||
<title>chcon 命令,Linux chcon 命令详解:修改对象(文件)的安全上下文 - Linux 命令搜索引擎</title>
|
||||
<link rel="shortcut icon" href="../img/favicon.ico">
|
||||
<link rel="stylesheet" type="text/css" href="../css/index.css?v=1646883626059">
|
||||
<link rel="stylesheet" type="text/css" href="../css/index.css?v=1646883898029">
|
||||
</head>
|
||||
<body>
|
||||
<a href="https://github.com/jaywcjlove/linux-command" target="_blank" class="github-corner">
|
||||
|
|
@ -41,8 +41,10 @@
|
|||
</div>
|
||||
</div>
|
||||
</div>
|
||||
<script src="https://unpkg.com/@uiw/copy-to-clipboard/dist/copy-to-clipboard.umd.js"></script>
|
||||
<script>
|
||||
/*! @uiw/copy-to-clipboard v1.0.12 | MIT (c) 2021 Kenny Wang | https://github.com/uiwjs/copy-to-clipboard.git */
|
||||
!function(e,t){"object"==typeof exports&&"undefined"!=typeof module?module.exports=t():"function"==typeof define&&define.amd?define(t):(e="undefined"!=typeof globalThis?globalThis:e||self).copyTextToClipboard=t()}(this,(function(){"use strict";return function(e,t){const o=document.createElement("textarea");o.value=e,o.setAttribute("readonly",""),o.style={position:"absolute",left:"-9999px"},document.body.appendChild(o);const n=document.getSelection().rangeCount>0&&document.getSelection().getRangeAt(0);o.select();let c=!1;try{c=!!document.execCommand("copy")}catch(e){c=!1}document.body.removeChild(o),n&&document.getSelection&&(document.getSelection().removeAllRanges(),document.getSelection().addRange(n)),t&&t(c)}}));
|
||||
|
||||
function copied(target, str) {
|
||||
target.classList.add('active');
|
||||
copyTextToClipboard(target.dataset.code, function() {
|
||||
|
|
@ -152,7 +154,7 @@ chcon -R -t httpd_sys_content_t ~user/public_html
|
|||
575
|
||||
</span> 个Linux命令,超过 <a href="../contributors.html">50+</a> 贡献者
|
||||
</div>
|
||||
<script type="text/javascript" src="../js/dt.js?v=1646883626059"></script>
|
||||
<script type="text/javascript" src="../js/index.js?v=1646883626059"></script>
|
||||
<script type="text/javascript" src="../js/dt.js?v=1646883898030"></script>
|
||||
<script type="text/javascript" src="../js/index.js?v=1646883898030"></script>
|
||||
</body>
|
||||
</html>
|
||||
10
c/chfn.html
10
c/chfn.html
|
|
@ -9,7 +9,7 @@
|
|||
<meta name="keywords" content="Linux,Command,命令大全,Linux命令手册,chfn,用来改变finger命令显示的信息">
|
||||
<title>chfn 命令,Linux chfn 命令详解:用来改变finger命令显示的信息 - Linux 命令搜索引擎</title>
|
||||
<link rel="shortcut icon" href="../img/favicon.ico">
|
||||
<link rel="stylesheet" type="text/css" href="../css/index.css?v=1646883626072">
|
||||
<link rel="stylesheet" type="text/css" href="../css/index.css?v=1646883898042">
|
||||
</head>
|
||||
<body>
|
||||
<a href="https://github.com/jaywcjlove/linux-command" target="_blank" class="github-corner">
|
||||
|
|
@ -41,8 +41,10 @@
|
|||
</div>
|
||||
</div>
|
||||
</div>
|
||||
<script src="https://unpkg.com/@uiw/copy-to-clipboard/dist/copy-to-clipboard.umd.js"></script>
|
||||
<script>
|
||||
/*! @uiw/copy-to-clipboard v1.0.12 | MIT (c) 2021 Kenny Wang | https://github.com/uiwjs/copy-to-clipboard.git */
|
||||
!function(e,t){"object"==typeof exports&&"undefined"!=typeof module?module.exports=t():"function"==typeof define&&define.amd?define(t):(e="undefined"!=typeof globalThis?globalThis:e||self).copyTextToClipboard=t()}(this,(function(){"use strict";return function(e,t){const o=document.createElement("textarea");o.value=e,o.setAttribute("readonly",""),o.style={position:"absolute",left:"-9999px"},document.body.appendChild(o);const n=document.getSelection().rangeCount>0&&document.getSelection().getRangeAt(0);o.select();let c=!1;try{c=!!document.execCommand("copy")}catch(e){c=!1}document.body.removeChild(o),n&&document.getSelection&&(document.getSelection().removeAllRanges(),document.getSelection().addRange(n)),t&&t(c)}}));
|
||||
|
||||
function copied(target, str) {
|
||||
target.classList.add('active');
|
||||
copyTextToClipboard(target.dataset.code, function() {
|
||||
|
|
@ -154,7 +156,7 @@ Home Phone[]: [del]
|
|||
575
|
||||
</span> 个Linux命令,超过 <a href="../contributors.html">50+</a> 贡献者
|
||||
</div>
|
||||
<script type="text/javascript" src="../js/dt.js?v=1646883626073"></script>
|
||||
<script type="text/javascript" src="../js/index.js?v=1646883626073"></script>
|
||||
<script type="text/javascript" src="../js/dt.js?v=1646883898042"></script>
|
||||
<script type="text/javascript" src="../js/index.js?v=1646883898042"></script>
|
||||
</body>
|
||||
</html>
|
||||
10
c/chgrp.html
10
c/chgrp.html
|
|
@ -9,7 +9,7 @@
|
|||
<meta name="keywords" content="Linux,Command,命令大全,Linux命令手册,chgrp,用来变更文件或目录的所属群组">
|
||||
<title>chgrp 命令,Linux chgrp 命令详解:用来变更文件或目录的所属群组 - Linux 命令搜索引擎</title>
|
||||
<link rel="shortcut icon" href="../img/favicon.ico">
|
||||
<link rel="stylesheet" type="text/css" href="../css/index.css?v=1646883626082">
|
||||
<link rel="stylesheet" type="text/css" href="../css/index.css?v=1646883898053">
|
||||
</head>
|
||||
<body>
|
||||
<a href="https://github.com/jaywcjlove/linux-command" target="_blank" class="github-corner">
|
||||
|
|
@ -41,8 +41,10 @@
|
|||
</div>
|
||||
</div>
|
||||
</div>
|
||||
<script src="https://unpkg.com/@uiw/copy-to-clipboard/dist/copy-to-clipboard.umd.js"></script>
|
||||
<script>
|
||||
/*! @uiw/copy-to-clipboard v1.0.12 | MIT (c) 2021 Kenny Wang | https://github.com/uiwjs/copy-to-clipboard.git */
|
||||
!function(e,t){"object"==typeof exports&&"undefined"!=typeof module?module.exports=t():"function"==typeof define&&define.amd?define(t):(e="undefined"!=typeof globalThis?globalThis:e||self).copyTextToClipboard=t()}(this,(function(){"use strict";return function(e,t){const o=document.createElement("textarea");o.value=e,o.setAttribute("readonly",""),o.style={position:"absolute",left:"-9999px"},document.body.appendChild(o);const n=document.getSelection().rangeCount>0&&document.getSelection().getRangeAt(0);o.select();let c=!1;try{c=!!document.execCommand("copy")}catch(e){c=!1}document.body.removeChild(o),n&&document.getSelection&&(document.getSelection().removeAllRanges(),document.getSelection().addRange(n)),t&&t(c)}}));
|
||||
|
||||
function copied(target, str) {
|
||||
target.classList.add('active');
|
||||
copyTextToClipboard(target.dataset.code, function() {
|
||||
|
|
@ -132,7 +134,7 @@ function copied(target, str) {
|
|||
575
|
||||
</span> 个Linux命令,超过 <a href="../contributors.html">50+</a> 贡献者
|
||||
</div>
|
||||
<script type="text/javascript" src="../js/dt.js?v=1646883626082"></script>
|
||||
<script type="text/javascript" src="../js/index.js?v=1646883626082"></script>
|
||||
<script type="text/javascript" src="../js/dt.js?v=1646883898053"></script>
|
||||
<script type="text/javascript" src="../js/index.js?v=1646883898053"></script>
|
||||
</body>
|
||||
</html>
|
||||
|
|
@ -9,7 +9,7 @@
|
|||
<meta name="keywords" content="Linux,Command,命令大全,Linux命令手册,chkconfig,检查或设置系统的各种服务">
|
||||
<title>chkconfig 命令,Linux chkconfig 命令详解:检查或设置系统的各种服务 - Linux 命令搜索引擎</title>
|
||||
<link rel="shortcut icon" href="../img/favicon.ico">
|
||||
<link rel="stylesheet" type="text/css" href="../css/index.css?v=1646883626100">
|
||||
<link rel="stylesheet" type="text/css" href="../css/index.css?v=1646883898072">
|
||||
</head>
|
||||
<body>
|
||||
<a href="https://github.com/jaywcjlove/linux-command" target="_blank" class="github-corner">
|
||||
|
|
@ -41,8 +41,10 @@
|
|||
</div>
|
||||
</div>
|
||||
</div>
|
||||
<script src="https://unpkg.com/@uiw/copy-to-clipboard/dist/copy-to-clipboard.umd.js"></script>
|
||||
<script>
|
||||
/*! @uiw/copy-to-clipboard v1.0.12 | MIT (c) 2021 Kenny Wang | https://github.com/uiwjs/copy-to-clipboard.git */
|
||||
!function(e,t){"object"==typeof exports&&"undefined"!=typeof module?module.exports=t():"function"==typeof define&&define.amd?define(t):(e="undefined"!=typeof globalThis?globalThis:e||self).copyTextToClipboard=t()}(this,(function(){"use strict";return function(e,t){const o=document.createElement("textarea");o.value=e,o.setAttribute("readonly",""),o.style={position:"absolute",left:"-9999px"},document.body.appendChild(o);const n=document.getSelection().rangeCount>0&&document.getSelection().getRangeAt(0);o.select();let c=!1;try{c=!!document.execCommand("copy")}catch(e){c=!1}document.body.removeChild(o),n&&document.getSelection&&(document.getSelection().removeAllRanges(),document.getSelection().addRange(n)),t&&t(c)}}));
|
||||
|
||||
function copied(target, str) {
|
||||
target.classList.add('active');
|
||||
copyTextToClipboard(target.dataset.code, function() {
|
||||
|
|
@ -162,7 +164,7 @@ chkconfig –level redis 2345 on # 把redis在运行级别为2、3、4、5的情
|
|||
575
|
||||
</span> 个Linux命令,超过 <a href="../contributors.html">50+</a> 贡献者
|
||||
</div>
|
||||
<script type="text/javascript" src="../js/dt.js?v=1646883626101"></script>
|
||||
<script type="text/javascript" src="../js/index.js?v=1646883626101"></script>
|
||||
<script type="text/javascript" src="../js/dt.js?v=1646883898073"></script>
|
||||
<script type="text/javascript" src="../js/index.js?v=1646883898073"></script>
|
||||
</body>
|
||||
</html>
|
||||
10
c/chmod.html
10
c/chmod.html
|
|
@ -9,7 +9,7 @@
|
|||
<meta name="keywords" content="Linux,Command,命令大全,Linux命令手册,chmod,用来变更文件或目录的权限">
|
||||
<title>chmod 命令,Linux chmod 命令详解:用来变更文件或目录的权限 - Linux 命令搜索引擎</title>
|
||||
<link rel="shortcut icon" href="../img/favicon.ico">
|
||||
<link rel="stylesheet" type="text/css" href="../css/index.css?v=1646883626123">
|
||||
<link rel="stylesheet" type="text/css" href="../css/index.css?v=1646883898092">
|
||||
</head>
|
||||
<body>
|
||||
<a href="https://github.com/jaywcjlove/linux-command" target="_blank" class="github-corner">
|
||||
|
|
@ -41,8 +41,10 @@
|
|||
</div>
|
||||
</div>
|
||||
</div>
|
||||
<script src="https://unpkg.com/@uiw/copy-to-clipboard/dist/copy-to-clipboard.umd.js"></script>
|
||||
<script>
|
||||
/*! @uiw/copy-to-clipboard v1.0.12 | MIT (c) 2021 Kenny Wang | https://github.com/uiwjs/copy-to-clipboard.git */
|
||||
!function(e,t){"object"==typeof exports&&"undefined"!=typeof module?module.exports=t():"function"==typeof define&&define.amd?define(t):(e="undefined"!=typeof globalThis?globalThis:e||self).copyTextToClipboard=t()}(this,(function(){"use strict";return function(e,t){const o=document.createElement("textarea");o.value=e,o.setAttribute("readonly",""),o.style={position:"absolute",left:"-9999px"},document.body.appendChild(o);const n=document.getSelection().rangeCount>0&&document.getSelection().getRangeAt(0);o.select();let c=!1;try{c=!!document.execCommand("copy")}catch(e){c=!1}document.body.removeChild(o),n&&document.getSelection&&(document.getSelection().removeAllRanges(),document.getSelection().addRange(n)),t&&t(c)}}));
|
||||
|
||||
function copied(target, str) {
|
||||
target.classList.add('active');
|
||||
copyTextToClipboard(target.dataset.code, function() {
|
||||
|
|
@ -213,7 +215,7 @@ chmod --reference=./1.log ./test.log
|
|||
575
|
||||
</span> 个Linux命令,超过 <a href="../contributors.html">50+</a> 贡献者
|
||||
</div>
|
||||
<script type="text/javascript" src="../js/dt.js?v=1646883626124"></script>
|
||||
<script type="text/javascript" src="../js/index.js?v=1646883626124"></script>
|
||||
<script type="text/javascript" src="../js/dt.js?v=1646883898093"></script>
|
||||
<script type="text/javascript" src="../js/index.js?v=1646883898093"></script>
|
||||
</body>
|
||||
</html>
|
||||
10
c/chown.html
10
c/chown.html
|
|
@ -9,7 +9,7 @@
|
|||
<meta name="keywords" content="Linux,Command,命令大全,Linux命令手册,chown,用来变更文件或目录的拥有者或所属群组">
|
||||
<title>chown 命令,Linux chown 命令详解:用来变更文件或目录的拥有者或所属群组 - Linux 命令搜索引擎</title>
|
||||
<link rel="shortcut icon" href="../img/favicon.ico">
|
||||
<link rel="stylesheet" type="text/css" href="../css/index.css?v=1646883626133">
|
||||
<link rel="stylesheet" type="text/css" href="../css/index.css?v=1646883898101">
|
||||
</head>
|
||||
<body>
|
||||
<a href="https://github.com/jaywcjlove/linux-command" target="_blank" class="github-corner">
|
||||
|
|
@ -41,8 +41,10 @@
|
|||
</div>
|
||||
</div>
|
||||
</div>
|
||||
<script src="https://unpkg.com/@uiw/copy-to-clipboard/dist/copy-to-clipboard.umd.js"></script>
|
||||
<script>
|
||||
/*! @uiw/copy-to-clipboard v1.0.12 | MIT (c) 2021 Kenny Wang | https://github.com/uiwjs/copy-to-clipboard.git */
|
||||
!function(e,t){"object"==typeof exports&&"undefined"!=typeof module?module.exports=t():"function"==typeof define&&define.amd?define(t):(e="undefined"!=typeof globalThis?globalThis:e||self).copyTextToClipboard=t()}(this,(function(){"use strict";return function(e,t){const o=document.createElement("textarea");o.value=e,o.setAttribute("readonly",""),o.style={position:"absolute",left:"-9999px"},document.body.appendChild(o);const n=document.getSelection().rangeCount>0&&document.getSelection().getRangeAt(0);o.select();let c=!1;try{c=!!document.execCommand("copy")}catch(e){c=!1}document.body.removeChild(o),n&&document.getSelection&&(document.getSelection().removeAllRanges(),document.getSelection().addRange(n)),t&&t(c)}}));
|
||||
|
||||
function copied(target, str) {
|
||||
target.classList.add('active');
|
||||
copyTextToClipboard(target.dataset.code, function() {
|
||||
|
|
@ -123,7 +125,7 @@ function copied(target, str) {
|
|||
575
|
||||
</span> 个Linux命令,超过 <a href="../contributors.html">50+</a> 贡献者
|
||||
</div>
|
||||
<script type="text/javascript" src="../js/dt.js?v=1646883626133"></script>
|
||||
<script type="text/javascript" src="../js/index.js?v=1646883626133"></script>
|
||||
<script type="text/javascript" src="../js/dt.js?v=1646883898101"></script>
|
||||
<script type="text/javascript" src="../js/index.js?v=1646883898101"></script>
|
||||
</body>
|
||||
</html>
|
||||
|
|
@ -9,7 +9,7 @@
|
|||
<meta name="keywords" content="Linux,Command,命令大全,Linux命令手册,chpasswd,批量更新用户口令的工具">
|
||||
<title>chpasswd 命令,Linux chpasswd 命令详解:批量更新用户口令的工具 - Linux 命令搜索引擎</title>
|
||||
<link rel="shortcut icon" href="../img/favicon.ico">
|
||||
<link rel="stylesheet" type="text/css" href="../css/index.css?v=1646883626141">
|
||||
<link rel="stylesheet" type="text/css" href="../css/index.css?v=1646883898108">
|
||||
</head>
|
||||
<body>
|
||||
<a href="https://github.com/jaywcjlove/linux-command" target="_blank" class="github-corner">
|
||||
|
|
@ -41,8 +41,10 @@
|
|||
</div>
|
||||
</div>
|
||||
</div>
|
||||
<script src="https://unpkg.com/@uiw/copy-to-clipboard/dist/copy-to-clipboard.umd.js"></script>
|
||||
<script>
|
||||
/*! @uiw/copy-to-clipboard v1.0.12 | MIT (c) 2021 Kenny Wang | https://github.com/uiwjs/copy-to-clipboard.git */
|
||||
!function(e,t){"object"==typeof exports&&"undefined"!=typeof module?module.exports=t():"function"==typeof define&&define.amd?define(t):(e="undefined"!=typeof globalThis?globalThis:e||self).copyTextToClipboard=t()}(this,(function(){"use strict";return function(e,t){const o=document.createElement("textarea");o.value=e,o.setAttribute("readonly",""),o.style={position:"absolute",left:"-9999px"},document.body.appendChild(o);const n=document.getSelection().rangeCount>0&&document.getSelection().getRangeAt(0);o.select();let c=!1;try{c=!!document.execCommand("copy")}catch(e){c=!1}document.body.removeChild(o),n&&document.getSelection&&(document.getSelection().removeAllRanges(),document.getSelection().addRange(n)),t&&t(c)}}));
|
||||
|
||||
function copied(target, str) {
|
||||
target.classList.add('active');
|
||||
copyTextToClipboard(target.dataset.code, function() {
|
||||
|
|
@ -109,7 +111,7 @@ function copied(target, str) {
|
|||
575
|
||||
</span> 个Linux命令,超过 <a href="../contributors.html">50+</a> 贡献者
|
||||
</div>
|
||||
<script type="text/javascript" src="../js/dt.js?v=1646883626141"></script>
|
||||
<script type="text/javascript" src="../js/index.js?v=1646883626141"></script>
|
||||
<script type="text/javascript" src="../js/dt.js?v=1646883898108"></script>
|
||||
<script type="text/javascript" src="../js/index.js?v=1646883898108"></script>
|
||||
</body>
|
||||
</html>
|
||||
|
|
@ -9,7 +9,7 @@
|
|||
<meta name="keywords" content="Linux,Command,命令大全,Linux命令手册,chroot,把根目录换成指定的目的目录">
|
||||
<title>chroot 命令,Linux chroot 命令详解:把根目录换成指定的目的目录 - Linux 命令搜索引擎</title>
|
||||
<link rel="shortcut icon" href="../img/favicon.ico">
|
||||
<link rel="stylesheet" type="text/css" href="../css/index.css?v=1646883626164">
|
||||
<link rel="stylesheet" type="text/css" href="../css/index.css?v=1646883898130">
|
||||
</head>
|
||||
<body>
|
||||
<a href="https://github.com/jaywcjlove/linux-command" target="_blank" class="github-corner">
|
||||
|
|
@ -41,8 +41,10 @@
|
|||
</div>
|
||||
</div>
|
||||
</div>
|
||||
<script src="https://unpkg.com/@uiw/copy-to-clipboard/dist/copy-to-clipboard.umd.js"></script>
|
||||
<script>
|
||||
/*! @uiw/copy-to-clipboard v1.0.12 | MIT (c) 2021 Kenny Wang | https://github.com/uiwjs/copy-to-clipboard.git */
|
||||
!function(e,t){"object"==typeof exports&&"undefined"!=typeof module?module.exports=t():"function"==typeof define&&define.amd?define(t):(e="undefined"!=typeof globalThis?globalThis:e||self).copyTextToClipboard=t()}(this,(function(){"use strict";return function(e,t){const o=document.createElement("textarea");o.value=e,o.setAttribute("readonly",""),o.style={position:"absolute",left:"-9999px"},document.body.appendChild(o);const n=document.getSelection().rangeCount>0&&document.getSelection().getRangeAt(0);o.select();let c=!1;try{c=!!document.execCommand("copy")}catch(e){c=!1}document.body.removeChild(o),n&&document.getSelection&&(document.getSelection().removeAllRanges(),document.getSelection().addRange(n)),t&&t(c)}}));
|
||||
|
||||
function copied(target, str) {
|
||||
target.classList.add('active');
|
||||
copyTextToClipboard(target.dataset.code, function() {
|
||||
|
|
@ -173,7 +175,7 @@ chroot newRoot /a.out
|
|||
575
|
||||
</span> 个Linux命令,超过 <a href="../contributors.html">50+</a> 贡献者
|
||||
</div>
|
||||
<script type="text/javascript" src="../js/dt.js?v=1646883626165"></script>
|
||||
<script type="text/javascript" src="../js/index.js?v=1646883626165"></script>
|
||||
<script type="text/javascript" src="../js/dt.js?v=1646883898130"></script>
|
||||
<script type="text/javascript" src="../js/index.js?v=1646883898130"></script>
|
||||
</body>
|
||||
</html>
|
||||
10
c/chsh.html
10
c/chsh.html
|
|
@ -9,7 +9,7 @@
|
|||
<meta name="keywords" content="Linux,Command,命令大全,Linux命令手册,chsh,用来更换登录系统时使用的shell">
|
||||
<title>chsh 命令,Linux chsh 命令详解:用来更换登录系统时使用的shell - Linux 命令搜索引擎</title>
|
||||
<link rel="shortcut icon" href="../img/favicon.ico">
|
||||
<link rel="stylesheet" type="text/css" href="../css/index.css?v=1646883626180">
|
||||
<link rel="stylesheet" type="text/css" href="../css/index.css?v=1646883898144">
|
||||
</head>
|
||||
<body>
|
||||
<a href="https://github.com/jaywcjlove/linux-command" target="_blank" class="github-corner">
|
||||
|
|
@ -41,8 +41,10 @@
|
|||
</div>
|
||||
</div>
|
||||
</div>
|
||||
<script src="https://unpkg.com/@uiw/copy-to-clipboard/dist/copy-to-clipboard.umd.js"></script>
|
||||
<script>
|
||||
/*! @uiw/copy-to-clipboard v1.0.12 | MIT (c) 2021 Kenny Wang | https://github.com/uiwjs/copy-to-clipboard.git */
|
||||
!function(e,t){"object"==typeof exports&&"undefined"!=typeof module?module.exports=t():"function"==typeof define&&define.amd?define(t):(e="undefined"!=typeof globalThis?globalThis:e||self).copyTextToClipboard=t()}(this,(function(){"use strict";return function(e,t){const o=document.createElement("textarea");o.value=e,o.setAttribute("readonly",""),o.style={position:"absolute",left:"-9999px"},document.body.appendChild(o);const n=document.getSelection().rangeCount>0&&document.getSelection().getRangeAt(0);o.select();let c=!1;try{c=!!document.execCommand("copy")}catch(e){c=!1}document.body.removeChild(o),n&&document.getSelection&&(document.getSelection().removeAllRanges(),document.getSelection().addRange(n)),t&&t(c)}}));
|
||||
|
||||
function copied(target, str) {
|
||||
target.classList.add('active');
|
||||
copyTextToClipboard(target.dataset.code, function() {
|
||||
|
|
@ -170,7 +172,7 @@ Shell changed.
|
|||
575
|
||||
</span> 个Linux命令,超过 <a href="../contributors.html">50+</a> 贡献者
|
||||
</div>
|
||||
<script type="text/javascript" src="../js/dt.js?v=1646883626181"></script>
|
||||
<script type="text/javascript" src="../js/index.js?v=1646883626181"></script>
|
||||
<script type="text/javascript" src="../js/dt.js?v=1646883898145"></script>
|
||||
<script type="text/javascript" src="../js/index.js?v=1646883898145"></script>
|
||||
</body>
|
||||
</html>
|
||||
10
c/cksum.html
10
c/cksum.html
|
|
@ -9,7 +9,7 @@
|
|||
<meta name="keywords" content="Linux,Command,命令大全,Linux命令手册,cksum,检查文件的CRC是否正确">
|
||||
<title>cksum 命令,Linux cksum 命令详解:检查文件的CRC是否正确 - Linux 命令搜索引擎</title>
|
||||
<link rel="shortcut icon" href="../img/favicon.ico">
|
||||
<link rel="stylesheet" type="text/css" href="../css/index.css?v=1646883626189">
|
||||
<link rel="stylesheet" type="text/css" href="../css/index.css?v=1646883898154">
|
||||
</head>
|
||||
<body>
|
||||
<a href="https://github.com/jaywcjlove/linux-command" target="_blank" class="github-corner">
|
||||
|
|
@ -41,8 +41,10 @@
|
|||
</div>
|
||||
</div>
|
||||
</div>
|
||||
<script src="https://unpkg.com/@uiw/copy-to-clipboard/dist/copy-to-clipboard.umd.js"></script>
|
||||
<script>
|
||||
/*! @uiw/copy-to-clipboard v1.0.12 | MIT (c) 2021 Kenny Wang | https://github.com/uiwjs/copy-to-clipboard.git */
|
||||
!function(e,t){"object"==typeof exports&&"undefined"!=typeof module?module.exports=t():"function"==typeof define&&define.amd?define(t):(e="undefined"!=typeof globalThis?globalThis:e||self).copyTextToClipboard=t()}(this,(function(){"use strict";return function(e,t){const o=document.createElement("textarea");o.value=e,o.setAttribute("readonly",""),o.style={position:"absolute",left:"-9999px"},document.body.appendChild(o);const n=document.getSelection().rangeCount>0&&document.getSelection().getRangeAt(0);o.select();let c=!1;try{c=!!document.execCommand("copy")}catch(e){c=!1}document.body.removeChild(o),n&&document.getSelection&&(document.getSelection().removeAllRanges(),document.getSelection().addRange(n)),t&&t(c)}}));
|
||||
|
||||
function copied(target, str) {
|
||||
target.classList.add('active');
|
||||
copyTextToClipboard(target.dataset.code, function() {
|
||||
|
|
@ -116,7 +118,7 @@ function copied(target, str) {
|
|||
575
|
||||
</span> 个Linux命令,超过 <a href="../contributors.html">50+</a> 贡献者
|
||||
</div>
|
||||
<script type="text/javascript" src="../js/dt.js?v=1646883626189"></script>
|
||||
<script type="text/javascript" src="../js/index.js?v=1646883626189"></script>
|
||||
<script type="text/javascript" src="../js/dt.js?v=1646883898155"></script>
|
||||
<script type="text/javascript" src="../js/index.js?v=1646883898155"></script>
|
||||
</body>
|
||||
</html>
|
||||
10
c/clear.html
10
c/clear.html
|
|
@ -9,7 +9,7 @@
|
|||
<meta name="keywords" content="Linux,Command,命令大全,Linux命令手册,clear,清除当前屏幕终端上的任何信息">
|
||||
<title>clear 命令,Linux clear 命令详解:清除当前屏幕终端上的任何信息 - Linux 命令搜索引擎</title>
|
||||
<link rel="shortcut icon" href="../img/favicon.ico">
|
||||
<link rel="stylesheet" type="text/css" href="../css/index.css?v=1646883626195">
|
||||
<link rel="stylesheet" type="text/css" href="../css/index.css?v=1646883898166">
|
||||
</head>
|
||||
<body>
|
||||
<a href="https://github.com/jaywcjlove/linux-command" target="_blank" class="github-corner">
|
||||
|
|
@ -41,8 +41,10 @@
|
|||
</div>
|
||||
</div>
|
||||
</div>
|
||||
<script src="https://unpkg.com/@uiw/copy-to-clipboard/dist/copy-to-clipboard.umd.js"></script>
|
||||
<script>
|
||||
/*! @uiw/copy-to-clipboard v1.0.12 | MIT (c) 2021 Kenny Wang | https://github.com/uiwjs/copy-to-clipboard.git */
|
||||
!function(e,t){"object"==typeof exports&&"undefined"!=typeof module?module.exports=t():"function"==typeof define&&define.amd?define(t):(e="undefined"!=typeof globalThis?globalThis:e||self).copyTextToClipboard=t()}(this,(function(){"use strict";return function(e,t){const o=document.createElement("textarea");o.value=e,o.setAttribute("readonly",""),o.style={position:"absolute",left:"-9999px"},document.body.appendChild(o);const n=document.getSelection().rangeCount>0&&document.getSelection().getRangeAt(0);o.select();let c=!1;try{c=!!document.execCommand("copy")}catch(e){c=!1}document.body.removeChild(o),n&&document.getSelection&&(document.getSelection().removeAllRanges(),document.getSelection().addRange(n)),t&&t(c)}}));
|
||||
|
||||
function copied(target, str) {
|
||||
target.classList.add('active');
|
||||
copyTextToClipboard(target.dataset.code, function() {
|
||||
|
|
@ -97,7 +99,7 @@ function copied(target, str) {
|
|||
575
|
||||
</span> 个Linux命令,超过 <a href="../contributors.html">50+</a> 贡献者
|
||||
</div>
|
||||
<script type="text/javascript" src="../js/dt.js?v=1646883626195"></script>
|
||||
<script type="text/javascript" src="../js/index.js?v=1646883626195"></script>
|
||||
<script type="text/javascript" src="../js/dt.js?v=1646883898166"></script>
|
||||
<script type="text/javascript" src="../js/index.js?v=1646883898166"></script>
|
||||
</body>
|
||||
</html>
|
||||
10
c/clock.html
10
c/clock.html
|
|
@ -9,7 +9,7 @@
|
|||
<meta name="keywords" content="Linux,Command,命令大全,Linux命令手册,clock,用于调整 RTC 时间">
|
||||
<title>clock 命令,Linux clock 命令详解:用于调整 RTC 时间 - Linux 命令搜索引擎</title>
|
||||
<link rel="shortcut icon" href="../img/favicon.ico">
|
||||
<link rel="stylesheet" type="text/css" href="../css/index.css?v=1646883626208">
|
||||
<link rel="stylesheet" type="text/css" href="../css/index.css?v=1646883898175">
|
||||
</head>
|
||||
<body>
|
||||
<a href="https://github.com/jaywcjlove/linux-command" target="_blank" class="github-corner">
|
||||
|
|
@ -41,8 +41,10 @@
|
|||
</div>
|
||||
</div>
|
||||
</div>
|
||||
<script src="https://unpkg.com/@uiw/copy-to-clipboard/dist/copy-to-clipboard.umd.js"></script>
|
||||
<script>
|
||||
/*! @uiw/copy-to-clipboard v1.0.12 | MIT (c) 2021 Kenny Wang | https://github.com/uiwjs/copy-to-clipboard.git */
|
||||
!function(e,t){"object"==typeof exports&&"undefined"!=typeof module?module.exports=t():"function"==typeof define&&define.amd?define(t):(e="undefined"!=typeof globalThis?globalThis:e||self).copyTextToClipboard=t()}(this,(function(){"use strict";return function(e,t){const o=document.createElement("textarea");o.value=e,o.setAttribute("readonly",""),o.style={position:"absolute",left:"-9999px"},document.body.appendChild(o);const n=document.getSelection().rangeCount>0&&document.getSelection().getRangeAt(0);o.select();let c=!1;try{c=!!document.execCommand("copy")}catch(e){c=!1}document.body.removeChild(o),n&&document.getSelection&&(document.getSelection().removeAllRanges(),document.getSelection().addRange(n)),t&&t(c)}}));
|
||||
|
||||
function copied(target, str) {
|
||||
target.classList.add('active');
|
||||
copyTextToClipboard(target.dataset.code, function() {
|
||||
|
|
@ -132,7 +134,7 @@ function copied(target, str) {
|
|||
575
|
||||
</span> 个Linux命令,超过 <a href="../contributors.html">50+</a> 贡献者
|
||||
</div>
|
||||
<script type="text/javascript" src="../js/dt.js?v=1646883626209"></script>
|
||||
<script type="text/javascript" src="../js/index.js?v=1646883626209"></script>
|
||||
<script type="text/javascript" src="../js/dt.js?v=1646883898175"></script>
|
||||
<script type="text/javascript" src="../js/index.js?v=1646883898175"></script>
|
||||
</body>
|
||||
</html>
|
||||
|
|
@ -9,7 +9,7 @@
|
|||
<meta name="keywords" content="Linux,Command,命令大全,Linux命令手册,clockdiff,检测两台linux主机的时间差">
|
||||
<title>clockdiff 命令,Linux clockdiff 命令详解:检测两台linux主机的时间差 - Linux 命令搜索引擎</title>
|
||||
<link rel="shortcut icon" href="../img/favicon.ico">
|
||||
<link rel="stylesheet" type="text/css" href="../css/index.css?v=1646883626223">
|
||||
<link rel="stylesheet" type="text/css" href="../css/index.css?v=1646883898189">
|
||||
</head>
|
||||
<body>
|
||||
<a href="https://github.com/jaywcjlove/linux-command" target="_blank" class="github-corner">
|
||||
|
|
@ -41,8 +41,10 @@
|
|||
</div>
|
||||
</div>
|
||||
</div>
|
||||
<script src="https://unpkg.com/@uiw/copy-to-clipboard/dist/copy-to-clipboard.umd.js"></script>
|
||||
<script>
|
||||
/*! @uiw/copy-to-clipboard v1.0.12 | MIT (c) 2021 Kenny Wang | https://github.com/uiwjs/copy-to-clipboard.git */
|
||||
!function(e,t){"object"==typeof exports&&"undefined"!=typeof module?module.exports=t():"function"==typeof define&&define.amd?define(t):(e="undefined"!=typeof globalThis?globalThis:e||self).copyTextToClipboard=t()}(this,(function(){"use strict";return function(e,t){const o=document.createElement("textarea");o.value=e,o.setAttribute("readonly",""),o.style={position:"absolute",left:"-9999px"},document.body.appendChild(o);const n=document.getSelection().rangeCount>0&&document.getSelection().getRangeAt(0);o.select();let c=!1;try{c=!!document.execCommand("copy")}catch(e){c=!1}document.body.removeChild(o),n&&document.getSelection&&(document.getSelection().removeAllRanges(),document.getSelection().addRange(n)),t&&t(c)}}));
|
||||
|
||||
function copied(target, str) {
|
||||
target.classList.add('active');
|
||||
copyTextToClipboard(target.dataset.code, function() {
|
||||
|
|
@ -147,7 +149,7 @@ host=gigagate1.Princeton.EDU rtt=307(21)ms/271ms delta=-5ms/-5ms Wed Dec 17 11:5
|
|||
575
|
||||
</span> 个Linux命令,超过 <a href="../contributors.html">50+</a> 贡献者
|
||||
</div>
|
||||
<script type="text/javascript" src="../js/dt.js?v=1646883626224"></script>
|
||||
<script type="text/javascript" src="../js/index.js?v=1646883626224"></script>
|
||||
<script type="text/javascript" src="../js/dt.js?v=1646883898190"></script>
|
||||
<script type="text/javascript" src="../js/index.js?v=1646883898190"></script>
|
||||
</body>
|
||||
</html>
|
||||
10
c/cmp.html
10
c/cmp.html
|
|
@ -9,7 +9,7 @@
|
|||
<meta name="keywords" content="Linux,Command,命令大全,Linux命令手册,cmp,比较两个文件是否有差异">
|
||||
<title>cmp 命令,Linux cmp 命令详解:比较两个文件是否有差异 - Linux 命令搜索引擎</title>
|
||||
<link rel="shortcut icon" href="../img/favicon.ico">
|
||||
<link rel="stylesheet" type="text/css" href="../css/index.css?v=1646883626237">
|
||||
<link rel="stylesheet" type="text/css" href="../css/index.css?v=1646883898205">
|
||||
</head>
|
||||
<body>
|
||||
<a href="https://github.com/jaywcjlove/linux-command" target="_blank" class="github-corner">
|
||||
|
|
@ -41,8 +41,10 @@
|
|||
</div>
|
||||
</div>
|
||||
</div>
|
||||
<script src="https://unpkg.com/@uiw/copy-to-clipboard/dist/copy-to-clipboard.umd.js"></script>
|
||||
<script>
|
||||
/*! @uiw/copy-to-clipboard v1.0.12 | MIT (c) 2021 Kenny Wang | https://github.com/uiwjs/copy-to-clipboard.git */
|
||||
!function(e,t){"object"==typeof exports&&"undefined"!=typeof module?module.exports=t():"function"==typeof define&&define.amd?define(t):(e="undefined"!=typeof globalThis?globalThis:e||self).copyTextToClipboard=t()}(this,(function(){"use strict";return function(e,t){const o=document.createElement("textarea");o.value=e,o.setAttribute("readonly",""),o.style={position:"absolute",left:"-9999px"},document.body.appendChild(o);const n=document.getSelection().rangeCount>0&&document.getSelection().getRangeAt(0);o.select();let c=!1;try{c=!!document.execCommand("copy")}catch(e){c=!1}document.body.removeChild(o),n&&document.getSelection&&(document.getSelection().removeAllRanges(),document.getSelection().addRange(n)),t&&t(c)}}));
|
||||
|
||||
function copied(target, str) {
|
||||
target.classList.add('active');
|
||||
copyTextToClipboard(target.dataset.code, function() {
|
||||
|
|
@ -143,7 +145,7 @@ testfile testfile1 #有差异:第8字节,第2行
|
|||
575
|
||||
</span> 个Linux命令,超过 <a href="../contributors.html">50+</a> 贡献者
|
||||
</div>
|
||||
<script type="text/javascript" src="../js/dt.js?v=1646883626237"></script>
|
||||
<script type="text/javascript" src="../js/index.js?v=1646883626237"></script>
|
||||
<script type="text/javascript" src="../js/dt.js?v=1646883898205"></script>
|
||||
<script type="text/javascript" src="../js/index.js?v=1646883898205"></script>
|
||||
</body>
|
||||
</html>
|
||||
10
c/col.html
10
c/col.html
|
|
@ -9,7 +9,7 @@
|
|||
<meta name="keywords" content="Linux,Command,命令大全,Linux命令手册,col,过滤控制字符">
|
||||
<title>col 命令,Linux col 命令详解:过滤控制字符 - Linux 命令搜索引擎</title>
|
||||
<link rel="shortcut icon" href="../img/favicon.ico">
|
||||
<link rel="stylesheet" type="text/css" href="../css/index.css?v=1646883626242">
|
||||
<link rel="stylesheet" type="text/css" href="../css/index.css?v=1646883898210">
|
||||
</head>
|
||||
<body>
|
||||
<a href="https://github.com/jaywcjlove/linux-command" target="_blank" class="github-corner">
|
||||
|
|
@ -41,8 +41,10 @@
|
|||
</div>
|
||||
</div>
|
||||
</div>
|
||||
<script src="https://unpkg.com/@uiw/copy-to-clipboard/dist/copy-to-clipboard.umd.js"></script>
|
||||
<script>
|
||||
/*! @uiw/copy-to-clipboard v1.0.12 | MIT (c) 2021 Kenny Wang | https://github.com/uiwjs/copy-to-clipboard.git */
|
||||
!function(e,t){"object"==typeof exports&&"undefined"!=typeof module?module.exports=t():"function"==typeof define&&define.amd?define(t):(e="undefined"!=typeof globalThis?globalThis:e||self).copyTextToClipboard=t()}(this,(function(){"use strict";return function(e,t){const o=document.createElement("textarea");o.value=e,o.setAttribute("readonly",""),o.style={position:"absolute",left:"-9999px"},document.body.appendChild(o);const n=document.getSelection().rangeCount>0&&document.getSelection().getRangeAt(0);o.select();let c=!1;try{c=!!document.execCommand("copy")}catch(e){c=!1}document.body.removeChild(o),n&&document.getSelection&&(document.getSelection().removeAllRanges(),document.getSelection().addRange(n)),t&&t(c)}}));
|
||||
|
||||
function copied(target, str) {
|
||||
target.classList.add('active');
|
||||
copyTextToClipboard(target.dataset.code, function() {
|
||||
|
|
@ -105,7 +107,7 @@ function copied(target, str) {
|
|||
575
|
||||
</span> 个Linux命令,超过 <a href="../contributors.html">50+</a> 贡献者
|
||||
</div>
|
||||
<script type="text/javascript" src="../js/dt.js?v=1646883626243"></script>
|
||||
<script type="text/javascript" src="../js/index.js?v=1646883626243"></script>
|
||||
<script type="text/javascript" src="../js/dt.js?v=1646883898210"></script>
|
||||
<script type="text/javascript" src="../js/index.js?v=1646883898210"></script>
|
||||
</body>
|
||||
</html>
|
||||
10
c/colrm.html
10
c/colrm.html
|
|
@ -9,7 +9,7 @@
|
|||
<meta name="keywords" content="Linux,Command,命令大全,Linux命令手册,colrm,删除文件中的指定列">
|
||||
<title>colrm 命令,Linux colrm 命令详解:删除文件中的指定列 - Linux 命令搜索引擎</title>
|
||||
<link rel="shortcut icon" href="../img/favicon.ico">
|
||||
<link rel="stylesheet" type="text/css" href="../css/index.css?v=1646883626248">
|
||||
<link rel="stylesheet" type="text/css" href="../css/index.css?v=1646883898215">
|
||||
</head>
|
||||
<body>
|
||||
<a href="https://github.com/jaywcjlove/linux-command" target="_blank" class="github-corner">
|
||||
|
|
@ -41,8 +41,10 @@
|
|||
</div>
|
||||
</div>
|
||||
</div>
|
||||
<script src="https://unpkg.com/@uiw/copy-to-clipboard/dist/copy-to-clipboard.umd.js"></script>
|
||||
<script>
|
||||
/*! @uiw/copy-to-clipboard v1.0.12 | MIT (c) 2021 Kenny Wang | https://github.com/uiwjs/copy-to-clipboard.git */
|
||||
!function(e,t){"object"==typeof exports&&"undefined"!=typeof module?module.exports=t():"function"==typeof define&&define.amd?define(t):(e="undefined"!=typeof globalThis?globalThis:e||self).copyTextToClipboard=t()}(this,(function(){"use strict";return function(e,t){const o=document.createElement("textarea");o.value=e,o.setAttribute("readonly",""),o.style={position:"absolute",left:"-9999px"},document.body.appendChild(o);const n=document.getSelection().rangeCount>0&&document.getSelection().getRangeAt(0);o.select();let c=!1;try{c=!!document.execCommand("copy")}catch(e){c=!1}document.body.removeChild(o),n&&document.getSelection&&(document.getSelection().removeAllRanges(),document.getSelection().addRange(n)),t&&t(c)}}));
|
||||
|
||||
function copied(target, str) {
|
||||
target.classList.add('active');
|
||||
copyTextToClipboard(target.dataset.code, function() {
|
||||
|
|
@ -100,7 +102,7 @@ function copied(target, str) {
|
|||
575
|
||||
</span> 个Linux命令,超过 <a href="../contributors.html">50+</a> 贡献者
|
||||
</div>
|
||||
<script type="text/javascript" src="../js/dt.js?v=1646883626248"></script>
|
||||
<script type="text/javascript" src="../js/index.js?v=1646883626248"></script>
|
||||
<script type="text/javascript" src="../js/dt.js?v=1646883898216"></script>
|
||||
<script type="text/javascript" src="../js/index.js?v=1646883898216"></script>
|
||||
</body>
|
||||
</html>
|
||||
10
c/comm.html
10
c/comm.html
|
|
@ -9,7 +9,7 @@
|
|||
<meta name="keywords" content="Linux,Command,命令大全,Linux命令手册,comm,按行比较两个已排序的文件。">
|
||||
<title>comm 命令,Linux comm 命令详解:按行比较两个已排序的文件。 - Linux 命令搜索引擎</title>
|
||||
<link rel="shortcut icon" href="../img/favicon.ico">
|
||||
<link rel="stylesheet" type="text/css" href="../css/index.css?v=1646883626266">
|
||||
<link rel="stylesheet" type="text/css" href="../css/index.css?v=1646883898234">
|
||||
</head>
|
||||
<body>
|
||||
<a href="https://github.com/jaywcjlove/linux-command" target="_blank" class="github-corner">
|
||||
|
|
@ -41,8 +41,10 @@
|
|||
</div>
|
||||
</div>
|
||||
</div>
|
||||
<script src="https://unpkg.com/@uiw/copy-to-clipboard/dist/copy-to-clipboard.umd.js"></script>
|
||||
<script>
|
||||
/*! @uiw/copy-to-clipboard v1.0.12 | MIT (c) 2021 Kenny Wang | https://github.com/uiwjs/copy-to-clipboard.git */
|
||||
!function(e,t){"object"==typeof exports&&"undefined"!=typeof module?module.exports=t():"function"==typeof define&&define.amd?define(t):(e="undefined"!=typeof globalThis?globalThis:e||self).copyTextToClipboard=t()}(this,(function(){"use strict";return function(e,t){const o=document.createElement("textarea");o.value=e,o.setAttribute("readonly",""),o.style={position:"absolute",left:"-9999px"},document.body.appendChild(o);const n=document.getSelection().rangeCount>0&&document.getSelection().getRangeAt(0);o.select();let c=!1;try{c=!!document.execCommand("copy")}catch(e){c=!1}document.body.removeChild(o),n&&document.getSelection&&(document.getSelection().removeAllRanges(),document.getSelection().addRange(n)),t&&t(c)}}));
|
||||
|
||||
function copied(target, str) {
|
||||
target.classList.add('active');
|
||||
copyTextToClipboard(target.dataset.code, function() {
|
||||
|
|
@ -257,7 +259,7 @@ jjj
|
|||
575
|
||||
</span> 个Linux命令,超过 <a href="../contributors.html">50+</a> 贡献者
|
||||
</div>
|
||||
<script type="text/javascript" src="../js/dt.js?v=1646883626266"></script>
|
||||
<script type="text/javascript" src="../js/index.js?v=1646883626266"></script>
|
||||
<script type="text/javascript" src="../js/dt.js?v=1646883898235"></script>
|
||||
<script type="text/javascript" src="../js/index.js?v=1646883898235"></script>
|
||||
</body>
|
||||
</html>
|
||||
|
|
@ -9,7 +9,7 @@
|
|||
<meta name="keywords" content="Linux,Command,命令大全,Linux命令手册,command,调用并执行指定的命令">
|
||||
<title>command 命令,Linux command 命令详解:调用并执行指定的命令 - Linux 命令搜索引擎</title>
|
||||
<link rel="shortcut icon" href="../img/favicon.ico">
|
||||
<link rel="stylesheet" type="text/css" href="../css/index.css?v=1646883626275">
|
||||
<link rel="stylesheet" type="text/css" href="../css/index.css?v=1646883898241">
|
||||
</head>
|
||||
<body>
|
||||
<a href="https://github.com/jaywcjlove/linux-command" target="_blank" class="github-corner">
|
||||
|
|
@ -41,8 +41,10 @@
|
|||
</div>
|
||||
</div>
|
||||
</div>
|
||||
<script src="https://unpkg.com/@uiw/copy-to-clipboard/dist/copy-to-clipboard.umd.js"></script>
|
||||
<script>
|
||||
/*! @uiw/copy-to-clipboard v1.0.12 | MIT (c) 2021 Kenny Wang | https://github.com/uiwjs/copy-to-clipboard.git */
|
||||
!function(e,t){"object"==typeof exports&&"undefined"!=typeof module?module.exports=t():"function"==typeof define&&define.amd?define(t):(e="undefined"!=typeof globalThis?globalThis:e||self).copyTextToClipboard=t()}(this,(function(){"use strict";return function(e,t){const o=document.createElement("textarea");o.value=e,o.setAttribute("readonly",""),o.style={position:"absolute",left:"-9999px"},document.body.appendChild(o);const n=document.getSelection().rangeCount>0&&document.getSelection().getRangeAt(0);o.select();let c=!1;try{c=!!document.execCommand("copy")}catch(e){c=!1}document.body.removeChild(o),n&&document.getSelection&&(document.getSelection().removeAllRanges(),document.getSelection().addRange(n)),t&&t(c)}}));
|
||||
|
||||
function copied(target, str) {
|
||||
target.classList.add('active');
|
||||
copyTextToClipboard(target.dataset.code, function() {
|
||||
|
|
@ -106,7 +108,7 @@ function copied(target, str) {
|
|||
575
|
||||
</span> 个Linux命令,超过 <a href="../contributors.html">50+</a> 贡献者
|
||||
</div>
|
||||
<script type="text/javascript" src="../js/dt.js?v=1646883626276"></script>
|
||||
<script type="text/javascript" src="../js/index.js?v=1646883626276"></script>
|
||||
<script type="text/javascript" src="../js/dt.js?v=1646883898242"></script>
|
||||
<script type="text/javascript" src="../js/index.js?v=1646883898242"></script>
|
||||
</body>
|
||||
</html>
|
||||
|
|
@ -9,7 +9,7 @@
|
|||
<meta name="keywords" content="Linux,Command,命令大全,Linux命令手册,compress,使用Lempress-Ziv编码压缩数据文件">
|
||||
<title>compress 命令,Linux compress 命令详解:使用Lempress-Ziv编码压缩数据文件 - Linux 命令搜索引擎</title>
|
||||
<link rel="shortcut icon" href="../img/favicon.ico">
|
||||
<link rel="stylesheet" type="text/css" href="../css/index.css?v=1646883626287">
|
||||
<link rel="stylesheet" type="text/css" href="../css/index.css?v=1646883898252">
|
||||
</head>
|
||||
<body>
|
||||
<a href="https://github.com/jaywcjlove/linux-command" target="_blank" class="github-corner">
|
||||
|
|
@ -41,8 +41,10 @@
|
|||
</div>
|
||||
</div>
|
||||
</div>
|
||||
<script src="https://unpkg.com/@uiw/copy-to-clipboard/dist/copy-to-clipboard.umd.js"></script>
|
||||
<script>
|
||||
/*! @uiw/copy-to-clipboard v1.0.12 | MIT (c) 2021 Kenny Wang | https://github.com/uiwjs/copy-to-clipboard.git */
|
||||
!function(e,t){"object"==typeof exports&&"undefined"!=typeof module?module.exports=t():"function"==typeof define&&define.amd?define(t):(e="undefined"!=typeof globalThis?globalThis:e||self).copyTextToClipboard=t()}(this,(function(){"use strict";return function(e,t){const o=document.createElement("textarea");o.value=e,o.setAttribute("readonly",""),o.style={position:"absolute",left:"-9999px"},document.body.appendChild(o);const n=document.getSelection().rangeCount>0&&document.getSelection().getRangeAt(0);o.select();let c=!1;try{c=!!document.execCommand("copy")}catch(e){c=!1}document.body.removeChild(o),n&&document.getSelection&&(document.getSelection().removeAllRanges(),document.getSelection().addRange(n)),t&&t(c)}}));
|
||||
|
||||
function copied(target, str) {
|
||||
target.classList.add('active');
|
||||
copyTextToClipboard(target.dataset.code, function() {
|
||||
|
|
@ -143,7 +145,7 @@ function copied(target, str) {
|
|||
575
|
||||
</span> 个Linux命令,超过 <a href="../contributors.html">50+</a> 贡献者
|
||||
</div>
|
||||
<script type="text/javascript" src="../js/dt.js?v=1646883626288"></script>
|
||||
<script type="text/javascript" src="../js/index.js?v=1646883626288"></script>
|
||||
<script type="text/javascript" src="../js/dt.js?v=1646883898253"></script>
|
||||
<script type="text/javascript" src="../js/index.js?v=1646883898253"></script>
|
||||
</body>
|
||||
</html>
|
||||
|
|
@ -9,7 +9,7 @@
|
|||
<meta name="keywords" content="Linux,Command,命令大全,Linux命令手册,consoletype,输出已连接的终端类型">
|
||||
<title>consoletype 命令,Linux consoletype 命令详解:输出已连接的终端类型 - Linux 命令搜索引擎</title>
|
||||
<link rel="shortcut icon" href="../img/favicon.ico">
|
||||
<link rel="stylesheet" type="text/css" href="../css/index.css?v=1646883626292">
|
||||
<link rel="stylesheet" type="text/css" href="../css/index.css?v=1646883898257">
|
||||
</head>
|
||||
<body>
|
||||
<a href="https://github.com/jaywcjlove/linux-command" target="_blank" class="github-corner">
|
||||
|
|
@ -41,8 +41,10 @@
|
|||
</div>
|
||||
</div>
|
||||
</div>
|
||||
<script src="https://unpkg.com/@uiw/copy-to-clipboard/dist/copy-to-clipboard.umd.js"></script>
|
||||
<script>
|
||||
/*! @uiw/copy-to-clipboard v1.0.12 | MIT (c) 2021 Kenny Wang | https://github.com/uiwjs/copy-to-clipboard.git */
|
||||
!function(e,t){"object"==typeof exports&&"undefined"!=typeof module?module.exports=t():"function"==typeof define&&define.amd?define(t):(e="undefined"!=typeof globalThis?globalThis:e||self).copyTextToClipboard=t()}(this,(function(){"use strict";return function(e,t){const o=document.createElement("textarea");o.value=e,o.setAttribute("readonly",""),o.style={position:"absolute",left:"-9999px"},document.body.appendChild(o);const n=document.getSelection().rangeCount>0&&document.getSelection().getRangeAt(0);o.select();let c=!1;try{c=!!document.execCommand("copy")}catch(e){c=!1}document.body.removeChild(o),n&&document.getSelection&&(document.getSelection().removeAllRanges(),document.getSelection().addRange(n)),t&&t(c)}}));
|
||||
|
||||
function copied(target, str) {
|
||||
target.classList.add('active');
|
||||
copyTextToClipboard(target.dataset.code, function() {
|
||||
|
|
@ -101,7 +103,7 @@ pty
|
|||
575
|
||||
</span> 个Linux命令,超过 <a href="../contributors.html">50+</a> 贡献者
|
||||
</div>
|
||||
<script type="text/javascript" src="../js/dt.js?v=1646883626293"></script>
|
||||
<script type="text/javascript" src="../js/index.js?v=1646883626293"></script>
|
||||
<script type="text/javascript" src="../js/dt.js?v=1646883898258"></script>
|
||||
<script type="text/javascript" src="../js/index.js?v=1646883898258"></script>
|
||||
</body>
|
||||
</html>
|
||||
|
|
@ -9,7 +9,7 @@
|
|||
<meta name="keywords" content="Linux,Command,命令大全,Linux命令手册,continue,结束本次循环,继续执行下一个for,while或until循环。">
|
||||
<title>continue 命令,Linux continue 命令详解:结束本次循环,继续执行下一个for,while或until循环。 - Linux 命令搜索引擎</title>
|
||||
<link rel="shortcut icon" href="../img/favicon.ico">
|
||||
<link rel="stylesheet" type="text/css" href="../css/index.css?v=1646883626309">
|
||||
<link rel="stylesheet" type="text/css" href="../css/index.css?v=1646883898273">
|
||||
</head>
|
||||
<body>
|
||||
<a href="https://github.com/jaywcjlove/linux-command" target="_blank" class="github-corner">
|
||||
|
|
@ -41,8 +41,10 @@
|
|||
</div>
|
||||
</div>
|
||||
</div>
|
||||
<script src="https://unpkg.com/@uiw/copy-to-clipboard/dist/copy-to-clipboard.umd.js"></script>
|
||||
<script>
|
||||
/*! @uiw/copy-to-clipboard v1.0.12 | MIT (c) 2021 Kenny Wang | https://github.com/uiwjs/copy-to-clipboard.git */
|
||||
!function(e,t){"object"==typeof exports&&"undefined"!=typeof module?module.exports=t():"function"==typeof define&&define.amd?define(t):(e="undefined"!=typeof globalThis?globalThis:e||self).copyTextToClipboard=t()}(this,(function(){"use strict";return function(e,t){const o=document.createElement("textarea");o.value=e,o.setAttribute("readonly",""),o.style={position:"absolute",left:"-9999px"},document.body.appendChild(o);const n=document.getSelection().rangeCount>0&&document.getSelection().getRangeAt(0);o.select();let c=!1;try{c=!!document.execCommand("copy")}catch(e){c=!1}document.body.removeChild(o),n&&document.getSelection&&(document.getSelection().removeAllRanges(),document.getSelection().addRange(n)),t&&t(c)}}));
|
||||
|
||||
function copied(target, str) {
|
||||
target.classList.add('active');
|
||||
copyTextToClipboard(target.dataset.code, function() {
|
||||
|
|
@ -172,7 +174,7 @@ done
|
|||
575
|
||||
</span> 个Linux命令,超过 <a href="../contributors.html">50+</a> 贡献者
|
||||
</div>
|
||||
<script type="text/javascript" src="../js/dt.js?v=1646883626310"></script>
|
||||
<script type="text/javascript" src="../js/index.js?v=1646883626310"></script>
|
||||
<script type="text/javascript" src="../js/dt.js?v=1646883898273"></script>
|
||||
<script type="text/javascript" src="../js/index.js?v=1646883898273"></script>
|
||||
</body>
|
||||
</html>
|
||||
|
|
@ -9,7 +9,7 @@
|
|||
<meta name="keywords" content="Linux,Command,命令大全,Linux命令手册,convertquota,把老的配额文件转换为新的格式">
|
||||
<title>convertquota 命令,Linux convertquota 命令详解:把老的配额文件转换为新的格式 - Linux 命令搜索引擎</title>
|
||||
<link rel="shortcut icon" href="../img/favicon.ico">
|
||||
<link rel="stylesheet" type="text/css" href="../css/index.css?v=1646883626317">
|
||||
<link rel="stylesheet" type="text/css" href="../css/index.css?v=1646883898280">
|
||||
</head>
|
||||
<body>
|
||||
<a href="https://github.com/jaywcjlove/linux-command" target="_blank" class="github-corner">
|
||||
|
|
@ -41,8 +41,10 @@
|
|||
</div>
|
||||
</div>
|
||||
</div>
|
||||
<script src="https://unpkg.com/@uiw/copy-to-clipboard/dist/copy-to-clipboard.umd.js"></script>
|
||||
<script>
|
||||
/*! @uiw/copy-to-clipboard v1.0.12 | MIT (c) 2021 Kenny Wang | https://github.com/uiwjs/copy-to-clipboard.git */
|
||||
!function(e,t){"object"==typeof exports&&"undefined"!=typeof module?module.exports=t():"function"==typeof define&&define.amd?define(t):(e="undefined"!=typeof globalThis?globalThis:e||self).copyTextToClipboard=t()}(this,(function(){"use strict";return function(e,t){const o=document.createElement("textarea");o.value=e,o.setAttribute("readonly",""),o.style={position:"absolute",left:"-9999px"},document.body.appendChild(o);const n=document.getSelection().rangeCount>0&&document.getSelection().getRangeAt(0);o.select();let c=!1;try{c=!!document.execCommand("copy")}catch(e){c=!1}document.body.removeChild(o),n&&document.getSelection&&(document.getSelection().removeAllRanges(),document.getSelection().addRange(n)),t&&t(c)}}));
|
||||
|
||||
function copied(target, str) {
|
||||
target.classList.add('active');
|
||||
copyTextToClipboard(target.dataset.code, function() {
|
||||
|
|
@ -112,7 +114,7 @@ function copied(target, str) {
|
|||
575
|
||||
</span> 个Linux命令,超过 <a href="../contributors.html">50+</a> 贡献者
|
||||
</div>
|
||||
<script type="text/javascript" src="../js/dt.js?v=1646883626317"></script>
|
||||
<script type="text/javascript" src="../js/index.js?v=1646883626317"></script>
|
||||
<script type="text/javascript" src="../js/dt.js?v=1646883898281"></script>
|
||||
<script type="text/javascript" src="../js/index.js?v=1646883898281"></script>
|
||||
</body>
|
||||
</html>
|
||||
10
c/cp.html
10
c/cp.html
|
|
@ -9,7 +9,7 @@
|
|||
<meta name="keywords" content="Linux,Command,命令大全,Linux命令手册,cp,将源文件或目录复制到目标文件或目录中">
|
||||
<title>cp 命令,Linux cp 命令详解:将源文件或目录复制到目标文件或目录中 - Linux 命令搜索引擎</title>
|
||||
<link rel="shortcut icon" href="../img/favicon.ico">
|
||||
<link rel="stylesheet" type="text/css" href="../css/index.css?v=1646883626336">
|
||||
<link rel="stylesheet" type="text/css" href="../css/index.css?v=1646883898299">
|
||||
</head>
|
||||
<body>
|
||||
<a href="https://github.com/jaywcjlove/linux-command" target="_blank" class="github-corner">
|
||||
|
|
@ -41,8 +41,10 @@
|
|||
</div>
|
||||
</div>
|
||||
</div>
|
||||
<script src="https://unpkg.com/@uiw/copy-to-clipboard/dist/copy-to-clipboard.umd.js"></script>
|
||||
<script>
|
||||
/*! @uiw/copy-to-clipboard v1.0.12 | MIT (c) 2021 Kenny Wang | https://github.com/uiwjs/copy-to-clipboard.git */
|
||||
!function(e,t){"object"==typeof exports&&"undefined"!=typeof module?module.exports=t():"function"==typeof define&&define.amd?define(t):(e="undefined"!=typeof globalThis?globalThis:e||self).copyTextToClipboard=t()}(this,(function(){"use strict";return function(e,t){const o=document.createElement("textarea");o.value=e,o.setAttribute("readonly",""),o.style={position:"absolute",left:"-9999px"},document.body.appendChild(o);const n=document.getSelection().rangeCount>0&&document.getSelection().getRangeAt(0);o.select();let c=!1;try{c=!!document.execCommand("copy")}catch(e){c=!1}document.body.removeChild(o),n&&document.getSelection&&(document.getSelection().removeAllRanges(),document.getSelection().addRange(n)),t&&t(c)}}));
|
||||
|
||||
function copied(target, str) {
|
||||
target.classList.add('active');
|
||||
copyTextToClipboard(target.dataset.code, function() {
|
||||
|
|
@ -205,7 +207,7 @@ cp -a aaa ./bbb/
|
|||
575
|
||||
</span> 个Linux命令,超过 <a href="../contributors.html">50+</a> 贡献者
|
||||
</div>
|
||||
<script type="text/javascript" src="../js/dt.js?v=1646883626339"></script>
|
||||
<script type="text/javascript" src="../js/index.js?v=1646883626339"></script>
|
||||
<script type="text/javascript" src="../js/dt.js?v=1646883898300"></script>
|
||||
<script type="text/javascript" src="../js/index.js?v=1646883898300"></script>
|
||||
</body>
|
||||
</html>
|
||||
10
c/cpio.html
10
c/cpio.html
|
|
@ -9,7 +9,7 @@
|
|||
<meta name="keywords" content="Linux,Command,命令大全,Linux命令手册,cpio,用来建立、还原备份档的工具程序">
|
||||
<title>cpio 命令,Linux cpio 命令详解:用来建立、还原备份档的工具程序 - Linux 命令搜索引擎</title>
|
||||
<link rel="shortcut icon" href="../img/favicon.ico">
|
||||
<link rel="stylesheet" type="text/css" href="../css/index.css?v=1646883626353">
|
||||
<link rel="stylesheet" type="text/css" href="../css/index.css?v=1646883898314">
|
||||
</head>
|
||||
<body>
|
||||
<a href="https://github.com/jaywcjlove/linux-command" target="_blank" class="github-corner">
|
||||
|
|
@ -41,8 +41,10 @@
|
|||
</div>
|
||||
</div>
|
||||
</div>
|
||||
<script src="https://unpkg.com/@uiw/copy-to-clipboard/dist/copy-to-clipboard.umd.js"></script>
|
||||
<script>
|
||||
/*! @uiw/copy-to-clipboard v1.0.12 | MIT (c) 2021 Kenny Wang | https://github.com/uiwjs/copy-to-clipboard.git */
|
||||
!function(e,t){"object"==typeof exports&&"undefined"!=typeof module?module.exports=t():"function"==typeof define&&define.amd?define(t):(e="undefined"!=typeof globalThis?globalThis:e||self).copyTextToClipboard=t()}(this,(function(){"use strict";return function(e,t){const o=document.createElement("textarea");o.value=e,o.setAttribute("readonly",""),o.style={position:"absolute",left:"-9999px"},document.body.appendChild(o);const n=document.getSelection().rangeCount>0&&document.getSelection().getRangeAt(0);o.select();let c=!1;try{c=!!document.execCommand("copy")}catch(e){c=!1}document.body.removeChild(o),n&&document.getSelection&&(document.getSelection().removeAllRanges(),document.getSelection().addRange(n)),t&&t(c)}}));
|
||||
|
||||
function copied(target, str) {
|
||||
target.classList.add('active');
|
||||
copyTextToClipboard(target.dataset.code, function() {
|
||||
|
|
@ -198,7 +200,7 @@ function copied(target, str) {
|
|||
575
|
||||
</span> 个Linux命令,超过 <a href="../contributors.html">50+</a> 贡献者
|
||||
</div>
|
||||
<script type="text/javascript" src="../js/dt.js?v=1646883626354"></script>
|
||||
<script type="text/javascript" src="../js/index.js?v=1646883626354"></script>
|
||||
<script type="text/javascript" src="../js/dt.js?v=1646883898314"></script>
|
||||
<script type="text/javascript" src="../js/index.js?v=1646883898314"></script>
|
||||
</body>
|
||||
</html>
|
||||
|
|
@ -9,7 +9,7 @@
|
|||
<meta name="keywords" content="Linux,Command,命令大全,Linux命令手册,crontab,提交和管理用户的需要周期性执行的任务">
|
||||
<title>crontab 命令,Linux crontab 命令详解:提交和管理用户的需要周期性执行的任务 - Linux 命令搜索引擎</title>
|
||||
<link rel="shortcut icon" href="../img/favicon.ico">
|
||||
<link rel="stylesheet" type="text/css" href="../css/index.css?v=1646883626389">
|
||||
<link rel="stylesheet" type="text/css" href="../css/index.css?v=1646883898348">
|
||||
</head>
|
||||
<body>
|
||||
<a href="https://github.com/jaywcjlove/linux-command" target="_blank" class="github-corner">
|
||||
|
|
@ -41,8 +41,10 @@
|
|||
</div>
|
||||
</div>
|
||||
</div>
|
||||
<script src="https://unpkg.com/@uiw/copy-to-clipboard/dist/copy-to-clipboard.umd.js"></script>
|
||||
<script>
|
||||
/*! @uiw/copy-to-clipboard v1.0.12 | MIT (c) 2021 Kenny Wang | https://github.com/uiwjs/copy-to-clipboard.git */
|
||||
!function(e,t){"object"==typeof exports&&"undefined"!=typeof module?module.exports=t():"function"==typeof define&&define.amd?define(t):(e="undefined"!=typeof globalThis?globalThis:e||self).copyTextToClipboard=t()}(this,(function(){"use strict";return function(e,t){const o=document.createElement("textarea");o.value=e,o.setAttribute("readonly",""),o.style={position:"absolute",left:"-9999px"},document.body.appendChild(o);const n=document.getSelection().rangeCount>0&&document.getSelection().getRangeAt(0);o.select();let c=!1;try{c=!!document.execCommand("copy")}catch(e){c=!1}document.body.removeChild(o),n&&document.getSelection&&(document.getSelection().removeAllRanges(),document.getSelection().addRange(n)),t&&t(c)}}));
|
||||
|
||||
function copied(target, str) {
|
||||
target.classList.add('active');
|
||||
copyTextToClipboard(target.dataset.code, function() {
|
||||
|
|
@ -246,7 +248,7 @@ MAILTO=""HOME=/
|
|||
575
|
||||
</span> 个Linux命令,超过 <a href="../contributors.html">50+</a> 贡献者
|
||||
</div>
|
||||
<script type="text/javascript" src="../js/dt.js?v=1646883626389"></script>
|
||||
<script type="text/javascript" src="../js/index.js?v=1646883626389"></script>
|
||||
<script type="text/javascript" src="../js/dt.js?v=1646883898349"></script>
|
||||
<script type="text/javascript" src="../js/index.js?v=1646883898349"></script>
|
||||
</body>
|
||||
</html>
|
||||
|
|
@ -9,7 +9,7 @@
|
|||
<meta name="keywords" content="Linux,Command,命令大全,Linux命令手册,csplit,将一个大文件分割成小的碎片文件">
|
||||
<title>csplit 命令,Linux csplit 命令详解:将一个大文件分割成小的碎片文件 - Linux 命令搜索引擎</title>
|
||||
<link rel="shortcut icon" href="../img/favicon.ico">
|
||||
<link rel="stylesheet" type="text/css" href="../css/index.css?v=1646883626402">
|
||||
<link rel="stylesheet" type="text/css" href="../css/index.css?v=1646883898365">
|
||||
</head>
|
||||
<body>
|
||||
<a href="https://github.com/jaywcjlove/linux-command" target="_blank" class="github-corner">
|
||||
|
|
@ -41,8 +41,10 @@
|
|||
</div>
|
||||
</div>
|
||||
</div>
|
||||
<script src="https://unpkg.com/@uiw/copy-to-clipboard/dist/copy-to-clipboard.umd.js"></script>
|
||||
<script>
|
||||
/*! @uiw/copy-to-clipboard v1.0.12 | MIT (c) 2021 Kenny Wang | https://github.com/uiwjs/copy-to-clipboard.git */
|
||||
!function(e,t){"object"==typeof exports&&"undefined"!=typeof module?module.exports=t():"function"==typeof define&&define.amd?define(t):(e="undefined"!=typeof globalThis?globalThis:e||self).copyTextToClipboard=t()}(this,(function(){"use strict";return function(e,t){const o=document.createElement("textarea");o.value=e,o.setAttribute("readonly",""),o.style={position:"absolute",left:"-9999px"},document.body.appendChild(o);const n=document.getSelection().rangeCount>0&&document.getSelection().getRangeAt(0);o.select();let c=!1;try{c=!!document.execCommand("copy")}catch(e){c=!1}document.body.removeChild(o),n&&document.getSelection&&(document.getSelection().removeAllRanges(),document.getSelection().addRange(n)),t&&t(c)}}));
|
||||
|
||||
function copied(target, str) {
|
||||
target.classList.add('active');
|
||||
copyTextToClipboard(target.dataset.code, function() {
|
||||
|
|
@ -173,7 +175,7 @@ rm server00.log #是删除第一个文件,因为分割后的的第一个文
|
|||
575
|
||||
</span> 个Linux命令,超过 <a href="../contributors.html">50+</a> 贡献者
|
||||
</div>
|
||||
<script type="text/javascript" src="../js/dt.js?v=1646883626403"></script>
|
||||
<script type="text/javascript" src="../js/index.js?v=1646883626403"></script>
|
||||
<script type="text/javascript" src="../js/dt.js?v=1646883898366"></script>
|
||||
<script type="text/javascript" src="../js/index.js?v=1646883898366"></script>
|
||||
</body>
|
||||
</html>
|
||||
10
c/cu.html
10
c/cu.html
|
|
@ -9,7 +9,7 @@
|
|||
<meta name="keywords" content="Linux,Command,命令大全,Linux命令手册,cu,用于连接另一个系统主机">
|
||||
<title>cu 命令,Linux cu 命令详解:用于连接另一个系统主机 - Linux 命令搜索引擎</title>
|
||||
<link rel="shortcut icon" href="../img/favicon.ico">
|
||||
<link rel="stylesheet" type="text/css" href="../css/index.css?v=1646883626417">
|
||||
<link rel="stylesheet" type="text/css" href="../css/index.css?v=1646883898376">
|
||||
</head>
|
||||
<body>
|
||||
<a href="https://github.com/jaywcjlove/linux-command" target="_blank" class="github-corner">
|
||||
|
|
@ -41,8 +41,10 @@
|
|||
</div>
|
||||
</div>
|
||||
</div>
|
||||
<script src="https://unpkg.com/@uiw/copy-to-clipboard/dist/copy-to-clipboard.umd.js"></script>
|
||||
<script>
|
||||
/*! @uiw/copy-to-clipboard v1.0.12 | MIT (c) 2021 Kenny Wang | https://github.com/uiwjs/copy-to-clipboard.git */
|
||||
!function(e,t){"object"==typeof exports&&"undefined"!=typeof module?module.exports=t():"function"==typeof define&&define.amd?define(t):(e="undefined"!=typeof globalThis?globalThis:e||self).copyTextToClipboard=t()}(this,(function(){"use strict";return function(e,t){const o=document.createElement("textarea");o.value=e,o.setAttribute("readonly",""),o.style={position:"absolute",left:"-9999px"},document.body.appendChild(o);const n=document.getSelection().rangeCount>0&&document.getSelection().getRangeAt(0);o.select();let c=!1;try{c=!!document.execCommand("copy")}catch(e){c=!1}document.body.removeChild(o),n&&document.getSelection&&(document.getSelection().removeAllRanges(),document.getSelection().addRange(n)),t&&t(c)}}));
|
||||
|
||||
function copied(target, str) {
|
||||
target.classList.add('active');
|
||||
copyTextToClipboard(target.dataset.code, function() {
|
||||
|
|
@ -142,7 +144,7 @@ cu -s 38400 9=12015551234
|
|||
575
|
||||
</span> 个Linux命令,超过 <a href="../contributors.html">50+</a> 贡献者
|
||||
</div>
|
||||
<script type="text/javascript" src="../js/dt.js?v=1646883626418"></script>
|
||||
<script type="text/javascript" src="../js/index.js?v=1646883626418"></script>
|
||||
<script type="text/javascript" src="../js/dt.js?v=1646883898377"></script>
|
||||
<script type="text/javascript" src="../js/index.js?v=1646883898377"></script>
|
||||
</body>
|
||||
</html>
|
||||
|
|
@ -9,7 +9,7 @@
|
|||
<meta name="keywords" content="Linux,Command,命令大全,Linux命令手册,cupsdisable,停止指定的打印机">
|
||||
<title>cupsdisable 命令,Linux cupsdisable 命令详解:停止指定的打印机 - Linux 命令搜索引擎</title>
|
||||
<link rel="shortcut icon" href="../img/favicon.ico">
|
||||
<link rel="stylesheet" type="text/css" href="../css/index.css?v=1646883626424">
|
||||
<link rel="stylesheet" type="text/css" href="../css/index.css?v=1646883898382">
|
||||
</head>
|
||||
<body>
|
||||
<a href="https://github.com/jaywcjlove/linux-command" target="_blank" class="github-corner">
|
||||
|
|
@ -41,8 +41,10 @@
|
|||
</div>
|
||||
</div>
|
||||
</div>
|
||||
<script src="https://unpkg.com/@uiw/copy-to-clipboard/dist/copy-to-clipboard.umd.js"></script>
|
||||
<script>
|
||||
/*! @uiw/copy-to-clipboard v1.0.12 | MIT (c) 2021 Kenny Wang | https://github.com/uiwjs/copy-to-clipboard.git */
|
||||
!function(e,t){"object"==typeof exports&&"undefined"!=typeof module?module.exports=t():"function"==typeof define&&define.amd?define(t):(e="undefined"!=typeof globalThis?globalThis:e||self).copyTextToClipboard=t()}(this,(function(){"use strict";return function(e,t){const o=document.createElement("textarea");o.value=e,o.setAttribute("readonly",""),o.style={position:"absolute",left:"-9999px"},document.body.appendChild(o);const n=document.getSelection().rangeCount>0&&document.getSelection().getRangeAt(0);o.select();let c=!1;try{c=!!document.execCommand("copy")}catch(e){c=!1}document.body.removeChild(o),n&&document.getSelection&&(document.getSelection().removeAllRanges(),document.getSelection().addRange(n)),t&&t(c)}}));
|
||||
|
||||
function copied(target, str) {
|
||||
target.classList.add('active');
|
||||
copyTextToClipboard(target.dataset.code, function() {
|
||||
|
|
@ -111,7 +113,7 @@ function copied(target, str) {
|
|||
575
|
||||
</span> 个Linux命令,超过 <a href="../contributors.html">50+</a> 贡献者
|
||||
</div>
|
||||
<script type="text/javascript" src="../js/dt.js?v=1646883626426"></script>
|
||||
<script type="text/javascript" src="../js/index.js?v=1646883626426"></script>
|
||||
<script type="text/javascript" src="../js/dt.js?v=1646883898382"></script>
|
||||
<script type="text/javascript" src="../js/index.js?v=1646883898382"></script>
|
||||
</body>
|
||||
</html>
|
||||
|
|
@ -9,7 +9,7 @@
|
|||
<meta name="keywords" content="Linux,Command,命令大全,Linux命令手册,cupsenable,启动指定的打印机">
|
||||
<title>cupsenable 命令,Linux cupsenable 命令详解:启动指定的打印机 - Linux 命令搜索引擎</title>
|
||||
<link rel="shortcut icon" href="../img/favicon.ico">
|
||||
<link rel="stylesheet" type="text/css" href="../css/index.css?v=1646883626432">
|
||||
<link rel="stylesheet" type="text/css" href="../css/index.css?v=1646883898387">
|
||||
</head>
|
||||
<body>
|
||||
<a href="https://github.com/jaywcjlove/linux-command" target="_blank" class="github-corner">
|
||||
|
|
@ -41,8 +41,10 @@
|
|||
</div>
|
||||
</div>
|
||||
</div>
|
||||
<script src="https://unpkg.com/@uiw/copy-to-clipboard/dist/copy-to-clipboard.umd.js"></script>
|
||||
<script>
|
||||
/*! @uiw/copy-to-clipboard v1.0.12 | MIT (c) 2021 Kenny Wang | https://github.com/uiwjs/copy-to-clipboard.git */
|
||||
!function(e,t){"object"==typeof exports&&"undefined"!=typeof module?module.exports=t():"function"==typeof define&&define.amd?define(t):(e="undefined"!=typeof globalThis?globalThis:e||self).copyTextToClipboard=t()}(this,(function(){"use strict";return function(e,t){const o=document.createElement("textarea");o.value=e,o.setAttribute("readonly",""),o.style={position:"absolute",left:"-9999px"},document.body.appendChild(o);const n=document.getSelection().rangeCount>0&&document.getSelection().getRangeAt(0);o.select();let c=!1;try{c=!!document.execCommand("copy")}catch(e){c=!1}document.body.removeChild(o),n&&document.getSelection&&(document.getSelection().removeAllRanges(),document.getSelection().addRange(n)),t&&t(c)}}));
|
||||
|
||||
function copied(target, str) {
|
||||
target.classList.add('active');
|
||||
copyTextToClipboard(target.dataset.code, function() {
|
||||
|
|
@ -107,7 +109,7 @@ function copied(target, str) {
|
|||
575
|
||||
</span> 个Linux命令,超过 <a href="../contributors.html">50+</a> 贡献者
|
||||
</div>
|
||||
<script type="text/javascript" src="../js/dt.js?v=1646883626433"></script>
|
||||
<script type="text/javascript" src="../js/index.js?v=1646883626433"></script>
|
||||
<script type="text/javascript" src="../js/dt.js?v=1646883898388"></script>
|
||||
<script type="text/javascript" src="../js/index.js?v=1646883898388"></script>
|
||||
</body>
|
||||
</html>
|
||||
10
c/curl.html
10
c/curl.html
|
|
@ -9,7 +9,7 @@
|
|||
<meta name="keywords" content="Linux,Command,命令大全,Linux命令手册,curl,利用URL规则在命令行下工作的文件传输工具">
|
||||
<title>curl 命令,Linux curl 命令详解:利用URL规则在命令行下工作的文件传输工具 - Linux 命令搜索引擎</title>
|
||||
<link rel="shortcut icon" href="../img/favicon.ico">
|
||||
<link rel="stylesheet" type="text/css" href="../css/index.css?v=1646883626618">
|
||||
<link rel="stylesheet" type="text/css" href="../css/index.css?v=1646883898553">
|
||||
</head>
|
||||
<body>
|
||||
<a href="https://github.com/jaywcjlove/linux-command" target="_blank" class="github-corner">
|
||||
|
|
@ -41,8 +41,10 @@
|
|||
</div>
|
||||
</div>
|
||||
</div>
|
||||
<script src="https://unpkg.com/@uiw/copy-to-clipboard/dist/copy-to-clipboard.umd.js"></script>
|
||||
<script>
|
||||
/*! @uiw/copy-to-clipboard v1.0.12 | MIT (c) 2021 Kenny Wang | https://github.com/uiwjs/copy-to-clipboard.git */
|
||||
!function(e,t){"object"==typeof exports&&"undefined"!=typeof module?module.exports=t():"function"==typeof define&&define.amd?define(t):(e="undefined"!=typeof globalThis?globalThis:e||self).copyTextToClipboard=t()}(this,(function(){"use strict";return function(e,t){const o=document.createElement("textarea");o.value=e,o.setAttribute("readonly",""),o.style={position:"absolute",left:"-9999px"},document.body.appendChild(o);const n=document.getSelection().rangeCount>0&&document.getSelection().getRangeAt(0);o.select();let c=!1;try{c=!!document.execCommand("copy")}catch(e){c=!1}document.body.removeChild(o),n&&document.getSelection&&(document.getSelection().removeAllRanges(),document.getSelection().addRange(n)),t&&t(c)}}));
|
||||
|
||||
function copied(target, str) {
|
||||
target.classList.add('active');
|
||||
copyTextToClipboard(target.dataset.code, function() {
|
||||
|
|
@ -921,7 +923,7 @@ Installing Yarn!
|
|||
575
|
||||
</span> 个Linux命令,超过 <a href="../contributors.html">50+</a> 贡献者
|
||||
</div>
|
||||
<script type="text/javascript" src="../js/dt.js?v=1646883626619"></script>
|
||||
<script type="text/javascript" src="../js/index.js?v=1646883626619"></script>
|
||||
<script type="text/javascript" src="../js/dt.js?v=1646883898554"></script>
|
||||
<script type="text/javascript" src="../js/index.js?v=1646883898554"></script>
|
||||
</body>
|
||||
</html>
|
||||
10
c/cut.html
10
c/cut.html
|
|
@ -9,7 +9,7 @@
|
|||
<meta name="keywords" content="Linux,Command,命令大全,Linux命令手册,cut,连接文件并打印到标准输出设备上">
|
||||
<title>cut 命令,Linux cut 命令详解:连接文件并打印到标准输出设备上 - Linux 命令搜索引擎</title>
|
||||
<link rel="shortcut icon" href="../img/favicon.ico">
|
||||
<link rel="stylesheet" type="text/css" href="../css/index.css?v=1646883626650">
|
||||
<link rel="stylesheet" type="text/css" href="../css/index.css?v=1646883898585">
|
||||
</head>
|
||||
<body>
|
||||
<a href="https://github.com/jaywcjlove/linux-command" target="_blank" class="github-corner">
|
||||
|
|
@ -41,8 +41,10 @@
|
|||
</div>
|
||||
</div>
|
||||
</div>
|
||||
<script src="https://unpkg.com/@uiw/copy-to-clipboard/dist/copy-to-clipboard.umd.js"></script>
|
||||
<script>
|
||||
/*! @uiw/copy-to-clipboard v1.0.12 | MIT (c) 2021 Kenny Wang | https://github.com/uiwjs/copy-to-clipboard.git */
|
||||
!function(e,t){"object"==typeof exports&&"undefined"!=typeof module?module.exports=t():"function"==typeof define&&define.amd?define(t):(e="undefined"!=typeof globalThis?globalThis:e||self).copyTextToClipboard=t()}(this,(function(){"use strict";return function(e,t){const o=document.createElement("textarea");o.value=e,o.setAttribute("readonly",""),o.style={position:"absolute",left:"-9999px"},document.body.appendChild(o);const n=document.getSelection().rangeCount>0&&document.getSelection().getRangeAt(0);o.select();let c=!1;try{c=!!document.execCommand("copy")}catch(e){c=!1}document.body.removeChild(o),n&&document.getSelection&&(document.getSelection().removeAllRanges(),document.getSelection().addRange(n)),t&&t(c)}}));
|
||||
|
||||
function copied(target, str) {
|
||||
target.classList.add('active');
|
||||
copyTextToClipboard(target.dataset.code, function() {
|
||||
|
|
@ -271,7 +273,7 @@ efghijklmnopqrstuvwxyz
|
|||
575
|
||||
</span> 个Linux命令,超过 <a href="../contributors.html">50+</a> 贡献者
|
||||
</div>
|
||||
<script type="text/javascript" src="../js/dt.js?v=1646883626651"></script>
|
||||
<script type="text/javascript" src="../js/index.js?v=1646883626651"></script>
|
||||
<script type="text/javascript" src="../js/dt.js?v=1646883898585"></script>
|
||||
<script type="text/javascript" src="../js/index.js?v=1646883898585"></script>
|
||||
</body>
|
||||
</html>
|
||||
10
c/date.html
10
c/date.html
|
|
@ -9,7 +9,7 @@
|
|||
<meta name="keywords" content="Linux,Command,命令大全,Linux命令手册,date,显示或设置系统时间与日期">
|
||||
<title>date 命令,Linux date 命令详解:显示或设置系统时间与日期 - Linux 命令搜索引擎</title>
|
||||
<link rel="shortcut icon" href="../img/favicon.ico">
|
||||
<link rel="stylesheet" type="text/css" href="../css/index.css?v=1646883626700">
|
||||
<link rel="stylesheet" type="text/css" href="../css/index.css?v=1646883898623">
|
||||
</head>
|
||||
<body>
|
||||
<a href="https://github.com/jaywcjlove/linux-command" target="_blank" class="github-corner">
|
||||
|
|
@ -41,8 +41,10 @@
|
|||
</div>
|
||||
</div>
|
||||
</div>
|
||||
<script src="https://unpkg.com/@uiw/copy-to-clipboard/dist/copy-to-clipboard.umd.js"></script>
|
||||
<script>
|
||||
/*! @uiw/copy-to-clipboard v1.0.12 | MIT (c) 2021 Kenny Wang | https://github.com/uiwjs/copy-to-clipboard.git */
|
||||
!function(e,t){"object"==typeof exports&&"undefined"!=typeof module?module.exports=t():"function"==typeof define&&define.amd?define(t):(e="undefined"!=typeof globalThis?globalThis:e||self).copyTextToClipboard=t()}(this,(function(){"use strict";return function(e,t){const o=document.createElement("textarea");o.value=e,o.setAttribute("readonly",""),o.style={position:"absolute",left:"-9999px"},document.body.appendChild(o);const n=document.getSelection().rangeCount>0&&document.getSelection().getRangeAt(0);o.select();let c=!1;try{c=!!document.execCommand("copy")}catch(e){c=!1}document.body.removeChild(o),n&&document.getSelection&&(document.getSelection().removeAllRanges(),document.getSelection().addRange(n)),t&&t(c)}}));
|
||||
|
||||
function copied(target, str) {
|
||||
target.classList.add('active');
|
||||
copyTextToClipboard(target.dataset.code, function() {
|
||||
|
|
@ -397,7 +399,7 @@ date +"${suffix} %Y/%m/%d"
|
|||
575
|
||||
</span> 个Linux命令,超过 <a href="../contributors.html">50+</a> 贡献者
|
||||
</div>
|
||||
<script type="text/javascript" src="../js/dt.js?v=1646883626701"></script>
|
||||
<script type="text/javascript" src="../js/index.js?v=1646883626701"></script>
|
||||
<script type="text/javascript" src="../js/dt.js?v=1646883898624"></script>
|
||||
<script type="text/javascript" src="../js/index.js?v=1646883898624"></script>
|
||||
</body>
|
||||
</html>
|
||||
10
c/dd.html
10
c/dd.html
|
|
@ -9,7 +9,7 @@
|
|||
<meta name="keywords" content="Linux,Command,命令大全,Linux命令手册,dd,复制文件并对原文件的内容进行转换和格式化处理">
|
||||
<title>dd 命令,Linux dd 命令详解:复制文件并对原文件的内容进行转换和格式化处理 - Linux 命令搜索引擎</title>
|
||||
<link rel="shortcut icon" href="../img/favicon.ico">
|
||||
<link rel="stylesheet" type="text/css" href="../css/index.css?v=1646883626724">
|
||||
<link rel="stylesheet" type="text/css" href="../css/index.css?v=1646883898647">
|
||||
</head>
|
||||
<body>
|
||||
<a href="https://github.com/jaywcjlove/linux-command" target="_blank" class="github-corner">
|
||||
|
|
@ -41,8 +41,10 @@
|
|||
</div>
|
||||
</div>
|
||||
</div>
|
||||
<script src="https://unpkg.com/@uiw/copy-to-clipboard/dist/copy-to-clipboard.umd.js"></script>
|
||||
<script>
|
||||
/*! @uiw/copy-to-clipboard v1.0.12 | MIT (c) 2021 Kenny Wang | https://github.com/uiwjs/copy-to-clipboard.git */
|
||||
!function(e,t){"object"==typeof exports&&"undefined"!=typeof module?module.exports=t():"function"==typeof define&&define.amd?define(t):(e="undefined"!=typeof globalThis?globalThis:e||self).copyTextToClipboard=t()}(this,(function(){"use strict";return function(e,t){const o=document.createElement("textarea");o.value=e,o.setAttribute("readonly",""),o.style={position:"absolute",left:"-9999px"},document.body.appendChild(o);const n=document.getSelection().rangeCount>0&&document.getSelection().getRangeAt(0);o.select();let c=!1;try{c=!!document.execCommand("copy")}catch(e){c=!1}document.body.removeChild(o),n&&document.getSelection&&(document.getSelection().removeAllRanges(),document.getSelection().addRange(n)),t&&t(c)}}));
|
||||
|
||||
function copied(target, str) {
|
||||
target.classList.add('active');
|
||||
copyTextToClipboard(target.dataset.code, function() {
|
||||
|
|
@ -196,7 +198,7 @@ wFRAnlkXeBXmWs1MyGEs
|
|||
575
|
||||
</span> 个Linux命令,超过 <a href="../contributors.html">50+</a> 贡献者
|
||||
</div>
|
||||
<script type="text/javascript" src="../js/dt.js?v=1646883626725"></script>
|
||||
<script type="text/javascript" src="../js/index.js?v=1646883626725"></script>
|
||||
<script type="text/javascript" src="../js/dt.js?v=1646883898647"></script>
|
||||
<script type="text/javascript" src="../js/index.js?v=1646883898647"></script>
|
||||
</body>
|
||||
</html>
|
||||
|
|
@ -9,7 +9,7 @@
|
|||
<meta name="keywords" content="Linux,Command,命令大全,Linux命令手册,declare,声明变量,设置或显示变量的值和属性。">
|
||||
<title>declare 命令,Linux declare 命令详解:声明变量,设置或显示变量的值和属性。 - Linux 命令搜索引擎</title>
|
||||
<link rel="shortcut icon" href="../img/favicon.ico">
|
||||
<link rel="stylesheet" type="text/css" href="../css/index.css?v=1646883626778">
|
||||
<link rel="stylesheet" type="text/css" href="../css/index.css?v=1646883898686">
|
||||
</head>
|
||||
<body>
|
||||
<a href="https://github.com/jaywcjlove/linux-command" target="_blank" class="github-corner">
|
||||
|
|
@ -41,8 +41,10 @@
|
|||
</div>
|
||||
</div>
|
||||
</div>
|
||||
<script src="https://unpkg.com/@uiw/copy-to-clipboard/dist/copy-to-clipboard.umd.js"></script>
|
||||
<script>
|
||||
/*! @uiw/copy-to-clipboard v1.0.12 | MIT (c) 2021 Kenny Wang | https://github.com/uiwjs/copy-to-clipboard.git */
|
||||
!function(e,t){"object"==typeof exports&&"undefined"!=typeof module?module.exports=t():"function"==typeof define&&define.amd?define(t):(e="undefined"!=typeof globalThis?globalThis:e||self).copyTextToClipboard=t()}(this,(function(){"use strict";return function(e,t){const o=document.createElement("textarea");o.value=e,o.setAttribute("readonly",""),o.style={position:"absolute",left:"-9999px"},document.body.appendChild(o);const n=document.getSelection().rangeCount>0&&document.getSelection().getRangeAt(0);o.select();let c=!1;try{c=!!document.execCommand("copy")}catch(e){c=!1}document.body.removeChild(o),n&&document.getSelection&&(document.getSelection().removeAllRanges(),document.getSelection().addRange(n)),t&&t(c)}}));
|
||||
|
||||
function copied(target, str) {
|
||||
target.classList.add('active');
|
||||
copyTextToClipboard(target.dataset.code, function() {
|
||||
|
|
@ -388,7 +390,7 @@ declare -F func_a func_b
|
|||
575
|
||||
</span> 个Linux命令,超过 <a href="../contributors.html">50+</a> 贡献者
|
||||
</div>
|
||||
<script type="text/javascript" src="../js/dt.js?v=1646883626779"></script>
|
||||
<script type="text/javascript" src="../js/index.js?v=1646883626779"></script>
|
||||
<script type="text/javascript" src="../js/dt.js?v=1646883898687"></script>
|
||||
<script type="text/javascript" src="../js/index.js?v=1646883898687"></script>
|
||||
</body>
|
||||
</html>
|
||||
|
|
@ -9,7 +9,7 @@
|
|||
<meta name="keywords" content="Linux,Command,命令大全,Linux命令手册,depmod,分析可载入模块的相依性">
|
||||
<title>depmod 命令,Linux depmod 命令详解:分析可载入模块的相依性 - Linux 命令搜索引擎</title>
|
||||
<link rel="shortcut icon" href="../img/favicon.ico">
|
||||
<link rel="stylesheet" type="text/css" href="../css/index.css?v=1646883626793">
|
||||
<link rel="stylesheet" type="text/css" href="../css/index.css?v=1646883898699">
|
||||
</head>
|
||||
<body>
|
||||
<a href="https://github.com/jaywcjlove/linux-command" target="_blank" class="github-corner">
|
||||
|
|
@ -41,8 +41,10 @@
|
|||
</div>
|
||||
</div>
|
||||
</div>
|
||||
<script src="https://unpkg.com/@uiw/copy-to-clipboard/dist/copy-to-clipboard.umd.js"></script>
|
||||
<script>
|
||||
/*! @uiw/copy-to-clipboard v1.0.12 | MIT (c) 2021 Kenny Wang | https://github.com/uiwjs/copy-to-clipboard.git */
|
||||
!function(e,t){"object"==typeof exports&&"undefined"!=typeof module?module.exports=t():"function"==typeof define&&define.amd?define(t):(e="undefined"!=typeof globalThis?globalThis:e||self).copyTextToClipboard=t()}(this,(function(){"use strict";return function(e,t){const o=document.createElement("textarea");o.value=e,o.setAttribute("readonly",""),o.style={position:"absolute",left:"-9999px"},document.body.appendChild(o);const n=document.getSelection().rangeCount>0&&document.getSelection().getRangeAt(0);o.select();let c=!1;try{c=!!document.execCommand("copy")}catch(e){c=!1}document.body.removeChild(o),n&&document.getSelection&&(document.getSelection().removeAllRanges(),document.getSelection().addRange(n)),t&&t(c)}}));
|
||||
|
||||
function copied(target, str) {
|
||||
target.classList.add('active');
|
||||
copyTextToClipboard(target.dataset.code, function() {
|
||||
|
|
@ -153,7 +155,7 @@ depmod -b /home/windsome/EMMA3PF-KernelSource-20080626/install_pos -e -F ./boot/
|
|||
575
|
||||
</span> 个Linux命令,超过 <a href="../contributors.html">50+</a> 贡献者
|
||||
</div>
|
||||
<script type="text/javascript" src="../js/dt.js?v=1646883626793"></script>
|
||||
<script type="text/javascript" src="../js/index.js?v=1646883626793"></script>
|
||||
<script type="text/javascript" src="../js/dt.js?v=1646883898700"></script>
|
||||
<script type="text/javascript" src="../js/index.js?v=1646883898700"></script>
|
||||
</body>
|
||||
</html>
|
||||
10
c/df.html
10
c/df.html
|
|
@ -9,7 +9,7 @@
|
|||
<meta name="keywords" content="Linux,Command,命令大全,Linux命令手册,df,显示磁盘的相关信息">
|
||||
<title>df 命令,Linux df 命令详解:显示磁盘的相关信息 - Linux 命令搜索引擎</title>
|
||||
<link rel="shortcut icon" href="../img/favicon.ico">
|
||||
<link rel="stylesheet" type="text/css" href="../css/index.css?v=1646883626813">
|
||||
<link rel="stylesheet" type="text/css" href="../css/index.css?v=1646883898716">
|
||||
</head>
|
||||
<body>
|
||||
<a href="https://github.com/jaywcjlove/linux-command" target="_blank" class="github-corner">
|
||||
|
|
@ -41,8 +41,10 @@
|
|||
</div>
|
||||
</div>
|
||||
</div>
|
||||
<script src="https://unpkg.com/@uiw/copy-to-clipboard/dist/copy-to-clipboard.umd.js"></script>
|
||||
<script>
|
||||
/*! @uiw/copy-to-clipboard v1.0.12 | MIT (c) 2021 Kenny Wang | https://github.com/uiwjs/copy-to-clipboard.git */
|
||||
!function(e,t){"object"==typeof exports&&"undefined"!=typeof module?module.exports=t():"function"==typeof define&&define.amd?define(t):(e="undefined"!=typeof globalThis?globalThis:e||self).copyTextToClipboard=t()}(this,(function(){"use strict";return function(e,t){const o=document.createElement("textarea");o.value=e,o.setAttribute("readonly",""),o.style={position:"absolute",left:"-9999px"},document.body.appendChild(o);const n=document.getSelection().rangeCount>0&&document.getSelection().getRangeAt(0);o.select();let c=!1;try{c=!!document.execCommand("copy")}catch(e){c=!1}document.body.removeChild(o),n&&document.getSelection&&(document.getSelection().removeAllRanges(),document.getSelection().addRange(n)),t&&t(c)}}));
|
||||
|
||||
function copied(target, str) {
|
||||
target.classList.add('active');
|
||||
copyTextToClipboard(target.dataset.code, function() {
|
||||
|
|
@ -193,7 +195,7 @@ none 0 0 0 - /proc/sys/fs/binfmt_misc
|
|||
575
|
||||
</span> 个Linux命令,超过 <a href="../contributors.html">50+</a> 贡献者
|
||||
</div>
|
||||
<script type="text/javascript" src="../js/dt.js?v=1646883626813"></script>
|
||||
<script type="text/javascript" src="../js/index.js?v=1646883626813"></script>
|
||||
<script type="text/javascript" src="../js/dt.js?v=1646883898717"></script>
|
||||
<script type="text/javascript" src="../js/index.js?v=1646883898717"></script>
|
||||
</body>
|
||||
</html>
|
||||
|
|
@ -9,7 +9,7 @@
|
|||
<meta name="keywords" content="Linux,Command,命令大全,Linux命令手册,dhclient,动态获取或释放IP地址">
|
||||
<title>dhclient 命令,Linux dhclient 命令详解:动态获取或释放IP地址 - Linux 命令搜索引擎</title>
|
||||
<link rel="shortcut icon" href="../img/favicon.ico">
|
||||
<link rel="stylesheet" type="text/css" href="../css/index.css?v=1646883626820">
|
||||
<link rel="stylesheet" type="text/css" href="../css/index.css?v=1646883898723">
|
||||
</head>
|
||||
<body>
|
||||
<a href="https://github.com/jaywcjlove/linux-command" target="_blank" class="github-corner">
|
||||
|
|
@ -41,8 +41,10 @@
|
|||
</div>
|
||||
</div>
|
||||
</div>
|
||||
<script src="https://unpkg.com/@uiw/copy-to-clipboard/dist/copy-to-clipboard.umd.js"></script>
|
||||
<script>
|
||||
/*! @uiw/copy-to-clipboard v1.0.12 | MIT (c) 2021 Kenny Wang | https://github.com/uiwjs/copy-to-clipboard.git */
|
||||
!function(e,t){"object"==typeof exports&&"undefined"!=typeof module?module.exports=t():"function"==typeof define&&define.amd?define(t):(e="undefined"!=typeof globalThis?globalThis:e||self).copyTextToClipboard=t()}(this,(function(){"use strict";return function(e,t){const o=document.createElement("textarea");o.value=e,o.setAttribute("readonly",""),o.style={position:"absolute",left:"-9999px"},document.body.appendChild(o);const n=document.getSelection().rangeCount>0&&document.getSelection().getRangeAt(0);o.select();let c=!1;try{c=!!document.execCommand("copy")}catch(e){c=!1}document.body.removeChild(o),n&&document.getSelection&&(document.getSelection().removeAllRanges(),document.getSelection().addRange(n)),t&&t(c)}}));
|
||||
|
||||
function copied(target, str) {
|
||||
target.classList.add('active');
|
||||
copyTextToClipboard(target.dataset.code, function() {
|
||||
|
|
@ -113,7 +115,7 @@ dhclient #获取IP
|
|||
575
|
||||
</span> 个Linux命令,超过 <a href="../contributors.html">50+</a> 贡献者
|
||||
</div>
|
||||
<script type="text/javascript" src="../js/dt.js?v=1646883626821"></script>
|
||||
<script type="text/javascript" src="../js/index.js?v=1646883626821"></script>
|
||||
<script type="text/javascript" src="../js/dt.js?v=1646883898723"></script>
|
||||
<script type="text/javascript" src="../js/index.js?v=1646883898723"></script>
|
||||
</body>
|
||||
</html>
|
||||
10
c/dhcpd.html
10
c/dhcpd.html
|
|
@ -9,7 +9,7 @@
|
|||
<meta name="keywords" content="Linux,Command,命令大全,Linux命令手册,dhcpd,运行DHCP服务器">
|
||||
<title>dhcpd 命令,Linux dhcpd 命令详解:运行DHCP服务器 - Linux 命令搜索引擎</title>
|
||||
<link rel="shortcut icon" href="../img/favicon.ico">
|
||||
<link rel="stylesheet" type="text/css" href="../css/index.css?v=1646883626828">
|
||||
<link rel="stylesheet" type="text/css" href="../css/index.css?v=1646883898730">
|
||||
</head>
|
||||
<body>
|
||||
<a href="https://github.com/jaywcjlove/linux-command" target="_blank" class="github-corner">
|
||||
|
|
@ -41,8 +41,10 @@
|
|||
</div>
|
||||
</div>
|
||||
</div>
|
||||
<script src="https://unpkg.com/@uiw/copy-to-clipboard/dist/copy-to-clipboard.umd.js"></script>
|
||||
<script>
|
||||
/*! @uiw/copy-to-clipboard v1.0.12 | MIT (c) 2021 Kenny Wang | https://github.com/uiwjs/copy-to-clipboard.git */
|
||||
!function(e,t){"object"==typeof exports&&"undefined"!=typeof module?module.exports=t():"function"==typeof define&&define.amd?define(t):(e="undefined"!=typeof globalThis?globalThis:e||self).copyTextToClipboard=t()}(this,(function(){"use strict";return function(e,t){const o=document.createElement("textarea");o.value=e,o.setAttribute("readonly",""),o.style={position:"absolute",left:"-9999px"},document.body.appendChild(o);const n=document.getSelection().rangeCount>0&&document.getSelection().getRangeAt(0);o.select();let c=!1;try{c=!!document.execCommand("copy")}catch(e){c=!1}document.body.removeChild(o),n&&document.getSelection&&(document.getSelection().removeAllRanges(),document.getSelection().addRange(n)),t&&t(c)}}));
|
||||
|
||||
function copied(target, str) {
|
||||
target.classList.add('active');
|
||||
copyTextToClipboard(target.dataset.code, function() {
|
||||
|
|
@ -164,7 +166,7 @@ exiting.
|
|||
575
|
||||
</span> 个Linux命令,超过 <a href="../contributors.html">50+</a> 贡献者
|
||||
</div>
|
||||
<script type="text/javascript" src="../js/dt.js?v=1646883626829"></script>
|
||||
<script type="text/javascript" src="../js/index.js?v=1646883626829"></script>
|
||||
<script type="text/javascript" src="../js/dt.js?v=1646883898731"></script>
|
||||
<script type="text/javascript" src="../js/index.js?v=1646883898731"></script>
|
||||
</body>
|
||||
</html>
|
||||
|
|
@ -9,7 +9,7 @@
|
|||
<meta name="keywords" content="Linux,Command,命令大全,Linux命令手册,dhcrelay,使用dhcrelay命令可以提供中继DHCP和BOOTP请求">
|
||||
<title>dhcrelay 命令,Linux dhcrelay 命令详解:使用dhcrelay命令可以提供中继DHCP和BOOTP请求 - Linux 命令搜索引擎</title>
|
||||
<link rel="shortcut icon" href="../img/favicon.ico">
|
||||
<link rel="stylesheet" type="text/css" href="../css/index.css?v=1646883626837">
|
||||
<link rel="stylesheet" type="text/css" href="../css/index.css?v=1646883898739">
|
||||
</head>
|
||||
<body>
|
||||
<a href="https://github.com/jaywcjlove/linux-command" target="_blank" class="github-corner">
|
||||
|
|
@ -41,8 +41,10 @@
|
|||
</div>
|
||||
</div>
|
||||
</div>
|
||||
<script src="https://unpkg.com/@uiw/copy-to-clipboard/dist/copy-to-clipboard.umd.js"></script>
|
||||
<script>
|
||||
/*! @uiw/copy-to-clipboard v1.0.12 | MIT (c) 2021 Kenny Wang | https://github.com/uiwjs/copy-to-clipboard.git */
|
||||
!function(e,t){"object"==typeof exports&&"undefined"!=typeof module?module.exports=t():"function"==typeof define&&define.amd?define(t):(e="undefined"!=typeof globalThis?globalThis:e||self).copyTextToClipboard=t()}(this,(function(){"use strict";return function(e,t){const o=document.createElement("textarea");o.value=e,o.setAttribute("readonly",""),o.style={position:"absolute",left:"-9999px"},document.body.appendChild(o);const n=document.getSelection().rangeCount>0&&document.getSelection().getRangeAt(0);o.select();let c=!1;try{c=!!document.execCommand("copy")}catch(e){c=!1}document.body.removeChild(o),n&&document.getSelection&&(document.getSelection().removeAllRanges(),document.getSelection().addRange(n)),t&&t(c)}}));
|
||||
|
||||
function copied(target, str) {
|
||||
target.classList.add('active');
|
||||
copyTextToClipboard(target.dataset.code, function() {
|
||||
|
|
@ -134,7 +136,7 @@ Sending on Socket/fallback
|
|||
575
|
||||
</span> 个Linux命令,超过 <a href="../contributors.html">50+</a> 贡献者
|
||||
</div>
|
||||
<script type="text/javascript" src="../js/dt.js?v=1646883626838"></script>
|
||||
<script type="text/javascript" src="../js/index.js?v=1646883626838"></script>
|
||||
<script type="text/javascript" src="../js/dt.js?v=1646883898740"></script>
|
||||
<script type="text/javascript" src="../js/index.js?v=1646883898740"></script>
|
||||
</body>
|
||||
</html>
|
||||
10
c/diff.html
10
c/diff.html
|
|
@ -9,7 +9,7 @@
|
|||
<meta name="keywords" content="Linux,Command,命令大全,Linux命令手册,diff,比较给定的两个文件的不同">
|
||||
<title>diff 命令,Linux diff 命令详解:比较给定的两个文件的不同 - Linux 命令搜索引擎</title>
|
||||
<link rel="shortcut icon" href="../img/favicon.ico">
|
||||
<link rel="stylesheet" type="text/css" href="../css/index.css?v=1646883626854">
|
||||
<link rel="stylesheet" type="text/css" href="../css/index.css?v=1646883898756">
|
||||
</head>
|
||||
<body>
|
||||
<a href="https://github.com/jaywcjlove/linux-command" target="_blank" class="github-corner">
|
||||
|
|
@ -41,8 +41,10 @@
|
|||
</div>
|
||||
</div>
|
||||
</div>
|
||||
<script src="https://unpkg.com/@uiw/copy-to-clipboard/dist/copy-to-clipboard.umd.js"></script>
|
||||
<script>
|
||||
/*! @uiw/copy-to-clipboard v1.0.12 | MIT (c) 2021 Kenny Wang | https://github.com/uiwjs/copy-to-clipboard.git */
|
||||
!function(e,t){"object"==typeof exports&&"undefined"!=typeof module?module.exports=t():"function"==typeof define&&define.amd?define(t):(e="undefined"!=typeof globalThis?globalThis:e||self).copyTextToClipboard=t()}(this,(function(){"use strict";return function(e,t){const o=document.createElement("textarea");o.value=e,o.setAttribute("readonly",""),o.style={position:"absolute",left:"-9999px"},document.body.appendChild(o);const n=document.getSelection().rangeCount>0&&document.getSelection().getRangeAt(0);o.select();let c=!1;try{c=!!document.execCommand("copy")}catch(e){c=!1}document.body.removeChild(o),n&&document.getSelection&&(document.getSelection().removeAllRanges(),document.getSelection().addRange(n)),t&&t(c)}}));
|
||||
|
||||
function copied(target, str) {
|
||||
target.classList.add('active');
|
||||
copyTextToClipboard(target.dataset.code, function() {
|
||||
|
|
@ -185,7 +187,7 @@ n1,n2 c n3,n4
|
|||
575
|
||||
</span> 个Linux命令,超过 <a href="../contributors.html">50+</a> 贡献者
|
||||
</div>
|
||||
<script type="text/javascript" src="../js/dt.js?v=1646883626855"></script>
|
||||
<script type="text/javascript" src="../js/index.js?v=1646883626855"></script>
|
||||
<script type="text/javascript" src="../js/dt.js?v=1646883898756"></script>
|
||||
<script type="text/javascript" src="../js/index.js?v=1646883898756"></script>
|
||||
</body>
|
||||
</html>
|
||||
10
c/diff3.html
10
c/diff3.html
|
|
@ -9,7 +9,7 @@
|
|||
<meta name="keywords" content="Linux,Command,命令大全,Linux命令手册,diff3,比较3个文件不同的地方">
|
||||
<title>diff3 命令,Linux diff3 命令详解:比较3个文件不同的地方 - Linux 命令搜索引擎</title>
|
||||
<link rel="shortcut icon" href="../img/favicon.ico">
|
||||
<link rel="stylesheet" type="text/css" href="../css/index.css?v=1646883626863">
|
||||
<link rel="stylesheet" type="text/css" href="../css/index.css?v=1646883898777">
|
||||
</head>
|
||||
<body>
|
||||
<a href="https://github.com/jaywcjlove/linux-command" target="_blank" class="github-corner">
|
||||
|
|
@ -41,8 +41,10 @@
|
|||
</div>
|
||||
</div>
|
||||
</div>
|
||||
<script src="https://unpkg.com/@uiw/copy-to-clipboard/dist/copy-to-clipboard.umd.js"></script>
|
||||
<script>
|
||||
/*! @uiw/copy-to-clipboard v1.0.12 | MIT (c) 2021 Kenny Wang | https://github.com/uiwjs/copy-to-clipboard.git */
|
||||
!function(e,t){"object"==typeof exports&&"undefined"!=typeof module?module.exports=t():"function"==typeof define&&define.amd?define(t):(e="undefined"!=typeof globalThis?globalThis:e||self).copyTextToClipboard=t()}(this,(function(){"use strict";return function(e,t){const o=document.createElement("textarea");o.value=e,o.setAttribute("readonly",""),o.style={position:"absolute",left:"-9999px"},document.body.appendChild(o);const n=document.getSelection().rangeCount>0&&document.getSelection().getRangeAt(0);o.select();let c=!1;try{c=!!document.execCommand("copy")}catch(e){c=!1}document.body.removeChild(o),n&&document.getSelection&&(document.getSelection().removeAllRanges(),document.getSelection().addRange(n)),t&&t(c)}}));
|
||||
|
||||
function copied(target, str) {
|
||||
target.classList.add('active');
|
||||
copyTextToClipboard(target.dataset.code, function() {
|
||||
|
|
@ -117,7 +119,7 @@ function copied(target, str) {
|
|||
575
|
||||
</span> 个Linux命令,超过 <a href="../contributors.html">50+</a> 贡献者
|
||||
</div>
|
||||
<script type="text/javascript" src="../js/dt.js?v=1646883626864"></script>
|
||||
<script type="text/javascript" src="../js/index.js?v=1646883626864"></script>
|
||||
<script type="text/javascript" src="../js/dt.js?v=1646883898778"></script>
|
||||
<script type="text/javascript" src="../js/index.js?v=1646883898778"></script>
|
||||
</body>
|
||||
</html>
|
||||
|
|
@ -9,7 +9,7 @@
|
|||
<meta name="keywords" content="Linux,Command,命令大全,Linux命令手册,diffstat,显示diff命令输出信息的柱状图">
|
||||
<title>diffstat 命令,Linux diffstat 命令详解:显示diff命令输出信息的柱状图 - Linux 命令搜索引擎</title>
|
||||
<link rel="shortcut icon" href="../img/favicon.ico">
|
||||
<link rel="stylesheet" type="text/css" href="../css/index.css?v=1646883626875">
|
||||
<link rel="stylesheet" type="text/css" href="../css/index.css?v=1646883898771">
|
||||
</head>
|
||||
<body>
|
||||
<a href="https://github.com/jaywcjlove/linux-command" target="_blank" class="github-corner">
|
||||
|
|
@ -41,8 +41,10 @@
|
|||
</div>
|
||||
</div>
|
||||
</div>
|
||||
<script src="https://unpkg.com/@uiw/copy-to-clipboard/dist/copy-to-clipboard.umd.js"></script>
|
||||
<script>
|
||||
/*! @uiw/copy-to-clipboard v1.0.12 | MIT (c) 2021 Kenny Wang | https://github.com/uiwjs/copy-to-clipboard.git */
|
||||
!function(e,t){"object"==typeof exports&&"undefined"!=typeof module?module.exports=t():"function"==typeof define&&define.amd?define(t):(e="undefined"!=typeof globalThis?globalThis:e||self).copyTextToClipboard=t()}(this,(function(){"use strict";return function(e,t){const o=document.createElement("textarea");o.value=e,o.setAttribute("readonly",""),o.style={position:"absolute",left:"-9999px"},document.body.appendChild(o);const n=document.getSelection().rangeCount>0&&document.getSelection().getRangeAt(0);o.select();let c=!1;try{c=!!document.execCommand("copy")}catch(e){c=!1}document.body.removeChild(o),n&&document.getSelection&&(document.getSelection().removeAllRanges(),document.getSelection().addRange(n)),t&&t(c)}}));
|
||||
|
||||
function copied(target, str) {
|
||||
target.classList.add('active');
|
||||
copyTextToClipboard(target.dataset.code, function() {
|
||||
|
|
@ -153,7 +155,7 @@ mno
|
|||
575
|
||||
</span> 个Linux命令,超过 <a href="../contributors.html">50+</a> 贡献者
|
||||
</div>
|
||||
<script type="text/javascript" src="../js/dt.js?v=1646883626876"></script>
|
||||
<script type="text/javascript" src="../js/index.js?v=1646883626876"></script>
|
||||
<script type="text/javascript" src="../js/dt.js?v=1646883898772"></script>
|
||||
<script type="text/javascript" src="../js/index.js?v=1646883898772"></script>
|
||||
</body>
|
||||
</html>
|
||||
10
c/dig.html
10
c/dig.html
|
|
@ -9,7 +9,7 @@
|
|||
<meta name="keywords" content="Linux,Command,命令大全,Linux命令手册,dig,域名查询工具">
|
||||
<title>dig 命令,Linux dig 命令详解:域名查询工具 - Linux 命令搜索引擎</title>
|
||||
<link rel="shortcut icon" href="../img/favicon.ico">
|
||||
<link rel="stylesheet" type="text/css" href="../css/index.css?v=1646883626888">
|
||||
<link rel="stylesheet" type="text/css" href="../css/index.css?v=1646883898790">
|
||||
</head>
|
||||
<body>
|
||||
<a href="https://github.com/jaywcjlove/linux-command" target="_blank" class="github-corner">
|
||||
|
|
@ -41,8 +41,10 @@
|
|||
</div>
|
||||
</div>
|
||||
</div>
|
||||
<script src="https://unpkg.com/@uiw/copy-to-clipboard/dist/copy-to-clipboard.umd.js"></script>
|
||||
<script>
|
||||
/*! @uiw/copy-to-clipboard v1.0.12 | MIT (c) 2021 Kenny Wang | https://github.com/uiwjs/copy-to-clipboard.git */
|
||||
!function(e,t){"object"==typeof exports&&"undefined"!=typeof module?module.exports=t():"function"==typeof define&&define.amd?define(t):(e="undefined"!=typeof globalThis?globalThis:e||self).copyTextToClipboard=t()}(this,(function(){"use strict";return function(e,t){const o=document.createElement("textarea");o.value=e,o.setAttribute("readonly",""),o.style={position:"absolute",left:"-9999px"},document.body.appendChild(o);const n=document.getSelection().rangeCount>0&&document.getSelection().getRangeAt(0);o.select();let c=!1;try{c=!!document.execCommand("copy")}catch(e){c=!1}document.body.removeChild(o),n&&document.getSelection&&(document.getSelection().removeAllRanges(),document.getSelection().addRange(n)),t&&t(c)}}));
|
||||
|
||||
function copied(target, str) {
|
||||
target.classList.add('active');
|
||||
copyTextToClipboard(target.dataset.code, function() {
|
||||
|
|
@ -170,7 +172,7 @@ jsdig.com. 8 IN NS f1g1ns1.dnspod.net.
|
|||
575
|
||||
</span> 个Linux命令,超过 <a href="../contributors.html">50+</a> 贡献者
|
||||
</div>
|
||||
<script type="text/javascript" src="../js/dt.js?v=1646883626891"></script>
|
||||
<script type="text/javascript" src="../js/index.js?v=1646883626891"></script>
|
||||
<script type="text/javascript" src="../js/dt.js?v=1646883898791"></script>
|
||||
<script type="text/javascript" src="../js/index.js?v=1646883898791"></script>
|
||||
</body>
|
||||
</html>
|
||||
|
|
@ -9,7 +9,7 @@
|
|||
<meta name="keywords" content="Linux,Command,命令大全,Linux命令手册,dircolors,置ls命令在显示目录或文件时所用的色彩">
|
||||
<title>dircolors 命令,Linux dircolors 命令详解:置ls命令在显示目录或文件时所用的色彩 - Linux 命令搜索引擎</title>
|
||||
<link rel="shortcut icon" href="../img/favicon.ico">
|
||||
<link rel="stylesheet" type="text/css" href="../css/index.css?v=1646883626911">
|
||||
<link rel="stylesheet" type="text/css" href="../css/index.css?v=1646883898810">
|
||||
</head>
|
||||
<body>
|
||||
<a href="https://github.com/jaywcjlove/linux-command" target="_blank" class="github-corner">
|
||||
|
|
@ -41,8 +41,10 @@
|
|||
</div>
|
||||
</div>
|
||||
</div>
|
||||
<script src="https://unpkg.com/@uiw/copy-to-clipboard/dist/copy-to-clipboard.umd.js"></script>
|
||||
<script>
|
||||
/*! @uiw/copy-to-clipboard v1.0.12 | MIT (c) 2021 Kenny Wang | https://github.com/uiwjs/copy-to-clipboard.git */
|
||||
!function(e,t){"object"==typeof exports&&"undefined"!=typeof module?module.exports=t():"function"==typeof define&&define.amd?define(t):(e="undefined"!=typeof globalThis?globalThis:e||self).copyTextToClipboard=t()}(this,(function(){"use strict";return function(e,t){const o=document.createElement("textarea");o.value=e,o.setAttribute("readonly",""),o.style={position:"absolute",left:"-9999px"},document.body.appendChild(o);const n=document.getSelection().rangeCount>0&&document.getSelection().getRangeAt(0);o.select();let c=!1;try{c=!!document.execCommand("copy")}catch(e){c=!1}document.body.removeChild(o),n&&document.getSelection&&(document.getSelection().removeAllRanges(),document.getSelection().addRange(n)),t&&t(c)}}));
|
||||
|
||||
function copied(target, str) {
|
||||
target.classList.add('active');
|
||||
copyTextToClipboard(target.dataset.code, function() {
|
||||
|
|
@ -329,7 +331,7 @@ exec 01;32
|
|||
575
|
||||
</span> 个Linux命令,超过 <a href="../contributors.html">50+</a> 贡献者
|
||||
</div>
|
||||
<script type="text/javascript" src="../js/dt.js?v=1646883626912"></script>
|
||||
<script type="text/javascript" src="../js/index.js?v=1646883626912"></script>
|
||||
<script type="text/javascript" src="../js/dt.js?v=1646883898810"></script>
|
||||
<script type="text/javascript" src="../js/index.js?v=1646883898810"></script>
|
||||
</body>
|
||||
</html>
|
||||
|
|
@ -9,7 +9,7 @@
|
|||
<meta name="keywords" content="Linux,Command,命令大全,Linux命令手册,dirname,去除文件名中的非目录部分">
|
||||
<title>dirname 命令,Linux dirname 命令详解:去除文件名中的非目录部分 - Linux 命令搜索引擎</title>
|
||||
<link rel="shortcut icon" href="../img/favicon.ico">
|
||||
<link rel="stylesheet" type="text/css" href="../css/index.css?v=1646883626918">
|
||||
<link rel="stylesheet" type="text/css" href="../css/index.css?v=1646883898818">
|
||||
</head>
|
||||
<body>
|
||||
<a href="https://github.com/jaywcjlove/linux-command" target="_blank" class="github-corner">
|
||||
|
|
@ -41,8 +41,10 @@
|
|||
</div>
|
||||
</div>
|
||||
</div>
|
||||
<script src="https://unpkg.com/@uiw/copy-to-clipboard/dist/copy-to-clipboard.umd.js"></script>
|
||||
<script>
|
||||
/*! @uiw/copy-to-clipboard v1.0.12 | MIT (c) 2021 Kenny Wang | https://github.com/uiwjs/copy-to-clipboard.git */
|
||||
!function(e,t){"object"==typeof exports&&"undefined"!=typeof module?module.exports=t():"function"==typeof define&&define.amd?define(t):(e="undefined"!=typeof globalThis?globalThis:e||self).copyTextToClipboard=t()}(this,(function(){"use strict";return function(e,t){const o=document.createElement("textarea");o.value=e,o.setAttribute("readonly",""),o.style={position:"absolute",left:"-9999px"},document.body.appendChild(o);const n=document.getSelection().rangeCount>0&&document.getSelection().getRangeAt(0);o.select();let c=!1;try{c=!!document.execCommand("copy")}catch(e){c=!1}document.body.removeChild(o),n&&document.getSelection&&(document.getSelection().removeAllRanges(),document.getSelection().addRange(n)),t&&t(c)}}));
|
||||
|
||||
function copied(target, str) {
|
||||
target.classList.add('active');
|
||||
copyTextToClipboard(target.dataset.code, function() {
|
||||
|
|
@ -125,7 +127,7 @@ dirname a/b
|
|||
575
|
||||
</span> 个Linux命令,超过 <a href="../contributors.html">50+</a> 贡献者
|
||||
</div>
|
||||
<script type="text/javascript" src="../js/dt.js?v=1646883626919"></script>
|
||||
<script type="text/javascript" src="../js/index.js?v=1646883626919"></script>
|
||||
<script type="text/javascript" src="../js/dt.js?v=1646883898819"></script>
|
||||
<script type="text/javascript" src="../js/index.js?v=1646883898819"></script>
|
||||
</body>
|
||||
</html>
|
||||
Some files were not shown because too many files have changed in this diff Show More
Loading…
Reference in New Issue