[v1.8.3] chore: 优化模版代码。 7cc0dd62c5
This commit is contained in:
parent
584ca1bba9
commit
5cc6a136c7
20
c/ab.html
20
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=1646883896905">
|
||||
<link rel="stylesheet" type="text/css" href="../css/index.css?v=1646885340693">
|
||||
</head>
|
||||
<body>
|
||||
<a href="https://github.com/jaywcjlove/linux-command" target="_blank" class="github-corner">
|
||||
|
|
@ -41,19 +41,7 @@
|
|||
</div>
|
||||
</div>
|
||||
</div>
|
||||
<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() {
|
||||
setTimeout(() => {
|
||||
target.classList.remove('active');
|
||||
}, 2000);
|
||||
});
|
||||
}
|
||||
</script>
|
||||
<script type="text/javascript" src="../js/copy-to-clipboard.js"></script>
|
||||
|
||||
<div class="markdown-body">
|
||||
|
||||
|
|
@ -293,7 +281,7 @@ name[:port]/path
|
|||
575
|
||||
</span> 个Linux命令,超过 <a href="../contributors.html">50+</a> 贡献者
|
||||
</div>
|
||||
<script type="text/javascript" src="../js/dt.js?v=1646883896906"></script>
|
||||
<script type="text/javascript" src="../js/index.js?v=1646883896906"></script>
|
||||
<script type="text/javascript" src="../js/dt.js?v=1646885340694"></script>
|
||||
<script type="text/javascript" src="../js/index.js?v=1646885340694"></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=1646883896916">
|
||||
<link rel="stylesheet" type="text/css" href="../css/index.css?v=1646885340629">
|
||||
</head>
|
||||
<body>
|
||||
<a href="https://github.com/jaywcjlove/linux-command" target="_blank" class="github-corner">
|
||||
|
|
@ -41,19 +41,7 @@
|
|||
</div>
|
||||
</div>
|
||||
</div>
|
||||
<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() {
|
||||
setTimeout(() => {
|
||||
target.classList.remove('active');
|
||||
}, 2000);
|
||||
});
|
||||
}
|
||||
</script>
|
||||
<script type="text/javascript" src="../js/copy-to-clipboard.js"></script>
|
||||
|
||||
<div class="markdown-body">
|
||||
|
||||
|
|
@ -107,7 +95,7 @@ function copied(target, str) {
|
|||
575
|
||||
</span> 个Linux命令,超过 <a href="../contributors.html">50+</a> 贡献者
|
||||
</div>
|
||||
<script type="text/javascript" src="../js/dt.js?v=1646883896917"></script>
|
||||
<script type="text/javascript" src="../js/index.js?v=1646883896917"></script>
|
||||
<script type="text/javascript" src="../js/dt.js?v=1646885340630"></script>
|
||||
<script type="text/javascript" src="../js/index.js?v=1646885340630"></script>
|
||||
</body>
|
||||
</html>
|
||||
20
c/ack.html
20
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=1646883896957">
|
||||
<link rel="stylesheet" type="text/css" href="../css/index.css?v=1646885340735">
|
||||
</head>
|
||||
<body>
|
||||
<a href="https://github.com/jaywcjlove/linux-command" target="_blank" class="github-corner">
|
||||
|
|
@ -41,19 +41,7 @@
|
|||
</div>
|
||||
</div>
|
||||
</div>
|
||||
<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() {
|
||||
setTimeout(() => {
|
||||
target.classList.remove('active');
|
||||
}, 2000);
|
||||
});
|
||||
}
|
||||
</script>
|
||||
<script type="text/javascript" src="../js/copy-to-clipboard.js"></script>
|
||||
|
||||
<div class="markdown-body">
|
||||
|
||||
|
|
@ -181,7 +169,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=1646883896958"></script>
|
||||
<script type="text/javascript" src="../js/index.js?v=1646883896958"></script>
|
||||
<script type="text/javascript" src="../js/dt.js?v=1646885340739"></script>
|
||||
<script type="text/javascript" src="../js/index.js?v=1646885340739"></script>
|
||||
</body>
|
||||
</html>
|
||||
20
c/alias.html
20
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=1646883897003">
|
||||
<link rel="stylesheet" type="text/css" href="../css/index.css?v=1646885340788">
|
||||
</head>
|
||||
<body>
|
||||
<a href="https://github.com/jaywcjlove/linux-command" target="_blank" class="github-corner">
|
||||
|
|
@ -41,19 +41,7 @@
|
|||
</div>
|
||||
</div>
|
||||
</div>
|
||||
<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() {
|
||||
setTimeout(() => {
|
||||
target.classList.remove('active');
|
||||
}, 2000);
|
||||
});
|
||||
}
|
||||
</script>
|
||||
<script type="text/javascript" src="../js/copy-to-clipboard.js"></script>
|
||||
|
||||
<div class="markdown-body">
|
||||
|
||||
|
|
@ -214,7 +202,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=1646883897004"></script>
|
||||
<script type="text/javascript" src="../js/index.js?v=1646883897004"></script>
|
||||
<script type="text/javascript" src="../js/dt.js?v=1646885340788"></script>
|
||||
<script type="text/javascript" src="../js/index.js?v=1646885340788"></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=1646883897012">
|
||||
<link rel="stylesheet" type="text/css" href="../css/index.css?v=1646885340799">
|
||||
</head>
|
||||
<body>
|
||||
<a href="https://github.com/jaywcjlove/linux-command" target="_blank" class="github-corner">
|
||||
|
|
@ -41,19 +41,7 @@
|
|||
</div>
|
||||
</div>
|
||||
</div>
|
||||
<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() {
|
||||
setTimeout(() => {
|
||||
target.classList.remove('active');
|
||||
}, 2000);
|
||||
});
|
||||
}
|
||||
</script>
|
||||
<script type="text/javascript" src="../js/copy-to-clipboard.js"></script>
|
||||
|
||||
<div class="markdown-body">
|
||||
|
||||
|
|
@ -108,7 +96,7 @@ function copied(target, str) {
|
|||
575
|
||||
</span> 个Linux命令,超过 <a href="../contributors.html">50+</a> 贡献者
|
||||
</div>
|
||||
<script type="text/javascript" src="../js/dt.js?v=1646883897013"></script>
|
||||
<script type="text/javascript" src="../js/index.js?v=1646883897013"></script>
|
||||
<script type="text/javascript" src="../js/dt.js?v=1646885340800"></script>
|
||||
<script type="text/javascript" src="../js/index.js?v=1646885340800"></script>
|
||||
</body>
|
||||
</html>
|
||||
20
c/apk.html
20
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=1646883897043">
|
||||
<link rel="stylesheet" type="text/css" href="../css/index.css?v=1646885340833">
|
||||
</head>
|
||||
<body>
|
||||
<a href="https://github.com/jaywcjlove/linux-command" target="_blank" class="github-corner">
|
||||
|
|
@ -41,19 +41,7 @@
|
|||
</div>
|
||||
</div>
|
||||
</div>
|
||||
<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() {
|
||||
setTimeout(() => {
|
||||
target.classList.remove('active');
|
||||
}, 2000);
|
||||
});
|
||||
}
|
||||
</script>
|
||||
<script type="text/javascript" src="../js/copy-to-clipboard.js"></script>
|
||||
|
||||
<div class="markdown-body">
|
||||
|
||||
|
|
@ -296,7 +284,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=1646883897043"></script>
|
||||
<script type="text/javascript" src="../js/index.js?v=1646883897043"></script>
|
||||
<script type="text/javascript" src="../js/dt.js?v=1646885340834"></script>
|
||||
<script type="text/javascript" src="../js/index.js?v=1646885340834"></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=1646883897086">
|
||||
<link rel="stylesheet" type="text/css" href="../css/index.css?v=1646885340882">
|
||||
</head>
|
||||
<body>
|
||||
<a href="https://github.com/jaywcjlove/linux-command" target="_blank" class="github-corner">
|
||||
|
|
@ -41,19 +41,7 @@
|
|||
</div>
|
||||
</div>
|
||||
</div>
|
||||
<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() {
|
||||
setTimeout(() => {
|
||||
target.classList.remove('active');
|
||||
}, 2000);
|
||||
});
|
||||
}
|
||||
</script>
|
||||
<script type="text/javascript" src="../js/copy-to-clipboard.js"></script>
|
||||
|
||||
<div class="markdown-body">
|
||||
|
||||
|
|
@ -178,7 +166,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=1646883897086"></script>
|
||||
<script type="text/javascript" src="../js/index.js?v=1646883897086"></script>
|
||||
<script type="text/javascript" src="../js/dt.js?v=1646885340883"></script>
|
||||
<script type="text/javascript" src="../js/index.js?v=1646885340883"></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=1646883897110">
|
||||
<link rel="stylesheet" type="text/css" href="../css/index.css?v=1646885340913">
|
||||
</head>
|
||||
<body>
|
||||
<a href="https://github.com/jaywcjlove/linux-command" target="_blank" class="github-corner">
|
||||
|
|
@ -41,19 +41,7 @@
|
|||
</div>
|
||||
</div>
|
||||
</div>
|
||||
<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() {
|
||||
setTimeout(() => {
|
||||
target.classList.remove('active');
|
||||
}, 2000);
|
||||
});
|
||||
}
|
||||
</script>
|
||||
<script type="text/javascript" src="../js/copy-to-clipboard.js"></script>
|
||||
|
||||
<div class="markdown-body">
|
||||
|
||||
|
|
@ -168,7 +156,7 @@ apt-get clean # 删除软件包的安装包
|
|||
575
|
||||
</span> 个Linux命令,超过 <a href="../contributors.html">50+</a> 贡献者
|
||||
</div>
|
||||
<script type="text/javascript" src="../js/dt.js?v=1646883897111"></script>
|
||||
<script type="text/javascript" src="../js/index.js?v=1646883897111"></script>
|
||||
<script type="text/javascript" src="../js/dt.js?v=1646885340915"></script>
|
||||
<script type="text/javascript" src="../js/index.js?v=1646885340915"></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=1646883897119">
|
||||
<link rel="stylesheet" type="text/css" href="../css/index.css?v=1646885340924">
|
||||
</head>
|
||||
<body>
|
||||
<a href="https://github.com/jaywcjlove/linux-command" target="_blank" class="github-corner">
|
||||
|
|
@ -41,19 +41,7 @@
|
|||
</div>
|
||||
</div>
|
||||
</div>
|
||||
<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() {
|
||||
setTimeout(() => {
|
||||
target.classList.remove('active');
|
||||
}, 2000);
|
||||
});
|
||||
}
|
||||
</script>
|
||||
<script type="text/javascript" src="../js/copy-to-clipboard.js"></script>
|
||||
|
||||
<div class="markdown-body">
|
||||
|
||||
|
|
@ -109,7 +97,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=1646883897120"></script>
|
||||
<script type="text/javascript" src="../js/index.js?v=1646883897120"></script>
|
||||
<script type="text/javascript" src="../js/dt.js?v=1646885340925"></script>
|
||||
<script type="text/javascript" src="../js/index.js?v=1646885340925"></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=1646883897127">
|
||||
<link rel="stylesheet" type="text/css" href="../css/index.css?v=1646885340933">
|
||||
</head>
|
||||
<body>
|
||||
<a href="https://github.com/jaywcjlove/linux-command" target="_blank" class="github-corner">
|
||||
|
|
@ -41,19 +41,7 @@
|
|||
</div>
|
||||
</div>
|
||||
</div>
|
||||
<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() {
|
||||
setTimeout(() => {
|
||||
target.classList.remove('active');
|
||||
}, 2000);
|
||||
});
|
||||
}
|
||||
</script>
|
||||
<script type="text/javascript" src="../js/copy-to-clipboard.js"></script>
|
||||
|
||||
<div class="markdown-body">
|
||||
|
||||
|
|
@ -105,7 +93,7 @@ function copied(target, str) {
|
|||
575
|
||||
</span> 个Linux命令,超过 <a href="../contributors.html">50+</a> 贡献者
|
||||
</div>
|
||||
<script type="text/javascript" src="../js/dt.js?v=1646883897127"></script>
|
||||
<script type="text/javascript" src="../js/index.js?v=1646883897127"></script>
|
||||
<script type="text/javascript" src="../js/dt.js?v=1646885340935"></script>
|
||||
<script type="text/javascript" src="../js/index.js?v=1646885340935"></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=1646883897140">
|
||||
<link rel="stylesheet" type="text/css" href="../css/index.css?v=1646885340948">
|
||||
</head>
|
||||
<body>
|
||||
<a href="https://github.com/jaywcjlove/linux-command" target="_blank" class="github-corner">
|
||||
|
|
@ -41,19 +41,7 @@
|
|||
</div>
|
||||
</div>
|
||||
</div>
|
||||
<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() {
|
||||
setTimeout(() => {
|
||||
target.classList.remove('active');
|
||||
}, 2000);
|
||||
});
|
||||
}
|
||||
</script>
|
||||
<script type="text/javascript" src="../js/copy-to-clipboard.js"></script>
|
||||
|
||||
<div class="markdown-body">
|
||||
|
||||
|
|
@ -137,7 +125,7 @@ aptitude autoclean # 仅删除过期的包文件
|
|||
575
|
||||
</span> 个Linux命令,超过 <a href="../contributors.html">50+</a> 贡献者
|
||||
</div>
|
||||
<script type="text/javascript" src="../js/dt.js?v=1646883897140"></script>
|
||||
<script type="text/javascript" src="../js/index.js?v=1646883897140"></script>
|
||||
<script type="text/javascript" src="../js/dt.js?v=1646885340949"></script>
|
||||
<script type="text/javascript" src="../js/index.js?v=1646885340949"></script>
|
||||
</body>
|
||||
</html>
|
||||
20
c/ar.html
20
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=1646883897186">
|
||||
<link rel="stylesheet" type="text/css" href="../css/index.css?v=1646885340990">
|
||||
</head>
|
||||
<body>
|
||||
<a href="https://github.com/jaywcjlove/linux-command" target="_blank" class="github-corner">
|
||||
|
|
@ -41,19 +41,7 @@
|
|||
</div>
|
||||
</div>
|
||||
</div>
|
||||
<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() {
|
||||
setTimeout(() => {
|
||||
target.classList.remove('active');
|
||||
}, 2000);
|
||||
});
|
||||
}
|
||||
</script>
|
||||
<script type="text/javascript" src="../js/copy-to-clipboard.js"></script>
|
||||
|
||||
<div class="markdown-body">
|
||||
|
||||
|
|
@ -329,7 +317,7 @@ d.c
|
|||
575
|
||||
</span> 个Linux命令,超过 <a href="../contributors.html">50+</a> 贡献者
|
||||
</div>
|
||||
<script type="text/javascript" src="../js/dt.js?v=1646883897188"></script>
|
||||
<script type="text/javascript" src="../js/index.js?v=1646883897188"></script>
|
||||
<script type="text/javascript" src="../js/dt.js?v=1646885340991"></script>
|
||||
<script type="text/javascript" src="../js/index.js?v=1646885340991"></script>
|
||||
</body>
|
||||
</html>
|
||||
20
c/arch.html
20
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=1646883897202">
|
||||
<link rel="stylesheet" type="text/css" href="../css/index.css?v=1646885341008">
|
||||
</head>
|
||||
<body>
|
||||
<a href="https://github.com/jaywcjlove/linux-command" target="_blank" class="github-corner">
|
||||
|
|
@ -41,19 +41,7 @@
|
|||
</div>
|
||||
</div>
|
||||
</div>
|
||||
<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() {
|
||||
setTimeout(() => {
|
||||
target.classList.remove('active');
|
||||
}, 2000);
|
||||
});
|
||||
}
|
||||
</script>
|
||||
<script type="text/javascript" src="../js/copy-to-clipboard.js"></script>
|
||||
|
||||
<div class="markdown-body">
|
||||
|
||||
|
|
@ -120,7 +108,7 @@ x86_64
|
|||
575
|
||||
</span> 个Linux命令,超过 <a href="../contributors.html">50+</a> 贡献者
|
||||
</div>
|
||||
<script type="text/javascript" src="../js/dt.js?v=1646883897203"></script>
|
||||
<script type="text/javascript" src="../js/index.js?v=1646883897203"></script>
|
||||
<script type="text/javascript" src="../js/dt.js?v=1646885341009"></script>
|
||||
<script type="text/javascript" src="../js/index.js?v=1646885341009"></script>
|
||||
</body>
|
||||
</html>
|
||||
20
c/arj.html
20
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=1646883897209">
|
||||
<link rel="stylesheet" type="text/css" href="../css/index.css?v=1646885341017">
|
||||
</head>
|
||||
<body>
|
||||
<a href="https://github.com/jaywcjlove/linux-command" target="_blank" class="github-corner">
|
||||
|
|
@ -41,19 +41,7 @@
|
|||
</div>
|
||||
</div>
|
||||
</div>
|
||||
<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() {
|
||||
setTimeout(() => {
|
||||
target.classList.remove('active');
|
||||
}, 2000);
|
||||
});
|
||||
}
|
||||
</script>
|
||||
<script type="text/javascript" src="../js/copy-to-clipboard.js"></script>
|
||||
|
||||
<div class="markdown-body">
|
||||
|
||||
|
|
@ -102,7 +90,7 @@ function copied(target, str) {
|
|||
575
|
||||
</span> 个Linux命令,超过 <a href="../contributors.html">50+</a> 贡献者
|
||||
</div>
|
||||
<script type="text/javascript" src="../js/dt.js?v=1646883897210"></script>
|
||||
<script type="text/javascript" src="../js/index.js?v=1646883897210"></script>
|
||||
<script type="text/javascript" src="../js/dt.js?v=1646885341018"></script>
|
||||
<script type="text/javascript" src="../js/index.js?v=1646885341018"></script>
|
||||
</body>
|
||||
</html>
|
||||
20
c/arp.html
20
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=1646883897226">
|
||||
<link rel="stylesheet" type="text/css" href="../css/index.css?v=1646885341038">
|
||||
</head>
|
||||
<body>
|
||||
<a href="https://github.com/jaywcjlove/linux-command" target="_blank" class="github-corner">
|
||||
|
|
@ -41,19 +41,7 @@
|
|||
</div>
|
||||
</div>
|
||||
</div>
|
||||
<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() {
|
||||
setTimeout(() => {
|
||||
target.classList.remove('active');
|
||||
}, 2000);
|
||||
});
|
||||
}
|
||||
</script>
|
||||
<script type="text/javascript" src="../js/copy-to-clipboard.js"></script>
|
||||
|
||||
<div class="markdown-body">
|
||||
|
||||
|
|
@ -150,7 +138,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=1646883897227"></script>
|
||||
<script type="text/javascript" src="../js/index.js?v=1646883897227"></script>
|
||||
<script type="text/javascript" src="../js/dt.js?v=1646885341039"></script>
|
||||
<script type="text/javascript" src="../js/index.js?v=1646885341039"></script>
|
||||
</body>
|
||||
</html>
|
||||
20
c/arpd.html
20
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=1646883897236">
|
||||
<link rel="stylesheet" type="text/css" href="../css/index.css?v=1646885341049">
|
||||
</head>
|
||||
<body>
|
||||
<a href="https://github.com/jaywcjlove/linux-command" target="_blank" class="github-corner">
|
||||
|
|
@ -41,19 +41,7 @@
|
|||
</div>
|
||||
</div>
|
||||
</div>
|
||||
<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() {
|
||||
setTimeout(() => {
|
||||
target.classList.remove('active');
|
||||
}, 2000);
|
||||
});
|
||||
}
|
||||
</script>
|
||||
<script type="text/javascript" src="../js/copy-to-clipboard.js"></script>
|
||||
|
||||
<div class="markdown-body">
|
||||
|
||||
|
|
@ -122,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=1646883897237"></script>
|
||||
<script type="text/javascript" src="../js/index.js?v=1646883897237"></script>
|
||||
<script type="text/javascript" src="../js/dt.js?v=1646885341050"></script>
|
||||
<script type="text/javascript" src="../js/index.js?v=1646885341050"></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=1646883897249">
|
||||
<link rel="stylesheet" type="text/css" href="../css/index.css?v=1646885341065">
|
||||
</head>
|
||||
<body>
|
||||
<a href="https://github.com/jaywcjlove/linux-command" target="_blank" class="github-corner">
|
||||
|
|
@ -41,19 +41,7 @@
|
|||
</div>
|
||||
</div>
|
||||
</div>
|
||||
<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() {
|
||||
setTimeout(() => {
|
||||
target.classList.remove('active');
|
||||
}, 2000);
|
||||
});
|
||||
}
|
||||
</script>
|
||||
<script type="text/javascript" src="../js/copy-to-clipboard.js"></script>
|
||||
|
||||
<div class="markdown-body">
|
||||
|
||||
|
|
@ -141,7 +129,7 @@ Received 8 response(s)
|
|||
575
|
||||
</span> 个Linux命令,超过 <a href="../contributors.html">50+</a> 贡献者
|
||||
</div>
|
||||
<script type="text/javascript" src="../js/dt.js?v=1646883897250"></script>
|
||||
<script type="text/javascript" src="../js/index.js?v=1646883897250"></script>
|
||||
<script type="text/javascript" src="../js/dt.js?v=1646885341066"></script>
|
||||
<script type="text/javascript" src="../js/index.js?v=1646885341066"></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=1646883897256">
|
||||
<link rel="stylesheet" type="text/css" href="../css/index.css?v=1646885341075">
|
||||
</head>
|
||||
<body>
|
||||
<a href="https://github.com/jaywcjlove/linux-command" target="_blank" class="github-corner">
|
||||
|
|
@ -41,19 +41,7 @@
|
|||
</div>
|
||||
</div>
|
||||
</div>
|
||||
<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() {
|
||||
setTimeout(() => {
|
||||
target.classList.remove('active');
|
||||
}, 2000);
|
||||
});
|
||||
}
|
||||
</script>
|
||||
<script type="text/javascript" src="../js/copy-to-clipboard.js"></script>
|
||||
|
||||
<div class="markdown-body">
|
||||
|
||||
|
|
@ -125,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=1646883897257"></script>
|
||||
<script type="text/javascript" src="../js/index.js?v=1646883897257"></script>
|
||||
<script type="text/javascript" src="../js/dt.js?v=1646885341077"></script>
|
||||
<script type="text/javascript" src="../js/index.js?v=1646885341077"></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=1646883897264">
|
||||
<link rel="stylesheet" type="text/css" href="../css/index.css?v=1646885341086">
|
||||
</head>
|
||||
<body>
|
||||
<a href="https://github.com/jaywcjlove/linux-command" target="_blank" class="github-corner">
|
||||
|
|
@ -41,19 +41,7 @@
|
|||
</div>
|
||||
</div>
|
||||
</div>
|
||||
<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() {
|
||||
setTimeout(() => {
|
||||
target.classList.remove('active');
|
||||
}, 2000);
|
||||
});
|
||||
}
|
||||
</script>
|
||||
<script type="text/javascript" src="../js/copy-to-clipboard.js"></script>
|
||||
|
||||
<div class="markdown-body">
|
||||
|
||||
|
|
@ -107,7 +95,7 @@ function copied(target, str) {
|
|||
575
|
||||
</span> 个Linux命令,超过 <a href="../contributors.html">50+</a> 贡献者
|
||||
</div>
|
||||
<script type="text/javascript" src="../js/dt.js?v=1646883897264"></script>
|
||||
<script type="text/javascript" src="../js/index.js?v=1646883897264"></script>
|
||||
<script type="text/javascript" src="../js/dt.js?v=1646885341088"></script>
|
||||
<script type="text/javascript" src="../js/index.js?v=1646885341088"></script>
|
||||
</body>
|
||||
</html>
|
||||
20
c/as.html
20
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=1646883897271">
|
||||
<link rel="stylesheet" type="text/css" href="../css/index.css?v=1646885341098">
|
||||
</head>
|
||||
<body>
|
||||
<a href="https://github.com/jaywcjlove/linux-command" target="_blank" class="github-corner">
|
||||
|
|
@ -41,19 +41,7 @@
|
|||
</div>
|
||||
</div>
|
||||
</div>
|
||||
<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() {
|
||||
setTimeout(() => {
|
||||
target.classList.remove('active');
|
||||
}, 2000);
|
||||
});
|
||||
}
|
||||
</script>
|
||||
<script type="text/javascript" src="../js/copy-to-clipboard.js"></script>
|
||||
|
||||
<div class="markdown-body">
|
||||
|
||||
|
|
@ -131,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=1646883897272"></script>
|
||||
<script type="text/javascript" src="../js/index.js?v=1646883897272"></script>
|
||||
<script type="text/javascript" src="../js/dt.js?v=1646885341099"></script>
|
||||
<script type="text/javascript" src="../js/index.js?v=1646885341099"></script>
|
||||
</body>
|
||||
</html>
|
||||
20
c/at.html
20
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=1646883897293">
|
||||
<link rel="stylesheet" type="text/css" href="../css/index.css?v=1646885341124">
|
||||
</head>
|
||||
<body>
|
||||
<a href="https://github.com/jaywcjlove/linux-command" target="_blank" class="github-corner">
|
||||
|
|
@ -41,19 +41,7 @@
|
|||
</div>
|
||||
</div>
|
||||
</div>
|
||||
<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() {
|
||||
setTimeout(() => {
|
||||
target.classList.remove('active');
|
||||
}, 2000);
|
||||
});
|
||||
}
|
||||
</script>
|
||||
<script type="text/javascript" src="../js/copy-to-clipboard.js"></script>
|
||||
|
||||
<div class="markdown-body">
|
||||
|
||||
|
|
@ -171,7 +159,7 @@ date >/root/2013.log
|
|||
575
|
||||
</span> 个Linux命令,超过 <a href="../contributors.html">50+</a> 贡献者
|
||||
</div>
|
||||
<script type="text/javascript" src="../js/dt.js?v=1646883897294"></script>
|
||||
<script type="text/javascript" src="../js/index.js?v=1646883897294"></script>
|
||||
<script type="text/javascript" src="../js/dt.js?v=1646885341124"></script>
|
||||
<script type="text/javascript" src="../js/index.js?v=1646885341124"></script>
|
||||
</body>
|
||||
</html>
|
||||
20
c/atop.html
20
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=1646883897318">
|
||||
<link rel="stylesheet" type="text/css" href="../css/index.css?v=1646885341152">
|
||||
</head>
|
||||
<body>
|
||||
<a href="https://github.com/jaywcjlove/linux-command" target="_blank" class="github-corner">
|
||||
|
|
@ -41,19 +41,7 @@
|
|||
</div>
|
||||
</div>
|
||||
</div>
|
||||
<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() {
|
||||
setTimeout(() => {
|
||||
target.classList.remove('active');
|
||||
}, 2000);
|
||||
});
|
||||
}
|
||||
</script>
|
||||
<script type="text/javascript" src="../js/copy-to-clipboard.js"></script>
|
||||
|
||||
<div class="markdown-body">
|
||||
|
||||
|
|
@ -167,7 +155,7 @@ function copied(target, str) {
|
|||
575
|
||||
</span> 个Linux命令,超过 <a href="../contributors.html">50+</a> 贡献者
|
||||
</div>
|
||||
<script type="text/javascript" src="../js/dt.js?v=1646883897319"></script>
|
||||
<script type="text/javascript" src="../js/index.js?v=1646883897319"></script>
|
||||
<script type="text/javascript" src="../js/dt.js?v=1646885341153"></script>
|
||||
<script type="text/javascript" src="../js/index.js?v=1646885341153"></script>
|
||||
</body>
|
||||
</html>
|
||||
20
c/atq.html
20
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=1646883897328">
|
||||
<link rel="stylesheet" type="text/css" href="../css/index.css?v=1646885341167">
|
||||
</head>
|
||||
<body>
|
||||
<a href="https://github.com/jaywcjlove/linux-command" target="_blank" class="github-corner">
|
||||
|
|
@ -41,19 +41,7 @@
|
|||
</div>
|
||||
</div>
|
||||
</div>
|
||||
<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() {
|
||||
setTimeout(() => {
|
||||
target.classList.remove('active');
|
||||
}, 2000);
|
||||
});
|
||||
}
|
||||
</script>
|
||||
<script type="text/javascript" src="../js/copy-to-clipboard.js"></script>
|
||||
|
||||
<div class="markdown-body">
|
||||
|
||||
|
|
@ -119,7 +107,7 @@ atq
|
|||
575
|
||||
</span> 个Linux命令,超过 <a href="../contributors.html">50+</a> 贡献者
|
||||
</div>
|
||||
<script type="text/javascript" src="../js/dt.js?v=1646883897328"></script>
|
||||
<script type="text/javascript" src="../js/index.js?v=1646883897328"></script>
|
||||
<script type="text/javascript" src="../js/dt.js?v=1646885341168"></script>
|
||||
<script type="text/javascript" src="../js/index.js?v=1646885341168"></script>
|
||||
</body>
|
||||
</html>
|
||||
20
c/atrm.html
20
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=1646883897349">
|
||||
<link rel="stylesheet" type="text/css" href="../css/index.css?v=1646885341178">
|
||||
</head>
|
||||
<body>
|
||||
<a href="https://github.com/jaywcjlove/linux-command" target="_blank" class="github-corner">
|
||||
|
|
@ -41,19 +41,7 @@
|
|||
</div>
|
||||
</div>
|
||||
</div>
|
||||
<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() {
|
||||
setTimeout(() => {
|
||||
target.classList.remove('active');
|
||||
}, 2000);
|
||||
});
|
||||
}
|
||||
</script>
|
||||
<script type="text/javascript" src="../js/copy-to-clipboard.js"></script>
|
||||
|
||||
<div class="markdown-body">
|
||||
|
||||
|
|
@ -116,7 +104,7 @@ atrm 2 # 删除任务2
|
|||
575
|
||||
</span> 个Linux命令,超过 <a href="../contributors.html">50+</a> 贡献者
|
||||
</div>
|
||||
<script type="text/javascript" src="../js/dt.js?v=1646883897349"></script>
|
||||
<script type="text/javascript" src="../js/index.js?v=1646883897349"></script>
|
||||
<script type="text/javascript" src="../js/dt.js?v=1646885341179"></script>
|
||||
<script type="text/javascript" src="../js/index.js?v=1646885341179"></script>
|
||||
</body>
|
||||
</html>
|
||||
20
c/awk.html
20
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=1646883897665">
|
||||
<link rel="stylesheet" type="text/css" href="../css/index.css?v=1646885341538">
|
||||
</head>
|
||||
<body>
|
||||
<a href="https://github.com/jaywcjlove/linux-command" target="_blank" class="github-corner">
|
||||
|
|
@ -41,19 +41,7 @@
|
|||
</div>
|
||||
</div>
|
||||
</div>
|
||||
<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() {
|
||||
setTimeout(() => {
|
||||
target.classList.remove('active');
|
||||
}, 2000);
|
||||
});
|
||||
}
|
||||
</script>
|
||||
<script type="text/javascript" src="../js/copy-to-clipboard.js"></script>
|
||||
|
||||
<div class="markdown-body">
|
||||
|
||||
|
|
@ -1405,7 +1393,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=1646883897666"></script>
|
||||
<script type="text/javascript" src="../js/index.js?v=1646883897666"></script>
|
||||
<script type="text/javascript" src="../js/dt.js?v=1646885341539"></script>
|
||||
<script type="text/javascript" src="../js/index.js?v=1646885341539"></script>
|
||||
</body>
|
||||
</html>
|
||||
20
c/axel.html
20
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=1646883897680">
|
||||
<link rel="stylesheet" type="text/css" href="../css/index.css?v=1646885341554">
|
||||
</head>
|
||||
<body>
|
||||
<a href="https://github.com/jaywcjlove/linux-command" target="_blank" class="github-corner">
|
||||
|
|
@ -41,19 +41,7 @@
|
|||
</div>
|
||||
</div>
|
||||
</div>
|
||||
<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() {
|
||||
setTimeout(() => {
|
||||
target.classList.remove('active');
|
||||
}, 2000);
|
||||
});
|
||||
}
|
||||
</script>
|
||||
<script type="text/javascript" src="../js/copy-to-clipboard.js"></script>
|
||||
|
||||
<div class="markdown-body">
|
||||
|
||||
|
|
@ -148,7 +136,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=1646883897681"></script>
|
||||
<script type="text/javascript" src="../js/index.js?v=1646883897681"></script>
|
||||
<script type="text/javascript" src="../js/dt.js?v=1646885341555"></script>
|
||||
<script type="text/javascript" src="../js/index.js?v=1646885341555"></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=1646883897696">
|
||||
<link rel="stylesheet" type="text/css" href="../css/index.css?v=1646885341572">
|
||||
</head>
|
||||
<body>
|
||||
<a href="https://github.com/jaywcjlove/linux-command" target="_blank" class="github-corner">
|
||||
|
|
@ -41,19 +41,7 @@
|
|||
</div>
|
||||
</div>
|
||||
</div>
|
||||
<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() {
|
||||
setTimeout(() => {
|
||||
target.classList.remove('active');
|
||||
}, 2000);
|
||||
});
|
||||
}
|
||||
</script>
|
||||
<script type="text/javascript" src="../js/copy-to-clipboard.js"></script>
|
||||
|
||||
<div class="markdown-body">
|
||||
|
||||
|
|
@ -158,7 +146,7 @@ function copied(target, str) {
|
|||
575
|
||||
</span> 个Linux命令,超过 <a href="../contributors.html">50+</a> 贡献者
|
||||
</div>
|
||||
<script type="text/javascript" src="../js/dt.js?v=1646883897697"></script>
|
||||
<script type="text/javascript" src="../js/index.js?v=1646883897697"></script>
|
||||
<script type="text/javascript" src="../js/dt.js?v=1646885341573"></script>
|
||||
<script type="text/javascript" src="../js/index.js?v=1646885341573"></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=1646883897714">
|
||||
<link rel="stylesheet" type="text/css" href="../css/index.css?v=1646885341585">
|
||||
</head>
|
||||
<body>
|
||||
<a href="https://github.com/jaywcjlove/linux-command" target="_blank" class="github-corner">
|
||||
|
|
@ -41,19 +41,7 @@
|
|||
</div>
|
||||
</div>
|
||||
</div>
|
||||
<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() {
|
||||
setTimeout(() => {
|
||||
target.classList.remove('active');
|
||||
}, 2000);
|
||||
});
|
||||
}
|
||||
</script>
|
||||
<script type="text/javascript" src="../js/copy-to-clipboard.js"></script>
|
||||
|
||||
<div class="markdown-body">
|
||||
|
||||
|
|
@ -128,7 +116,7 @@ function copied(target, str) {
|
|||
575
|
||||
</span> 个Linux命令,超过 <a href="../contributors.html">50+</a> 贡献者
|
||||
</div>
|
||||
<script type="text/javascript" src="../js/dt.js?v=1646883897714"></script>
|
||||
<script type="text/javascript" src="../js/index.js?v=1646883897714"></script>
|
||||
<script type="text/javascript" src="../js/dt.js?v=1646885341586"></script>
|
||||
<script type="text/javascript" src="../js/index.js?v=1646885341586"></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=1646883897723">
|
||||
<link rel="stylesheet" type="text/css" href="../css/index.css?v=1646885341596">
|
||||
</head>
|
||||
<body>
|
||||
<a href="https://github.com/jaywcjlove/linux-command" target="_blank" class="github-corner">
|
||||
|
|
@ -41,19 +41,7 @@
|
|||
</div>
|
||||
</div>
|
||||
</div>
|
||||
<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() {
|
||||
setTimeout(() => {
|
||||
target.classList.remove('active');
|
||||
}, 2000);
|
||||
});
|
||||
}
|
||||
</script>
|
||||
<script type="text/javascript" src="../js/copy-to-clipboard.js"></script>
|
||||
|
||||
<div class="markdown-body">
|
||||
|
||||
|
|
@ -119,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=1646883897723"></script>
|
||||
<script type="text/javascript" src="../js/index.js?v=1646883897723"></script>
|
||||
<script type="text/javascript" src="../js/dt.js?v=1646885341597"></script>
|
||||
<script type="text/javascript" src="../js/index.js?v=1646885341597"></script>
|
||||
</body>
|
||||
</html>
|
||||
20
c/batch.html
20
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=1646883897749">
|
||||
<link rel="stylesheet" type="text/css" href="../css/index.css?v=1646885341608">
|
||||
</head>
|
||||
<body>
|
||||
<a href="https://github.com/jaywcjlove/linux-command" target="_blank" class="github-corner">
|
||||
|
|
@ -41,19 +41,7 @@
|
|||
</div>
|
||||
</div>
|
||||
</div>
|
||||
<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() {
|
||||
setTimeout(() => {
|
||||
target.classList.remove('active');
|
||||
}, 2000);
|
||||
});
|
||||
}
|
||||
</script>
|
||||
<script type="text/javascript" src="../js/copy-to-clipboard.js"></script>
|
||||
|
||||
<div class="markdown-body">
|
||||
|
||||
|
|
@ -117,7 +105,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=1646883897750"></script>
|
||||
<script type="text/javascript" src="../js/index.js?v=1646883897750"></script>
|
||||
<script type="text/javascript" src="../js/dt.js?v=1646885341609"></script>
|
||||
<script type="text/javascript" src="../js/index.js?v=1646885341609"></script>
|
||||
</body>
|
||||
</html>
|
||||
20
c/bc.html
20
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=1646883897742">
|
||||
<link rel="stylesheet" type="text/css" href="../css/index.css?v=1646885341623">
|
||||
</head>
|
||||
<body>
|
||||
<a href="https://github.com/jaywcjlove/linux-command" target="_blank" class="github-corner">
|
||||
|
|
@ -41,19 +41,7 @@
|
|||
</div>
|
||||
</div>
|
||||
</div>
|
||||
<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() {
|
||||
setTimeout(() => {
|
||||
target.classList.remove('active');
|
||||
}, 2000);
|
||||
});
|
||||
}
|
||||
</script>
|
||||
<script type="text/javascript" src="../js/copy-to-clipboard.js"></script>
|
||||
|
||||
<div class="markdown-body">
|
||||
|
||||
|
|
@ -158,7 +146,7 @@ echo "sqrt(100)" | bc
|
|||
575
|
||||
</span> 个Linux命令,超过 <a href="../contributors.html">50+</a> 贡献者
|
||||
</div>
|
||||
<script type="text/javascript" src="../js/dt.js?v=1646883897743"></script>
|
||||
<script type="text/javascript" src="../js/index.js?v=1646883897743"></script>
|
||||
<script type="text/javascript" src="../js/dt.js?v=1646885341624"></script>
|
||||
<script type="text/javascript" src="../js/index.js?v=1646885341624"></script>
|
||||
</body>
|
||||
</html>
|
||||
20
c/bg.html
20
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=1646883897760">
|
||||
<link rel="stylesheet" type="text/css" href="../css/index.css?v=1646885341635">
|
||||
</head>
|
||||
<body>
|
||||
<a href="https://github.com/jaywcjlove/linux-command" target="_blank" class="github-corner">
|
||||
|
|
@ -41,19 +41,7 @@
|
|||
</div>
|
||||
</div>
|
||||
</div>
|
||||
<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() {
|
||||
setTimeout(() => {
|
||||
target.classList.remove('active');
|
||||
}, 2000);
|
||||
});
|
||||
}
|
||||
</script>
|
||||
<script type="text/javascript" src="../js/copy-to-clipboard.js"></script>
|
||||
|
||||
<div class="markdown-body">
|
||||
|
||||
|
|
@ -136,7 +124,7 @@ bg %1
|
|||
575
|
||||
</span> 个Linux命令,超过 <a href="../contributors.html">50+</a> 贡献者
|
||||
</div>
|
||||
<script type="text/javascript" src="../js/dt.js?v=1646883897760"></script>
|
||||
<script type="text/javascript" src="../js/index.js?v=1646883897760"></script>
|
||||
<script type="text/javascript" src="../js/dt.js?v=1646885341636"></script>
|
||||
<script type="text/javascript" src="../js/index.js?v=1646885341636"></script>
|
||||
</body>
|
||||
</html>
|
||||
20
c/bind.html
20
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=1646883897770">
|
||||
<link rel="stylesheet" type="text/css" href="../css/index.css?v=1646885341650">
|
||||
</head>
|
||||
<body>
|
||||
<a href="https://github.com/jaywcjlove/linux-command" target="_blank" class="github-corner">
|
||||
|
|
@ -41,19 +41,7 @@
|
|||
</div>
|
||||
</div>
|
||||
</div>
|
||||
<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() {
|
||||
setTimeout(() => {
|
||||
target.classList.remove('active');
|
||||
}, 2000);
|
||||
});
|
||||
}
|
||||
</script>
|
||||
<script type="text/javascript" src="../js/copy-to-clipboard.js"></script>
|
||||
|
||||
<div class="markdown-body">
|
||||
|
||||
|
|
@ -157,7 +145,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=1646883897771"></script>
|
||||
<script type="text/javascript" src="../js/index.js?v=1646883897771"></script>
|
||||
<script type="text/javascript" src="../js/dt.js?v=1646885341652"></script>
|
||||
<script type="text/javascript" src="../js/index.js?v=1646885341652"></script>
|
||||
</body>
|
||||
</html>
|
||||
20
c/blkid.html
20
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=1646883897793">
|
||||
<link rel="stylesheet" type="text/css" href="../css/index.css?v=1646885341676">
|
||||
</head>
|
||||
<body>
|
||||
<a href="https://github.com/jaywcjlove/linux-command" target="_blank" class="github-corner">
|
||||
|
|
@ -41,19 +41,7 @@
|
|||
</div>
|
||||
</div>
|
||||
</div>
|
||||
<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() {
|
||||
setTimeout(() => {
|
||||
target.classList.remove('active');
|
||||
}, 2000);
|
||||
});
|
||||
}
|
||||
</script>
|
||||
<script type="text/javascript" src="../js/copy-to-clipboard.js"></script>
|
||||
|
||||
<div class="markdown-body">
|
||||
|
||||
|
|
@ -180,7 +168,7 @@ Low-level probing options:
|
|||
575
|
||||
</span> 个Linux命令,超过 <a href="../contributors.html">50+</a> 贡献者
|
||||
</div>
|
||||
<script type="text/javascript" src="../js/dt.js?v=1646883897794"></script>
|
||||
<script type="text/javascript" src="../js/index.js?v=1646883897794"></script>
|
||||
<script type="text/javascript" src="../js/dt.js?v=1646885341677"></script>
|
||||
<script type="text/javascript" src="../js/index.js?v=1646885341677"></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=1646883897801">
|
||||
<link rel="stylesheet" type="text/css" href="../css/index.css?v=1646885341685">
|
||||
</head>
|
||||
<body>
|
||||
<a href="https://github.com/jaywcjlove/linux-command" target="_blank" class="github-corner">
|
||||
|
|
@ -41,19 +41,7 @@
|
|||
</div>
|
||||
</div>
|
||||
</div>
|
||||
<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() {
|
||||
setTimeout(() => {
|
||||
target.classList.remove('active');
|
||||
}, 2000);
|
||||
});
|
||||
}
|
||||
</script>
|
||||
<script type="text/javascript" src="../js/copy-to-clipboard.js"></script>
|
||||
|
||||
<div class="markdown-body">
|
||||
|
||||
|
|
@ -132,7 +120,7 @@ function copied(target, str) {
|
|||
575
|
||||
</span> 个Linux命令,超过 <a href="../contributors.html">50+</a> 贡献者
|
||||
</div>
|
||||
<script type="text/javascript" src="../js/dt.js?v=1646883897802"></script>
|
||||
<script type="text/javascript" src="../js/index.js?v=1646883897802"></script>
|
||||
<script type="text/javascript" src="../js/dt.js?v=1646885341686"></script>
|
||||
<script type="text/javascript" src="../js/index.js?v=1646885341686"></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=1646883897809">
|
||||
<link rel="stylesheet" type="text/css" href="../css/index.css?v=1646885341696">
|
||||
</head>
|
||||
<body>
|
||||
<a href="https://github.com/jaywcjlove/linux-command" target="_blank" class="github-corner">
|
||||
|
|
@ -41,19 +41,7 @@
|
|||
</div>
|
||||
</div>
|
||||
</div>
|
||||
<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() {
|
||||
setTimeout(() => {
|
||||
target.classList.remove('active');
|
||||
}, 2000);
|
||||
});
|
||||
}
|
||||
</script>
|
||||
<script type="text/javascript" src="../js/copy-to-clipboard.js"></script>
|
||||
|
||||
<div class="markdown-body">
|
||||
|
||||
|
|
@ -138,7 +126,7 @@ depends: scsi_mod
|
|||
575
|
||||
</span> 个Linux命令,超过 <a href="../contributors.html">50+</a> 贡献者
|
||||
</div>
|
||||
<script type="text/javascript" src="../js/dt.js?v=1646883897813"></script>
|
||||
<script type="text/javascript" src="../js/index.js?v=1646883897813"></script>
|
||||
<script type="text/javascript" src="../js/dt.js?v=1646885341697"></script>
|
||||
<script type="text/javascript" src="../js/index.js?v=1646885341697"></script>
|
||||
</body>
|
||||
</html>
|
||||
20
c/break.html
20
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=1646883897830">
|
||||
<link rel="stylesheet" type="text/css" href="../css/index.css?v=1646885341714">
|
||||
</head>
|
||||
<body>
|
||||
<a href="https://github.com/jaywcjlove/linux-command" target="_blank" class="github-corner">
|
||||
|
|
@ -41,19 +41,7 @@
|
|||
</div>
|
||||
</div>
|
||||
</div>
|
||||
<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() {
|
||||
setTimeout(() => {
|
||||
target.classList.remove('active');
|
||||
}, 2000);
|
||||
});
|
||||
}
|
||||
</script>
|
||||
<script type="text/javascript" src="../js/copy-to-clipboard.js"></script>
|
||||
|
||||
<div class="markdown-body">
|
||||
|
||||
|
|
@ -164,7 +152,7 @@ done
|
|||
575
|
||||
</span> 个Linux命令,超过 <a href="../contributors.html">50+</a> 贡献者
|
||||
</div>
|
||||
<script type="text/javascript" src="../js/dt.js?v=1646883897830"></script>
|
||||
<script type="text/javascript" src="../js/index.js?v=1646883897830"></script>
|
||||
<script type="text/javascript" src="../js/dt.js?v=1646885341716"></script>
|
||||
<script type="text/javascript" src="../js/index.js?v=1646885341716"></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=1646883897843">
|
||||
<link rel="stylesheet" type="text/css" href="../css/index.css?v=1646885341732">
|
||||
</head>
|
||||
<body>
|
||||
<a href="https://github.com/jaywcjlove/linux-command" target="_blank" class="github-corner">
|
||||
|
|
@ -41,19 +41,7 @@
|
|||
</div>
|
||||
</div>
|
||||
</div>
|
||||
<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() {
|
||||
setTimeout(() => {
|
||||
target.classList.remove('active');
|
||||
}, 2000);
|
||||
});
|
||||
}
|
||||
</script>
|
||||
<script type="text/javascript" src="../js/copy-to-clipboard.js"></script>
|
||||
|
||||
<div class="markdown-body">
|
||||
|
||||
|
|
@ -167,7 +155,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=1646883897844"></script>
|
||||
<script type="text/javascript" src="../js/index.js?v=1646883897844"></script>
|
||||
<script type="text/javascript" src="../js/dt.js?v=1646885341733"></script>
|
||||
<script type="text/javascript" src="../js/index.js?v=1646885341733"></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=1646883897855">
|
||||
<link rel="stylesheet" type="text/css" href="../css/index.css?v=1646885341746">
|
||||
</head>
|
||||
<body>
|
||||
<a href="https://github.com/jaywcjlove/linux-command" target="_blank" class="github-corner">
|
||||
|
|
@ -41,19 +41,7 @@
|
|||
</div>
|
||||
</div>
|
||||
</div>
|
||||
<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() {
|
||||
setTimeout(() => {
|
||||
target.classList.remove('active');
|
||||
}, 2000);
|
||||
});
|
||||
}
|
||||
</script>
|
||||
<script type="text/javascript" src="../js/copy-to-clipboard.js"></script>
|
||||
|
||||
<div class="markdown-body">
|
||||
|
||||
|
|
@ -117,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=1646883897856"></script>
|
||||
<script type="text/javascript" src="../js/index.js?v=1646883897856"></script>
|
||||
<script type="text/javascript" src="../js/dt.js?v=1646885341747"></script>
|
||||
<script type="text/javascript" src="../js/index.js?v=1646885341747"></script>
|
||||
</body>
|
||||
</html>
|
||||
20
c/bye.html
20
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=1646883897860">
|
||||
<link rel="stylesheet" type="text/css" href="../css/index.css?v=1646885341753">
|
||||
</head>
|
||||
<body>
|
||||
<a href="https://github.com/jaywcjlove/linux-command" target="_blank" class="github-corner">
|
||||
|
|
@ -41,19 +41,7 @@
|
|||
</div>
|
||||
</div>
|
||||
</div>
|
||||
<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() {
|
||||
setTimeout(() => {
|
||||
target.classList.remove('active');
|
||||
}, 2000);
|
||||
});
|
||||
}
|
||||
</script>
|
||||
<script type="text/javascript" src="../js/copy-to-clipboard.js"></script>
|
||||
|
||||
<div class="markdown-body">
|
||||
|
||||
|
|
@ -101,7 +89,7 @@ function copied(target, str) {
|
|||
575
|
||||
</span> 个Linux命令,超过 <a href="../contributors.html">50+</a> 贡献者
|
||||
</div>
|
||||
<script type="text/javascript" src="../js/dt.js?v=1646883897861"></script>
|
||||
<script type="text/javascript" src="../js/index.js?v=1646883897861"></script>
|
||||
<script type="text/javascript" src="../js/dt.js?v=1646885341754"></script>
|
||||
<script type="text/javascript" src="../js/index.js?v=1646885341754"></script>
|
||||
</body>
|
||||
</html>
|
||||
20
c/bzcat.html
20
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=1646883897868">
|
||||
<link rel="stylesheet" type="text/css" href="../css/index.css?v=1646885341762">
|
||||
</head>
|
||||
<body>
|
||||
<a href="https://github.com/jaywcjlove/linux-command" target="_blank" class="github-corner">
|
||||
|
|
@ -41,19 +41,7 @@
|
|||
</div>
|
||||
</div>
|
||||
</div>
|
||||
<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() {
|
||||
setTimeout(() => {
|
||||
target.classList.remove('active');
|
||||
}, 2000);
|
||||
});
|
||||
}
|
||||
</script>
|
||||
<script type="text/javascript" src="../js/copy-to-clipboard.js"></script>
|
||||
|
||||
<div class="markdown-body">
|
||||
|
||||
|
|
@ -110,7 +98,7 @@ function copied(target, str) {
|
|||
575
|
||||
</span> 个Linux命令,超过 <a href="../contributors.html">50+</a> 贡献者
|
||||
</div>
|
||||
<script type="text/javascript" src="../js/dt.js?v=1646883897868"></script>
|
||||
<script type="text/javascript" src="../js/index.js?v=1646883897868"></script>
|
||||
<script type="text/javascript" src="../js/dt.js?v=1646885341763"></script>
|
||||
<script type="text/javascript" src="../js/index.js?v=1646885341763"></script>
|
||||
</body>
|
||||
</html>
|
||||
20
c/bzcmp.html
20
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=1646883897873">
|
||||
<link rel="stylesheet" type="text/css" href="../css/index.css?v=1646885341768">
|
||||
</head>
|
||||
<body>
|
||||
<a href="https://github.com/jaywcjlove/linux-command" target="_blank" class="github-corner">
|
||||
|
|
@ -41,19 +41,7 @@
|
|||
</div>
|
||||
</div>
|
||||
</div>
|
||||
<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() {
|
||||
setTimeout(() => {
|
||||
target.classList.remove('active');
|
||||
}, 2000);
|
||||
});
|
||||
}
|
||||
</script>
|
||||
<script type="text/javascript" src="../js/copy-to-clipboard.js"></script>
|
||||
|
||||
<div class="markdown-body">
|
||||
|
||||
|
|
@ -102,7 +90,7 @@ function copied(target, str) {
|
|||
575
|
||||
</span> 个Linux命令,超过 <a href="../contributors.html">50+</a> 贡献者
|
||||
</div>
|
||||
<script type="text/javascript" src="../js/dt.js?v=1646883897873"></script>
|
||||
<script type="text/javascript" src="../js/index.js?v=1646883897873"></script>
|
||||
<script type="text/javascript" src="../js/dt.js?v=1646885341769"></script>
|
||||
<script type="text/javascript" src="../js/index.js?v=1646885341769"></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=1646883897878">
|
||||
<link rel="stylesheet" type="text/css" href="../css/index.css?v=1646885341773">
|
||||
</head>
|
||||
<body>
|
||||
<a href="https://github.com/jaywcjlove/linux-command" target="_blank" class="github-corner">
|
||||
|
|
@ -41,19 +41,7 @@
|
|||
</div>
|
||||
</div>
|
||||
</div>
|
||||
<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() {
|
||||
setTimeout(() => {
|
||||
target.classList.remove('active');
|
||||
}, 2000);
|
||||
});
|
||||
}
|
||||
</script>
|
||||
<script type="text/javascript" src="../js/copy-to-clipboard.js"></script>
|
||||
|
||||
<div class="markdown-body">
|
||||
|
||||
|
|
@ -102,7 +90,7 @@ function copied(target, str) {
|
|||
575
|
||||
</span> 个Linux命令,超过 <a href="../contributors.html">50+</a> 贡献者
|
||||
</div>
|
||||
<script type="text/javascript" src="../js/dt.js?v=1646883897878"></script>
|
||||
<script type="text/javascript" src="../js/index.js?v=1646883897878"></script>
|
||||
<script type="text/javascript" src="../js/dt.js?v=1646885341774"></script>
|
||||
<script type="text/javascript" src="../js/index.js?v=1646885341774"></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=1646883897883">
|
||||
<link rel="stylesheet" type="text/css" href="../css/index.css?v=1646885341779">
|
||||
</head>
|
||||
<body>
|
||||
<a href="https://github.com/jaywcjlove/linux-command" target="_blank" class="github-corner">
|
||||
|
|
@ -41,19 +41,7 @@
|
|||
</div>
|
||||
</div>
|
||||
</div>
|
||||
<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() {
|
||||
setTimeout(() => {
|
||||
target.classList.remove('active');
|
||||
}, 2000);
|
||||
});
|
||||
}
|
||||
</script>
|
||||
<script type="text/javascript" src="../js/copy-to-clipboard.js"></script>
|
||||
|
||||
<div class="markdown-body">
|
||||
|
||||
|
|
@ -102,7 +90,7 @@ function copied(target, str) {
|
|||
575
|
||||
</span> 个Linux命令,超过 <a href="../contributors.html">50+</a> 贡献者
|
||||
</div>
|
||||
<script type="text/javascript" src="../js/dt.js?v=1646883897883"></script>
|
||||
<script type="text/javascript" src="../js/index.js?v=1646883897883"></script>
|
||||
<script type="text/javascript" src="../js/dt.js?v=1646885341780"></script>
|
||||
<script type="text/javascript" src="../js/index.js?v=1646885341780"></script>
|
||||
</body>
|
||||
</html>
|
||||
20
c/bzip2.html
20
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=1646883897910">
|
||||
<link rel="stylesheet" type="text/css" href="../css/index.css?v=1646885341810">
|
||||
</head>
|
||||
<body>
|
||||
<a href="https://github.com/jaywcjlove/linux-command" target="_blank" class="github-corner">
|
||||
|
|
@ -41,19 +41,7 @@
|
|||
</div>
|
||||
</div>
|
||||
</div>
|
||||
<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() {
|
||||
setTimeout(() => {
|
||||
target.classList.remove('active');
|
||||
}, 2000);
|
||||
});
|
||||
}
|
||||
</script>
|
||||
<script type="text/javascript" src="../js/copy-to-clipboard.js"></script>
|
||||
|
||||
<div class="markdown-body">
|
||||
|
||||
|
|
@ -271,7 +259,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=1646883897910"></script>
|
||||
<script type="text/javascript" src="../js/index.js?v=1646883897910"></script>
|
||||
<script type="text/javascript" src="../js/dt.js?v=1646885341811"></script>
|
||||
<script type="text/javascript" src="../js/index.js?v=1646885341811"></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=1646883897915">
|
||||
<link rel="stylesheet" type="text/css" href="../css/index.css?v=1646885341817">
|
||||
</head>
|
||||
<body>
|
||||
<a href="https://github.com/jaywcjlove/linux-command" target="_blank" class="github-corner">
|
||||
|
|
@ -41,19 +41,7 @@
|
|||
</div>
|
||||
</div>
|
||||
</div>
|
||||
<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() {
|
||||
setTimeout(() => {
|
||||
target.classList.remove('active');
|
||||
}, 2000);
|
||||
});
|
||||
}
|
||||
</script>
|
||||
<script type="text/javascript" src="../js/copy-to-clipboard.js"></script>
|
||||
|
||||
<div class="markdown-body">
|
||||
|
||||
|
|
@ -100,7 +88,7 @@ function copied(target, str) {
|
|||
575
|
||||
</span> 个Linux命令,超过 <a href="../contributors.html">50+</a> 贡献者
|
||||
</div>
|
||||
<script type="text/javascript" src="../js/dt.js?v=1646883897915"></script>
|
||||
<script type="text/javascript" src="../js/index.js?v=1646883897915"></script>
|
||||
<script type="text/javascript" src="../js/dt.js?v=1646885341817"></script>
|
||||
<script type="text/javascript" src="../js/index.js?v=1646885341817"></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=1646883897919">
|
||||
<link rel="stylesheet" type="text/css" href="../css/index.css?v=1646885341822">
|
||||
</head>
|
||||
<body>
|
||||
<a href="https://github.com/jaywcjlove/linux-command" target="_blank" class="github-corner">
|
||||
|
|
@ -41,19 +41,7 @@
|
|||
</div>
|
||||
</div>
|
||||
</div>
|
||||
<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() {
|
||||
setTimeout(() => {
|
||||
target.classList.remove('active');
|
||||
}, 2000);
|
||||
});
|
||||
}
|
||||
</script>
|
||||
<script type="text/javascript" src="../js/copy-to-clipboard.js"></script>
|
||||
|
||||
<div class="markdown-body">
|
||||
|
||||
|
|
@ -99,7 +87,7 @@ function copied(target, str) {
|
|||
575
|
||||
</span> 个Linux命令,超过 <a href="../contributors.html">50+</a> 贡献者
|
||||
</div>
|
||||
<script type="text/javascript" src="../js/dt.js?v=1646883897920"></script>
|
||||
<script type="text/javascript" src="../js/index.js?v=1646883897920"></script>
|
||||
<script type="text/javascript" src="../js/dt.js?v=1646885341825"></script>
|
||||
<script type="text/javascript" src="../js/index.js?v=1646885341825"></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=1646883897926">
|
||||
<link rel="stylesheet" type="text/css" href="../css/index.css?v=1646885341829">
|
||||
</head>
|
||||
<body>
|
||||
<a href="https://github.com/jaywcjlove/linux-command" target="_blank" class="github-corner">
|
||||
|
|
@ -41,19 +41,7 @@
|
|||
</div>
|
||||
</div>
|
||||
</div>
|
||||
<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() {
|
||||
setTimeout(() => {
|
||||
target.classList.remove('active');
|
||||
}, 2000);
|
||||
});
|
||||
}
|
||||
</script>
|
||||
<script type="text/javascript" src="../js/copy-to-clipboard.js"></script>
|
||||
|
||||
<div class="markdown-body">
|
||||
|
||||
|
|
@ -99,7 +87,7 @@ function copied(target, str) {
|
|||
575
|
||||
</span> 个Linux命令,超过 <a href="../contributors.html">50+</a> 贡献者
|
||||
</div>
|
||||
<script type="text/javascript" src="../js/dt.js?v=1646883897927"></script>
|
||||
<script type="text/javascript" src="../js/index.js?v=1646883897927"></script>
|
||||
<script type="text/javascript" src="../js/dt.js?v=1646885341830"></script>
|
||||
<script type="text/javascript" src="../js/index.js?v=1646885341830"></script>
|
||||
</body>
|
||||
</html>
|
||||
20
c/cal.html
20
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=1646883897943">
|
||||
<link rel="stylesheet" type="text/css" href="../css/index.css?v=1646885341850">
|
||||
</head>
|
||||
<body>
|
||||
<a href="https://github.com/jaywcjlove/linux-command" target="_blank" class="github-corner">
|
||||
|
|
@ -41,19 +41,7 @@
|
|||
</div>
|
||||
</div>
|
||||
</div>
|
||||
<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() {
|
||||
setTimeout(() => {
|
||||
target.classList.remove('active');
|
||||
}, 2000);
|
||||
});
|
||||
}
|
||||
</script>
|
||||
<script type="text/javascript" src="../js/copy-to-clipboard.js"></script>
|
||||
|
||||
<div class="markdown-body">
|
||||
|
||||
|
|
@ -183,7 +171,7 @@ function copied(target, str) {
|
|||
575
|
||||
</span> 个Linux命令,超过 <a href="../contributors.html">50+</a> 贡献者
|
||||
</div>
|
||||
<script type="text/javascript" src="../js/dt.js?v=1646883897944"></script>
|
||||
<script type="text/javascript" src="../js/index.js?v=1646883897944"></script>
|
||||
<script type="text/javascript" src="../js/dt.js?v=1646885341851"></script>
|
||||
<script type="text/javascript" src="../js/index.js?v=1646885341851"></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=1646883897951">
|
||||
<link rel="stylesheet" type="text/css" href="../css/index.css?v=1646885341859">
|
||||
</head>
|
||||
<body>
|
||||
<a href="https://github.com/jaywcjlove/linux-command" target="_blank" class="github-corner">
|
||||
|
|
@ -41,19 +41,7 @@
|
|||
</div>
|
||||
</div>
|
||||
</div>
|
||||
<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() {
|
||||
setTimeout(() => {
|
||||
target.classList.remove('active');
|
||||
}, 2000);
|
||||
});
|
||||
}
|
||||
</script>
|
||||
<script type="text/javascript" src="../js/copy-to-clipboard.js"></script>
|
||||
|
||||
<div class="markdown-body">
|
||||
|
||||
|
|
@ -111,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=1646883897952"></script>
|
||||
<script type="text/javascript" src="../js/index.js?v=1646883897952"></script>
|
||||
<script type="text/javascript" src="../js/dt.js?v=1646885341860"></script>
|
||||
<script type="text/javascript" src="../js/index.js?v=1646885341860"></script>
|
||||
</body>
|
||||
</html>
|
||||
20
c/cat.html
20
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=1646883897966">
|
||||
<link rel="stylesheet" type="text/css" href="../css/index.css?v=1646885341876">
|
||||
</head>
|
||||
<body>
|
||||
<a href="https://github.com/jaywcjlove/linux-command" target="_blank" class="github-corner">
|
||||
|
|
@ -41,19 +41,7 @@
|
|||
</div>
|
||||
</div>
|
||||
</div>
|
||||
<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() {
|
||||
setTimeout(() => {
|
||||
target.classList.remove('active');
|
||||
}, 2000);
|
||||
});
|
||||
}
|
||||
</script>
|
||||
<script type="text/javascript" src="../js/copy-to-clipboard.js"></script>
|
||||
|
||||
<div class="markdown-body">
|
||||
|
||||
|
|
@ -173,7 +161,7 @@ echo '######' |cat - test.log
|
|||
575
|
||||
</span> 个Linux命令,超过 <a href="../contributors.html">50+</a> 贡献者
|
||||
</div>
|
||||
<script type="text/javascript" src="../js/dt.js?v=1646883897967"></script>
|
||||
<script type="text/javascript" src="../js/index.js?v=1646883897967"></script>
|
||||
<script type="text/javascript" src="../js/dt.js?v=1646885341876"></script>
|
||||
<script type="text/javascript" src="../js/index.js?v=1646885341876"></script>
|
||||
</body>
|
||||
</html>
|
||||
20
c/cd.html
20
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=1646883897984">
|
||||
<link rel="stylesheet" type="text/css" href="../css/index.css?v=1646885341897">
|
||||
</head>
|
||||
<body>
|
||||
<a href="https://github.com/jaywcjlove/linux-command" target="_blank" class="github-corner">
|
||||
|
|
@ -41,19 +41,7 @@
|
|||
</div>
|
||||
</div>
|
||||
</div>
|
||||
<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() {
|
||||
setTimeout(() => {
|
||||
target.classList.remove('active');
|
||||
}, 2000);
|
||||
});
|
||||
}
|
||||
</script>
|
||||
<script type="text/javascript" src="../js/copy-to-clipboard.js"></script>
|
||||
|
||||
<div class="markdown-body">
|
||||
|
||||
|
|
@ -190,7 +178,7 @@ shopt -u cdable_vars
|
|||
575
|
||||
</span> 个Linux命令,超过 <a href="../contributors.html">50+</a> 贡献者
|
||||
</div>
|
||||
<script type="text/javascript" src="../js/dt.js?v=1646883897984"></script>
|
||||
<script type="text/javascript" src="../js/index.js?v=1646883897984"></script>
|
||||
<script type="text/javascript" src="../js/dt.js?v=1646885341897"></script>
|
||||
<script type="text/javascript" src="../js/index.js?v=1646885341897"></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=1646883898006">
|
||||
<link rel="stylesheet" type="text/css" href="../css/index.css?v=1646885341910">
|
||||
</head>
|
||||
<body>
|
||||
<a href="https://github.com/jaywcjlove/linux-command" target="_blank" class="github-corner">
|
||||
|
|
@ -41,19 +41,7 @@
|
|||
</div>
|
||||
</div>
|
||||
</div>
|
||||
<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() {
|
||||
setTimeout(() => {
|
||||
target.classList.remove('active');
|
||||
}, 2000);
|
||||
});
|
||||
}
|
||||
</script>
|
||||
<script type="text/javascript" src="../js/copy-to-clipboard.js"></script>
|
||||
|
||||
<div class="markdown-body">
|
||||
|
||||
|
|
@ -140,7 +128,7 @@ scsibus0:
|
|||
575
|
||||
</span> 个Linux命令,超过 <a href="../contributors.html">50+</a> 贡献者
|
||||
</div>
|
||||
<script type="text/javascript" src="../js/dt.js?v=1646883898007"></script>
|
||||
<script type="text/javascript" src="../js/index.js?v=1646883898007"></script>
|
||||
<script type="text/javascript" src="../js/dt.js?v=1646885341911"></script>
|
||||
<script type="text/javascript" src="../js/index.js?v=1646885341911"></script>
|
||||
</body>
|
||||
</html>
|
||||
20
c/chage.html
20
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=1646883897996">
|
||||
<link rel="stylesheet" type="text/css" href="../css/index.css?v=1646885341926">
|
||||
</head>
|
||||
<body>
|
||||
<a href="https://github.com/jaywcjlove/linux-command" target="_blank" class="github-corner">
|
||||
|
|
@ -41,19 +41,7 @@
|
|||
</div>
|
||||
</div>
|
||||
</div>
|
||||
<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() {
|
||||
setTimeout(() => {
|
||||
target.classList.remove('active');
|
||||
}, 2000);
|
||||
});
|
||||
}
|
||||
</script>
|
||||
<script type="text/javascript" src="../js/copy-to-clipboard.js"></script>
|
||||
|
||||
<div class="markdown-body">
|
||||
|
||||
|
|
@ -208,7 +196,7 @@ chage -l root
|
|||
575
|
||||
</span> 个Linux命令,超过 <a href="../contributors.html">50+</a> 贡献者
|
||||
</div>
|
||||
<script type="text/javascript" src="../js/dt.js?v=1646883897997"></script>
|
||||
<script type="text/javascript" src="../js/index.js?v=1646883897997"></script>
|
||||
<script type="text/javascript" src="../js/dt.js?v=1646885341927"></script>
|
||||
<script type="text/javascript" src="../js/index.js?v=1646885341927"></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=1646883898017">
|
||||
<link rel="stylesheet" type="text/css" href="../css/index.css?v=1646885341938">
|
||||
</head>
|
||||
<body>
|
||||
<a href="https://github.com/jaywcjlove/linux-command" target="_blank" class="github-corner">
|
||||
|
|
@ -41,19 +41,7 @@
|
|||
</div>
|
||||
</div>
|
||||
</div>
|
||||
<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() {
|
||||
setTimeout(() => {
|
||||
target.classList.remove('active');
|
||||
}, 2000);
|
||||
});
|
||||
}
|
||||
</script>
|
||||
<script type="text/javascript" src="../js/copy-to-clipboard.js"></script>
|
||||
|
||||
<div class="markdown-body">
|
||||
|
||||
|
|
@ -138,7 +126,7 @@ u:预防意外删除。
|
|||
575
|
||||
</span> 个Linux命令,超过 <a href="../contributors.html">50+</a> 贡献者
|
||||
</div>
|
||||
<script type="text/javascript" src="../js/dt.js?v=1646883898017"></script>
|
||||
<script type="text/javascript" src="../js/index.js?v=1646883898017"></script>
|
||||
<script type="text/javascript" src="../js/dt.js?v=1646885341939"></script>
|
||||
<script type="text/javascript" src="../js/index.js?v=1646885341939"></script>
|
||||
</body>
|
||||
</html>
|
||||
20
c/chcon.html
20
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=1646883898029">
|
||||
<link rel="stylesheet" type="text/css" href="../css/index.css?v=1646885341952">
|
||||
</head>
|
||||
<body>
|
||||
<a href="https://github.com/jaywcjlove/linux-command" target="_blank" class="github-corner">
|
||||
|
|
@ -41,19 +41,7 @@
|
|||
</div>
|
||||
</div>
|
||||
</div>
|
||||
<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() {
|
||||
setTimeout(() => {
|
||||
target.classList.remove('active');
|
||||
}, 2000);
|
||||
});
|
||||
}
|
||||
</script>
|
||||
<script type="text/javascript" src="../js/copy-to-clipboard.js"></script>
|
||||
|
||||
<div class="markdown-body">
|
||||
|
||||
|
|
@ -154,7 +142,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=1646883898030"></script>
|
||||
<script type="text/javascript" src="../js/index.js?v=1646883898030"></script>
|
||||
<script type="text/javascript" src="../js/dt.js?v=1646885341952"></script>
|
||||
<script type="text/javascript" src="../js/index.js?v=1646885341952"></script>
|
||||
</body>
|
||||
</html>
|
||||
20
c/chfn.html
20
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=1646883898042">
|
||||
<link rel="stylesheet" type="text/css" href="../css/index.css?v=1646885341966">
|
||||
</head>
|
||||
<body>
|
||||
<a href="https://github.com/jaywcjlove/linux-command" target="_blank" class="github-corner">
|
||||
|
|
@ -41,19 +41,7 @@
|
|||
</div>
|
||||
</div>
|
||||
</div>
|
||||
<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() {
|
||||
setTimeout(() => {
|
||||
target.classList.remove('active');
|
||||
}, 2000);
|
||||
});
|
||||
}
|
||||
</script>
|
||||
<script type="text/javascript" src="../js/copy-to-clipboard.js"></script>
|
||||
|
||||
<div class="markdown-body">
|
||||
|
||||
|
|
@ -156,7 +144,7 @@ Home Phone[]: [del]
|
|||
575
|
||||
</span> 个Linux命令,超过 <a href="../contributors.html">50+</a> 贡献者
|
||||
</div>
|
||||
<script type="text/javascript" src="../js/dt.js?v=1646883898042"></script>
|
||||
<script type="text/javascript" src="../js/index.js?v=1646883898042"></script>
|
||||
<script type="text/javascript" src="../js/dt.js?v=1646885341967"></script>
|
||||
<script type="text/javascript" src="../js/index.js?v=1646885341967"></script>
|
||||
</body>
|
||||
</html>
|
||||
20
c/chgrp.html
20
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=1646883898053">
|
||||
<link rel="stylesheet" type="text/css" href="../css/index.css?v=1646885341979">
|
||||
</head>
|
||||
<body>
|
||||
<a href="https://github.com/jaywcjlove/linux-command" target="_blank" class="github-corner">
|
||||
|
|
@ -41,19 +41,7 @@
|
|||
</div>
|
||||
</div>
|
||||
</div>
|
||||
<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() {
|
||||
setTimeout(() => {
|
||||
target.classList.remove('active');
|
||||
}, 2000);
|
||||
});
|
||||
}
|
||||
</script>
|
||||
<script type="text/javascript" src="../js/copy-to-clipboard.js"></script>
|
||||
|
||||
<div class="markdown-body">
|
||||
|
||||
|
|
@ -134,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=1646883898053"></script>
|
||||
<script type="text/javascript" src="../js/index.js?v=1646883898053"></script>
|
||||
<script type="text/javascript" src="../js/dt.js?v=1646885341980"></script>
|
||||
<script type="text/javascript" src="../js/index.js?v=1646885341980"></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=1646883898072">
|
||||
<link rel="stylesheet" type="text/css" href="../css/index.css?v=1646885341998">
|
||||
</head>
|
||||
<body>
|
||||
<a href="https://github.com/jaywcjlove/linux-command" target="_blank" class="github-corner">
|
||||
|
|
@ -41,19 +41,7 @@
|
|||
</div>
|
||||
</div>
|
||||
</div>
|
||||
<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() {
|
||||
setTimeout(() => {
|
||||
target.classList.remove('active');
|
||||
}, 2000);
|
||||
});
|
||||
}
|
||||
</script>
|
||||
<script type="text/javascript" src="../js/copy-to-clipboard.js"></script>
|
||||
|
||||
<div class="markdown-body">
|
||||
|
||||
|
|
@ -164,7 +152,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=1646883898073"></script>
|
||||
<script type="text/javascript" src="../js/index.js?v=1646883898073"></script>
|
||||
<script type="text/javascript" src="../js/dt.js?v=1646885341999"></script>
|
||||
<script type="text/javascript" src="../js/index.js?v=1646885341999"></script>
|
||||
</body>
|
||||
</html>
|
||||
20
c/chmod.html
20
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=1646883898092">
|
||||
<link rel="stylesheet" type="text/css" href="../css/index.css?v=1646885342022">
|
||||
</head>
|
||||
<body>
|
||||
<a href="https://github.com/jaywcjlove/linux-command" target="_blank" class="github-corner">
|
||||
|
|
@ -41,19 +41,7 @@
|
|||
</div>
|
||||
</div>
|
||||
</div>
|
||||
<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() {
|
||||
setTimeout(() => {
|
||||
target.classList.remove('active');
|
||||
}, 2000);
|
||||
});
|
||||
}
|
||||
</script>
|
||||
<script type="text/javascript" src="../js/copy-to-clipboard.js"></script>
|
||||
|
||||
<div class="markdown-body">
|
||||
|
||||
|
|
@ -215,7 +203,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=1646883898093"></script>
|
||||
<script type="text/javascript" src="../js/index.js?v=1646883898093"></script>
|
||||
<script type="text/javascript" src="../js/dt.js?v=1646885342023"></script>
|
||||
<script type="text/javascript" src="../js/index.js?v=1646885342023"></script>
|
||||
</body>
|
||||
</html>
|
||||
20
c/chown.html
20
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=1646883898101">
|
||||
<link rel="stylesheet" type="text/css" href="../css/index.css?v=1646885342032">
|
||||
</head>
|
||||
<body>
|
||||
<a href="https://github.com/jaywcjlove/linux-command" target="_blank" class="github-corner">
|
||||
|
|
@ -41,19 +41,7 @@
|
|||
</div>
|
||||
</div>
|
||||
</div>
|
||||
<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() {
|
||||
setTimeout(() => {
|
||||
target.classList.remove('active');
|
||||
}, 2000);
|
||||
});
|
||||
}
|
||||
</script>
|
||||
<script type="text/javascript" src="../js/copy-to-clipboard.js"></script>
|
||||
|
||||
<div class="markdown-body">
|
||||
|
||||
|
|
@ -125,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=1646883898101"></script>
|
||||
<script type="text/javascript" src="../js/index.js?v=1646883898101"></script>
|
||||
<script type="text/javascript" src="../js/dt.js?v=1646885342033"></script>
|
||||
<script type="text/javascript" src="../js/index.js?v=1646885342033"></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=1646883898108">
|
||||
<link rel="stylesheet" type="text/css" href="../css/index.css?v=1646885342040">
|
||||
</head>
|
||||
<body>
|
||||
<a href="https://github.com/jaywcjlove/linux-command" target="_blank" class="github-corner">
|
||||
|
|
@ -41,19 +41,7 @@
|
|||
</div>
|
||||
</div>
|
||||
</div>
|
||||
<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() {
|
||||
setTimeout(() => {
|
||||
target.classList.remove('active');
|
||||
}, 2000);
|
||||
});
|
||||
}
|
||||
</script>
|
||||
<script type="text/javascript" src="../js/copy-to-clipboard.js"></script>
|
||||
|
||||
<div class="markdown-body">
|
||||
|
||||
|
|
@ -111,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=1646883898108"></script>
|
||||
<script type="text/javascript" src="../js/index.js?v=1646883898108"></script>
|
||||
<script type="text/javascript" src="../js/dt.js?v=1646885342041"></script>
|
||||
<script type="text/javascript" src="../js/index.js?v=1646885342041"></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=1646883898130">
|
||||
<link rel="stylesheet" type="text/css" href="../css/index.css?v=1646885342070">
|
||||
</head>
|
||||
<body>
|
||||
<a href="https://github.com/jaywcjlove/linux-command" target="_blank" class="github-corner">
|
||||
|
|
@ -41,19 +41,7 @@
|
|||
</div>
|
||||
</div>
|
||||
</div>
|
||||
<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() {
|
||||
setTimeout(() => {
|
||||
target.classList.remove('active');
|
||||
}, 2000);
|
||||
});
|
||||
}
|
||||
</script>
|
||||
<script type="text/javascript" src="../js/copy-to-clipboard.js"></script>
|
||||
|
||||
<div class="markdown-body">
|
||||
|
||||
|
|
@ -175,7 +163,7 @@ chroot newRoot /a.out
|
|||
575
|
||||
</span> 个Linux命令,超过 <a href="../contributors.html">50+</a> 贡献者
|
||||
</div>
|
||||
<script type="text/javascript" src="../js/dt.js?v=1646883898130"></script>
|
||||
<script type="text/javascript" src="../js/index.js?v=1646883898130"></script>
|
||||
<script type="text/javascript" src="../js/dt.js?v=1646885342071"></script>
|
||||
<script type="text/javascript" src="../js/index.js?v=1646885342071"></script>
|
||||
</body>
|
||||
</html>
|
||||
20
c/chsh.html
20
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=1646883898144">
|
||||
<link rel="stylesheet" type="text/css" href="../css/index.css?v=1646885342097">
|
||||
</head>
|
||||
<body>
|
||||
<a href="https://github.com/jaywcjlove/linux-command" target="_blank" class="github-corner">
|
||||
|
|
@ -41,19 +41,7 @@
|
|||
</div>
|
||||
</div>
|
||||
</div>
|
||||
<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() {
|
||||
setTimeout(() => {
|
||||
target.classList.remove('active');
|
||||
}, 2000);
|
||||
});
|
||||
}
|
||||
</script>
|
||||
<script type="text/javascript" src="../js/copy-to-clipboard.js"></script>
|
||||
|
||||
<div class="markdown-body">
|
||||
|
||||
|
|
@ -172,7 +160,7 @@ Shell changed.
|
|||
575
|
||||
</span> 个Linux命令,超过 <a href="../contributors.html">50+</a> 贡献者
|
||||
</div>
|
||||
<script type="text/javascript" src="../js/dt.js?v=1646883898145"></script>
|
||||
<script type="text/javascript" src="../js/index.js?v=1646883898145"></script>
|
||||
<script type="text/javascript" src="../js/dt.js?v=1646885342098"></script>
|
||||
<script type="text/javascript" src="../js/index.js?v=1646885342098"></script>
|
||||
</body>
|
||||
</html>
|
||||
20
c/cksum.html
20
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=1646883898154">
|
||||
<link rel="stylesheet" type="text/css" href="../css/index.css?v=1646885342111">
|
||||
</head>
|
||||
<body>
|
||||
<a href="https://github.com/jaywcjlove/linux-command" target="_blank" class="github-corner">
|
||||
|
|
@ -41,19 +41,7 @@
|
|||
</div>
|
||||
</div>
|
||||
</div>
|
||||
<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() {
|
||||
setTimeout(() => {
|
||||
target.classList.remove('active');
|
||||
}, 2000);
|
||||
});
|
||||
}
|
||||
</script>
|
||||
<script type="text/javascript" src="../js/copy-to-clipboard.js"></script>
|
||||
|
||||
<div class="markdown-body">
|
||||
|
||||
|
|
@ -118,7 +106,7 @@ function copied(target, str) {
|
|||
575
|
||||
</span> 个Linux命令,超过 <a href="../contributors.html">50+</a> 贡献者
|
||||
</div>
|
||||
<script type="text/javascript" src="../js/dt.js?v=1646883898155"></script>
|
||||
<script type="text/javascript" src="../js/index.js?v=1646883898155"></script>
|
||||
<script type="text/javascript" src="../js/dt.js?v=1646885342112"></script>
|
||||
<script type="text/javascript" src="../js/index.js?v=1646885342112"></script>
|
||||
</body>
|
||||
</html>
|
||||
20
c/clear.html
20
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=1646883898166">
|
||||
<link rel="stylesheet" type="text/css" href="../css/index.css?v=1646885342120">
|
||||
</head>
|
||||
<body>
|
||||
<a href="https://github.com/jaywcjlove/linux-command" target="_blank" class="github-corner">
|
||||
|
|
@ -41,19 +41,7 @@
|
|||
</div>
|
||||
</div>
|
||||
</div>
|
||||
<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() {
|
||||
setTimeout(() => {
|
||||
target.classList.remove('active');
|
||||
}, 2000);
|
||||
});
|
||||
}
|
||||
</script>
|
||||
<script type="text/javascript" src="../js/copy-to-clipboard.js"></script>
|
||||
|
||||
<div class="markdown-body">
|
||||
|
||||
|
|
@ -99,7 +87,7 @@ function copied(target, str) {
|
|||
575
|
||||
</span> 个Linux命令,超过 <a href="../contributors.html">50+</a> 贡献者
|
||||
</div>
|
||||
<script type="text/javascript" src="../js/dt.js?v=1646883898166"></script>
|
||||
<script type="text/javascript" src="../js/index.js?v=1646883898166"></script>
|
||||
<script type="text/javascript" src="../js/dt.js?v=1646885342121"></script>
|
||||
<script type="text/javascript" src="../js/index.js?v=1646885342121"></script>
|
||||
</body>
|
||||
</html>
|
||||
20
c/clock.html
20
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=1646883898175">
|
||||
<link rel="stylesheet" type="text/css" href="../css/index.css?v=1646885342130">
|
||||
</head>
|
||||
<body>
|
||||
<a href="https://github.com/jaywcjlove/linux-command" target="_blank" class="github-corner">
|
||||
|
|
@ -41,19 +41,7 @@
|
|||
</div>
|
||||
</div>
|
||||
</div>
|
||||
<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() {
|
||||
setTimeout(() => {
|
||||
target.classList.remove('active');
|
||||
}, 2000);
|
||||
});
|
||||
}
|
||||
</script>
|
||||
<script type="text/javascript" src="../js/copy-to-clipboard.js"></script>
|
||||
|
||||
<div class="markdown-body">
|
||||
|
||||
|
|
@ -134,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=1646883898175"></script>
|
||||
<script type="text/javascript" src="../js/index.js?v=1646883898175"></script>
|
||||
<script type="text/javascript" src="../js/dt.js?v=1646885342131"></script>
|
||||
<script type="text/javascript" src="../js/index.js?v=1646885342131"></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=1646883898189">
|
||||
<link rel="stylesheet" type="text/css" href="../css/index.css?v=1646885342147">
|
||||
</head>
|
||||
<body>
|
||||
<a href="https://github.com/jaywcjlove/linux-command" target="_blank" class="github-corner">
|
||||
|
|
@ -41,19 +41,7 @@
|
|||
</div>
|
||||
</div>
|
||||
</div>
|
||||
<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() {
|
||||
setTimeout(() => {
|
||||
target.classList.remove('active');
|
||||
}, 2000);
|
||||
});
|
||||
}
|
||||
</script>
|
||||
<script type="text/javascript" src="../js/copy-to-clipboard.js"></script>
|
||||
|
||||
<div class="markdown-body">
|
||||
|
||||
|
|
@ -149,7 +137,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=1646883898190"></script>
|
||||
<script type="text/javascript" src="../js/index.js?v=1646883898190"></script>
|
||||
<script type="text/javascript" src="../js/dt.js?v=1646885342147"></script>
|
||||
<script type="text/javascript" src="../js/index.js?v=1646885342147"></script>
|
||||
</body>
|
||||
</html>
|
||||
20
c/cmp.html
20
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=1646883898205">
|
||||
<link rel="stylesheet" type="text/css" href="../css/index.css?v=1646885342166">
|
||||
</head>
|
||||
<body>
|
||||
<a href="https://github.com/jaywcjlove/linux-command" target="_blank" class="github-corner">
|
||||
|
|
@ -41,19 +41,7 @@
|
|||
</div>
|
||||
</div>
|
||||
</div>
|
||||
<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() {
|
||||
setTimeout(() => {
|
||||
target.classList.remove('active');
|
||||
}, 2000);
|
||||
});
|
||||
}
|
||||
</script>
|
||||
<script type="text/javascript" src="../js/copy-to-clipboard.js"></script>
|
||||
|
||||
<div class="markdown-body">
|
||||
|
||||
|
|
@ -145,7 +133,7 @@ testfile testfile1 #有差异:第8字节,第2行
|
|||
575
|
||||
</span> 个Linux命令,超过 <a href="../contributors.html">50+</a> 贡献者
|
||||
</div>
|
||||
<script type="text/javascript" src="../js/dt.js?v=1646883898205"></script>
|
||||
<script type="text/javascript" src="../js/index.js?v=1646883898205"></script>
|
||||
<script type="text/javascript" src="../js/dt.js?v=1646885342167"></script>
|
||||
<script type="text/javascript" src="../js/index.js?v=1646885342167"></script>
|
||||
</body>
|
||||
</html>
|
||||
20
c/col.html
20
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=1646883898210">
|
||||
<link rel="stylesheet" type="text/css" href="../css/index.css?v=1646885342173">
|
||||
</head>
|
||||
<body>
|
||||
<a href="https://github.com/jaywcjlove/linux-command" target="_blank" class="github-corner">
|
||||
|
|
@ -41,19 +41,7 @@
|
|||
</div>
|
||||
</div>
|
||||
</div>
|
||||
<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() {
|
||||
setTimeout(() => {
|
||||
target.classList.remove('active');
|
||||
}, 2000);
|
||||
});
|
||||
}
|
||||
</script>
|
||||
<script type="text/javascript" src="../js/copy-to-clipboard.js"></script>
|
||||
|
||||
<div class="markdown-body">
|
||||
|
||||
|
|
@ -107,7 +95,7 @@ function copied(target, str) {
|
|||
575
|
||||
</span> 个Linux命令,超过 <a href="../contributors.html">50+</a> 贡献者
|
||||
</div>
|
||||
<script type="text/javascript" src="../js/dt.js?v=1646883898210"></script>
|
||||
<script type="text/javascript" src="../js/index.js?v=1646883898210"></script>
|
||||
<script type="text/javascript" src="../js/dt.js?v=1646885342174"></script>
|
||||
<script type="text/javascript" src="../js/index.js?v=1646885342174"></script>
|
||||
</body>
|
||||
</html>
|
||||
20
c/colrm.html
20
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=1646883898215">
|
||||
<link rel="stylesheet" type="text/css" href="../css/index.css?v=1646885342179">
|
||||
</head>
|
||||
<body>
|
||||
<a href="https://github.com/jaywcjlove/linux-command" target="_blank" class="github-corner">
|
||||
|
|
@ -41,19 +41,7 @@
|
|||
</div>
|
||||
</div>
|
||||
</div>
|
||||
<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() {
|
||||
setTimeout(() => {
|
||||
target.classList.remove('active');
|
||||
}, 2000);
|
||||
});
|
||||
}
|
||||
</script>
|
||||
<script type="text/javascript" src="../js/copy-to-clipboard.js"></script>
|
||||
|
||||
<div class="markdown-body">
|
||||
|
||||
|
|
@ -102,7 +90,7 @@ function copied(target, str) {
|
|||
575
|
||||
</span> 个Linux命令,超过 <a href="../contributors.html">50+</a> 贡献者
|
||||
</div>
|
||||
<script type="text/javascript" src="../js/dt.js?v=1646883898216"></script>
|
||||
<script type="text/javascript" src="../js/index.js?v=1646883898216"></script>
|
||||
<script type="text/javascript" src="../js/dt.js?v=1646885342180"></script>
|
||||
<script type="text/javascript" src="../js/index.js?v=1646885342180"></script>
|
||||
</body>
|
||||
</html>
|
||||
20
c/comm.html
20
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=1646883898234">
|
||||
<link rel="stylesheet" type="text/css" href="../css/index.css?v=1646885342201">
|
||||
</head>
|
||||
<body>
|
||||
<a href="https://github.com/jaywcjlove/linux-command" target="_blank" class="github-corner">
|
||||
|
|
@ -41,19 +41,7 @@
|
|||
</div>
|
||||
</div>
|
||||
</div>
|
||||
<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() {
|
||||
setTimeout(() => {
|
||||
target.classList.remove('active');
|
||||
}, 2000);
|
||||
});
|
||||
}
|
||||
</script>
|
||||
<script type="text/javascript" src="../js/copy-to-clipboard.js"></script>
|
||||
|
||||
<div class="markdown-body">
|
||||
|
||||
|
|
@ -259,7 +247,7 @@ jjj
|
|||
575
|
||||
</span> 个Linux命令,超过 <a href="../contributors.html">50+</a> 贡献者
|
||||
</div>
|
||||
<script type="text/javascript" src="../js/dt.js?v=1646883898235"></script>
|
||||
<script type="text/javascript" src="../js/index.js?v=1646883898235"></script>
|
||||
<script type="text/javascript" src="../js/dt.js?v=1646885342201"></script>
|
||||
<script type="text/javascript" src="../js/index.js?v=1646885342201"></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=1646883898241">
|
||||
<link rel="stylesheet" type="text/css" href="../css/index.css?v=1646885342209">
|
||||
</head>
|
||||
<body>
|
||||
<a href="https://github.com/jaywcjlove/linux-command" target="_blank" class="github-corner">
|
||||
|
|
@ -41,19 +41,7 @@
|
|||
</div>
|
||||
</div>
|
||||
</div>
|
||||
<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() {
|
||||
setTimeout(() => {
|
||||
target.classList.remove('active');
|
||||
}, 2000);
|
||||
});
|
||||
}
|
||||
</script>
|
||||
<script type="text/javascript" src="../js/copy-to-clipboard.js"></script>
|
||||
|
||||
<div class="markdown-body">
|
||||
|
||||
|
|
@ -108,7 +96,7 @@ function copied(target, str) {
|
|||
575
|
||||
</span> 个Linux命令,超过 <a href="../contributors.html">50+</a> 贡献者
|
||||
</div>
|
||||
<script type="text/javascript" src="../js/dt.js?v=1646883898242"></script>
|
||||
<script type="text/javascript" src="../js/index.js?v=1646883898242"></script>
|
||||
<script type="text/javascript" src="../js/dt.js?v=1646885342209"></script>
|
||||
<script type="text/javascript" src="../js/index.js?v=1646885342209"></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=1646883898252">
|
||||
<link rel="stylesheet" type="text/css" href="../css/index.css?v=1646885342223">
|
||||
</head>
|
||||
<body>
|
||||
<a href="https://github.com/jaywcjlove/linux-command" target="_blank" class="github-corner">
|
||||
|
|
@ -41,19 +41,7 @@
|
|||
</div>
|
||||
</div>
|
||||
</div>
|
||||
<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() {
|
||||
setTimeout(() => {
|
||||
target.classList.remove('active');
|
||||
}, 2000);
|
||||
});
|
||||
}
|
||||
</script>
|
||||
<script type="text/javascript" src="../js/copy-to-clipboard.js"></script>
|
||||
|
||||
<div class="markdown-body">
|
||||
|
||||
|
|
@ -145,7 +133,7 @@ function copied(target, str) {
|
|||
575
|
||||
</span> 个Linux命令,超过 <a href="../contributors.html">50+</a> 贡献者
|
||||
</div>
|
||||
<script type="text/javascript" src="../js/dt.js?v=1646883898253"></script>
|
||||
<script type="text/javascript" src="../js/index.js?v=1646883898253"></script>
|
||||
<script type="text/javascript" src="../js/dt.js?v=1646885342223"></script>
|
||||
<script type="text/javascript" src="../js/index.js?v=1646885342223"></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=1646883898257">
|
||||
<link rel="stylesheet" type="text/css" href="../css/index.css?v=1646885342228">
|
||||
</head>
|
||||
<body>
|
||||
<a href="https://github.com/jaywcjlove/linux-command" target="_blank" class="github-corner">
|
||||
|
|
@ -41,19 +41,7 @@
|
|||
</div>
|
||||
</div>
|
||||
</div>
|
||||
<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() {
|
||||
setTimeout(() => {
|
||||
target.classList.remove('active');
|
||||
}, 2000);
|
||||
});
|
||||
}
|
||||
</script>
|
||||
<script type="text/javascript" src="../js/copy-to-clipboard.js"></script>
|
||||
|
||||
<div class="markdown-body">
|
||||
|
||||
|
|
@ -103,7 +91,7 @@ pty
|
|||
575
|
||||
</span> 个Linux命令,超过 <a href="../contributors.html">50+</a> 贡献者
|
||||
</div>
|
||||
<script type="text/javascript" src="../js/dt.js?v=1646883898258"></script>
|
||||
<script type="text/javascript" src="../js/index.js?v=1646883898258"></script>
|
||||
<script type="text/javascript" src="../js/dt.js?v=1646885342229"></script>
|
||||
<script type="text/javascript" src="../js/index.js?v=1646885342229"></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=1646883898273">
|
||||
<link rel="stylesheet" type="text/css" href="../css/index.css?v=1646885342251">
|
||||
</head>
|
||||
<body>
|
||||
<a href="https://github.com/jaywcjlove/linux-command" target="_blank" class="github-corner">
|
||||
|
|
@ -41,19 +41,7 @@
|
|||
</div>
|
||||
</div>
|
||||
</div>
|
||||
<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() {
|
||||
setTimeout(() => {
|
||||
target.classList.remove('active');
|
||||
}, 2000);
|
||||
});
|
||||
}
|
||||
</script>
|
||||
<script type="text/javascript" src="../js/copy-to-clipboard.js"></script>
|
||||
|
||||
<div class="markdown-body">
|
||||
|
||||
|
|
@ -174,7 +162,7 @@ done
|
|||
575
|
||||
</span> 个Linux命令,超过 <a href="../contributors.html">50+</a> 贡献者
|
||||
</div>
|
||||
<script type="text/javascript" src="../js/dt.js?v=1646883898273"></script>
|
||||
<script type="text/javascript" src="../js/index.js?v=1646883898273"></script>
|
||||
<script type="text/javascript" src="../js/dt.js?v=1646885342252"></script>
|
||||
<script type="text/javascript" src="../js/index.js?v=1646885342252"></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=1646883898280">
|
||||
<link rel="stylesheet" type="text/css" href="../css/index.css?v=1646885342264">
|
||||
</head>
|
||||
<body>
|
||||
<a href="https://github.com/jaywcjlove/linux-command" target="_blank" class="github-corner">
|
||||
|
|
@ -41,19 +41,7 @@
|
|||
</div>
|
||||
</div>
|
||||
</div>
|
||||
<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() {
|
||||
setTimeout(() => {
|
||||
target.classList.remove('active');
|
||||
}, 2000);
|
||||
});
|
||||
}
|
||||
</script>
|
||||
<script type="text/javascript" src="../js/copy-to-clipboard.js"></script>
|
||||
|
||||
<div class="markdown-body">
|
||||
|
||||
|
|
@ -114,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=1646883898281"></script>
|
||||
<script type="text/javascript" src="../js/index.js?v=1646883898281"></script>
|
||||
<script type="text/javascript" src="../js/dt.js?v=1646885342264"></script>
|
||||
<script type="text/javascript" src="../js/index.js?v=1646885342264"></script>
|
||||
</body>
|
||||
</html>
|
||||
20
c/cp.html
20
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=1646883898299">
|
||||
<link rel="stylesheet" type="text/css" href="../css/index.css?v=1646885342290">
|
||||
</head>
|
||||
<body>
|
||||
<a href="https://github.com/jaywcjlove/linux-command" target="_blank" class="github-corner">
|
||||
|
|
@ -41,19 +41,7 @@
|
|||
</div>
|
||||
</div>
|
||||
</div>
|
||||
<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() {
|
||||
setTimeout(() => {
|
||||
target.classList.remove('active');
|
||||
}, 2000);
|
||||
});
|
||||
}
|
||||
</script>
|
||||
<script type="text/javascript" src="../js/copy-to-clipboard.js"></script>
|
||||
|
||||
<div class="markdown-body">
|
||||
|
||||
|
|
@ -207,7 +195,7 @@ cp -a aaa ./bbb/
|
|||
575
|
||||
</span> 个Linux命令,超过 <a href="../contributors.html">50+</a> 贡献者
|
||||
</div>
|
||||
<script type="text/javascript" src="../js/dt.js?v=1646883898300"></script>
|
||||
<script type="text/javascript" src="../js/index.js?v=1646883898300"></script>
|
||||
<script type="text/javascript" src="../js/dt.js?v=1646885342291"></script>
|
||||
<script type="text/javascript" src="../js/index.js?v=1646885342291"></script>
|
||||
</body>
|
||||
</html>
|
||||
20
c/cpio.html
20
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=1646883898314">
|
||||
<link rel="stylesheet" type="text/css" href="../css/index.css?v=1646885342308">
|
||||
</head>
|
||||
<body>
|
||||
<a href="https://github.com/jaywcjlove/linux-command" target="_blank" class="github-corner">
|
||||
|
|
@ -41,19 +41,7 @@
|
|||
</div>
|
||||
</div>
|
||||
</div>
|
||||
<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() {
|
||||
setTimeout(() => {
|
||||
target.classList.remove('active');
|
||||
}, 2000);
|
||||
});
|
||||
}
|
||||
</script>
|
||||
<script type="text/javascript" src="../js/copy-to-clipboard.js"></script>
|
||||
|
||||
<div class="markdown-body">
|
||||
|
||||
|
|
@ -200,7 +188,7 @@ function copied(target, str) {
|
|||
575
|
||||
</span> 个Linux命令,超过 <a href="../contributors.html">50+</a> 贡献者
|
||||
</div>
|
||||
<script type="text/javascript" src="../js/dt.js?v=1646883898314"></script>
|
||||
<script type="text/javascript" src="../js/index.js?v=1646883898314"></script>
|
||||
<script type="text/javascript" src="../js/dt.js?v=1646885342309"></script>
|
||||
<script type="text/javascript" src="../js/index.js?v=1646885342309"></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=1646883898348">
|
||||
<link rel="stylesheet" type="text/css" href="../css/index.css?v=1646885342347">
|
||||
</head>
|
||||
<body>
|
||||
<a href="https://github.com/jaywcjlove/linux-command" target="_blank" class="github-corner">
|
||||
|
|
@ -41,19 +41,7 @@
|
|||
</div>
|
||||
</div>
|
||||
</div>
|
||||
<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() {
|
||||
setTimeout(() => {
|
||||
target.classList.remove('active');
|
||||
}, 2000);
|
||||
});
|
||||
}
|
||||
</script>
|
||||
<script type="text/javascript" src="../js/copy-to-clipboard.js"></script>
|
||||
|
||||
<div class="markdown-body">
|
||||
|
||||
|
|
@ -248,7 +236,7 @@ MAILTO=""HOME=/
|
|||
575
|
||||
</span> 个Linux命令,超过 <a href="../contributors.html">50+</a> 贡献者
|
||||
</div>
|
||||
<script type="text/javascript" src="../js/dt.js?v=1646883898349"></script>
|
||||
<script type="text/javascript" src="../js/index.js?v=1646883898349"></script>
|
||||
<script type="text/javascript" src="../js/dt.js?v=1646885342348"></script>
|
||||
<script type="text/javascript" src="../js/index.js?v=1646885342348"></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=1646883898365">
|
||||
<link rel="stylesheet" type="text/css" href="../css/index.css?v=1646885342365">
|
||||
</head>
|
||||
<body>
|
||||
<a href="https://github.com/jaywcjlove/linux-command" target="_blank" class="github-corner">
|
||||
|
|
@ -41,19 +41,7 @@
|
|||
</div>
|
||||
</div>
|
||||
</div>
|
||||
<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() {
|
||||
setTimeout(() => {
|
||||
target.classList.remove('active');
|
||||
}, 2000);
|
||||
});
|
||||
}
|
||||
</script>
|
||||
<script type="text/javascript" src="../js/copy-to-clipboard.js"></script>
|
||||
|
||||
<div class="markdown-body">
|
||||
|
||||
|
|
@ -175,7 +163,7 @@ rm server00.log #是删除第一个文件,因为分割后的的第一个文
|
|||
575
|
||||
</span> 个Linux命令,超过 <a href="../contributors.html">50+</a> 贡献者
|
||||
</div>
|
||||
<script type="text/javascript" src="../js/dt.js?v=1646883898366"></script>
|
||||
<script type="text/javascript" src="../js/index.js?v=1646883898366"></script>
|
||||
<script type="text/javascript" src="../js/dt.js?v=1646885342365"></script>
|
||||
<script type="text/javascript" src="../js/index.js?v=1646885342365"></script>
|
||||
</body>
|
||||
</html>
|
||||
20
c/cu.html
20
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=1646883898376">
|
||||
<link rel="stylesheet" type="text/css" href="../css/index.css?v=1646885342378">
|
||||
</head>
|
||||
<body>
|
||||
<a href="https://github.com/jaywcjlove/linux-command" target="_blank" class="github-corner">
|
||||
|
|
@ -41,19 +41,7 @@
|
|||
</div>
|
||||
</div>
|
||||
</div>
|
||||
<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() {
|
||||
setTimeout(() => {
|
||||
target.classList.remove('active');
|
||||
}, 2000);
|
||||
});
|
||||
}
|
||||
</script>
|
||||
<script type="text/javascript" src="../js/copy-to-clipboard.js"></script>
|
||||
|
||||
<div class="markdown-body">
|
||||
|
||||
|
|
@ -144,7 +132,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=1646883898377"></script>
|
||||
<script type="text/javascript" src="../js/index.js?v=1646883898377"></script>
|
||||
<script type="text/javascript" src="../js/dt.js?v=1646885342379"></script>
|
||||
<script type="text/javascript" src="../js/index.js?v=1646885342379"></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=1646883898382">
|
||||
<link rel="stylesheet" type="text/css" href="../css/index.css?v=1646885342385">
|
||||
</head>
|
||||
<body>
|
||||
<a href="https://github.com/jaywcjlove/linux-command" target="_blank" class="github-corner">
|
||||
|
|
@ -41,19 +41,7 @@
|
|||
</div>
|
||||
</div>
|
||||
</div>
|
||||
<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() {
|
||||
setTimeout(() => {
|
||||
target.classList.remove('active');
|
||||
}, 2000);
|
||||
});
|
||||
}
|
||||
</script>
|
||||
<script type="text/javascript" src="../js/copy-to-clipboard.js"></script>
|
||||
|
||||
<div class="markdown-body">
|
||||
|
||||
|
|
@ -113,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=1646883898382"></script>
|
||||
<script type="text/javascript" src="../js/index.js?v=1646883898382"></script>
|
||||
<script type="text/javascript" src="../js/dt.js?v=1646885342386"></script>
|
||||
<script type="text/javascript" src="../js/index.js?v=1646885342386"></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=1646883898387">
|
||||
<link rel="stylesheet" type="text/css" href="../css/index.css?v=1646885342391">
|
||||
</head>
|
||||
<body>
|
||||
<a href="https://github.com/jaywcjlove/linux-command" target="_blank" class="github-corner">
|
||||
|
|
@ -41,19 +41,7 @@
|
|||
</div>
|
||||
</div>
|
||||
</div>
|
||||
<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() {
|
||||
setTimeout(() => {
|
||||
target.classList.remove('active');
|
||||
}, 2000);
|
||||
});
|
||||
}
|
||||
</script>
|
||||
<script type="text/javascript" src="../js/copy-to-clipboard.js"></script>
|
||||
|
||||
<div class="markdown-body">
|
||||
|
||||
|
|
@ -109,7 +97,7 @@ function copied(target, str) {
|
|||
575
|
||||
</span> 个Linux命令,超过 <a href="../contributors.html">50+</a> 贡献者
|
||||
</div>
|
||||
<script type="text/javascript" src="../js/dt.js?v=1646883898388"></script>
|
||||
<script type="text/javascript" src="../js/index.js?v=1646883898388"></script>
|
||||
<script type="text/javascript" src="../js/dt.js?v=1646885342392"></script>
|
||||
<script type="text/javascript" src="../js/index.js?v=1646885342392"></script>
|
||||
</body>
|
||||
</html>
|
||||
20
c/curl.html
20
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=1646883898553">
|
||||
<link rel="stylesheet" type="text/css" href="../css/index.css?v=1646885342571">
|
||||
</head>
|
||||
<body>
|
||||
<a href="https://github.com/jaywcjlove/linux-command" target="_blank" class="github-corner">
|
||||
|
|
@ -41,19 +41,7 @@
|
|||
</div>
|
||||
</div>
|
||||
</div>
|
||||
<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() {
|
||||
setTimeout(() => {
|
||||
target.classList.remove('active');
|
||||
}, 2000);
|
||||
});
|
||||
}
|
||||
</script>
|
||||
<script type="text/javascript" src="../js/copy-to-clipboard.js"></script>
|
||||
|
||||
<div class="markdown-body">
|
||||
|
||||
|
|
@ -923,7 +911,7 @@ Installing Yarn!
|
|||
575
|
||||
</span> 个Linux命令,超过 <a href="../contributors.html">50+</a> 贡献者
|
||||
</div>
|
||||
<script type="text/javascript" src="../js/dt.js?v=1646883898554"></script>
|
||||
<script type="text/javascript" src="../js/index.js?v=1646883898554"></script>
|
||||
<script type="text/javascript" src="../js/dt.js?v=1646885342573"></script>
|
||||
<script type="text/javascript" src="../js/index.js?v=1646885342573"></script>
|
||||
</body>
|
||||
</html>
|
||||
20
c/cut.html
20
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=1646883898585">
|
||||
<link rel="stylesheet" type="text/css" href="../css/index.css?v=1646885342602">
|
||||
</head>
|
||||
<body>
|
||||
<a href="https://github.com/jaywcjlove/linux-command" target="_blank" class="github-corner">
|
||||
|
|
@ -41,19 +41,7 @@
|
|||
</div>
|
||||
</div>
|
||||
</div>
|
||||
<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() {
|
||||
setTimeout(() => {
|
||||
target.classList.remove('active');
|
||||
}, 2000);
|
||||
});
|
||||
}
|
||||
</script>
|
||||
<script type="text/javascript" src="../js/copy-to-clipboard.js"></script>
|
||||
|
||||
<div class="markdown-body">
|
||||
|
||||
|
|
@ -273,7 +261,7 @@ efghijklmnopqrstuvwxyz
|
|||
575
|
||||
</span> 个Linux命令,超过 <a href="../contributors.html">50+</a> 贡献者
|
||||
</div>
|
||||
<script type="text/javascript" src="../js/dt.js?v=1646883898585"></script>
|
||||
<script type="text/javascript" src="../js/index.js?v=1646883898585"></script>
|
||||
<script type="text/javascript" src="../js/dt.js?v=1646885342603"></script>
|
||||
<script type="text/javascript" src="../js/index.js?v=1646885342603"></script>
|
||||
</body>
|
||||
</html>
|
||||
20
c/date.html
20
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=1646883898623">
|
||||
<link rel="stylesheet" type="text/css" href="../css/index.css?v=1646885342653">
|
||||
</head>
|
||||
<body>
|
||||
<a href="https://github.com/jaywcjlove/linux-command" target="_blank" class="github-corner">
|
||||
|
|
@ -41,19 +41,7 @@
|
|||
</div>
|
||||
</div>
|
||||
</div>
|
||||
<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() {
|
||||
setTimeout(() => {
|
||||
target.classList.remove('active');
|
||||
}, 2000);
|
||||
});
|
||||
}
|
||||
</script>
|
||||
<script type="text/javascript" src="../js/copy-to-clipboard.js"></script>
|
||||
|
||||
<div class="markdown-body">
|
||||
|
||||
|
|
@ -399,7 +387,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=1646883898624"></script>
|
||||
<script type="text/javascript" src="../js/index.js?v=1646883898624"></script>
|
||||
<script type="text/javascript" src="../js/dt.js?v=1646885342654"></script>
|
||||
<script type="text/javascript" src="../js/index.js?v=1646885342654"></script>
|
||||
</body>
|
||||
</html>
|
||||
20
c/dd.html
20
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=1646883898647">
|
||||
<link rel="stylesheet" type="text/css" href="../css/index.css?v=1646885342681">
|
||||
</head>
|
||||
<body>
|
||||
<a href="https://github.com/jaywcjlove/linux-command" target="_blank" class="github-corner">
|
||||
|
|
@ -41,19 +41,7 @@
|
|||
</div>
|
||||
</div>
|
||||
</div>
|
||||
<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() {
|
||||
setTimeout(() => {
|
||||
target.classList.remove('active');
|
||||
}, 2000);
|
||||
});
|
||||
}
|
||||
</script>
|
||||
<script type="text/javascript" src="../js/copy-to-clipboard.js"></script>
|
||||
|
||||
<div class="markdown-body">
|
||||
|
||||
|
|
@ -198,7 +186,7 @@ wFRAnlkXeBXmWs1MyGEs
|
|||
575
|
||||
</span> 个Linux命令,超过 <a href="../contributors.html">50+</a> 贡献者
|
||||
</div>
|
||||
<script type="text/javascript" src="../js/dt.js?v=1646883898647"></script>
|
||||
<script type="text/javascript" src="../js/index.js?v=1646883898647"></script>
|
||||
<script type="text/javascript" src="../js/dt.js?v=1646885342682"></script>
|
||||
<script type="text/javascript" src="../js/index.js?v=1646885342682"></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=1646883898686">
|
||||
<link rel="stylesheet" type="text/css" href="../css/index.css?v=1646885342731">
|
||||
</head>
|
||||
<body>
|
||||
<a href="https://github.com/jaywcjlove/linux-command" target="_blank" class="github-corner">
|
||||
|
|
@ -41,19 +41,7 @@
|
|||
</div>
|
||||
</div>
|
||||
</div>
|
||||
<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() {
|
||||
setTimeout(() => {
|
||||
target.classList.remove('active');
|
||||
}, 2000);
|
||||
});
|
||||
}
|
||||
</script>
|
||||
<script type="text/javascript" src="../js/copy-to-clipboard.js"></script>
|
||||
|
||||
<div class="markdown-body">
|
||||
|
||||
|
|
@ -390,7 +378,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=1646883898687"></script>
|
||||
<script type="text/javascript" src="../js/index.js?v=1646883898687"></script>
|
||||
<script type="text/javascript" src="../js/dt.js?v=1646885342732"></script>
|
||||
<script type="text/javascript" src="../js/index.js?v=1646885342732"></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=1646883898699">
|
||||
<link rel="stylesheet" type="text/css" href="../css/index.css?v=1646885342748">
|
||||
</head>
|
||||
<body>
|
||||
<a href="https://github.com/jaywcjlove/linux-command" target="_blank" class="github-corner">
|
||||
|
|
@ -41,19 +41,7 @@
|
|||
</div>
|
||||
</div>
|
||||
</div>
|
||||
<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() {
|
||||
setTimeout(() => {
|
||||
target.classList.remove('active');
|
||||
}, 2000);
|
||||
});
|
||||
}
|
||||
</script>
|
||||
<script type="text/javascript" src="../js/copy-to-clipboard.js"></script>
|
||||
|
||||
<div class="markdown-body">
|
||||
|
||||
|
|
@ -155,7 +143,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=1646883898700"></script>
|
||||
<script type="text/javascript" src="../js/index.js?v=1646883898700"></script>
|
||||
<script type="text/javascript" src="../js/dt.js?v=1646885342749"></script>
|
||||
<script type="text/javascript" src="../js/index.js?v=1646885342749"></script>
|
||||
</body>
|
||||
</html>
|
||||
20
c/df.html
20
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=1646883898716">
|
||||
<link rel="stylesheet" type="text/css" href="../css/index.css?v=1646885342774">
|
||||
</head>
|
||||
<body>
|
||||
<a href="https://github.com/jaywcjlove/linux-command" target="_blank" class="github-corner">
|
||||
|
|
@ -41,19 +41,7 @@
|
|||
</div>
|
||||
</div>
|
||||
</div>
|
||||
<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() {
|
||||
setTimeout(() => {
|
||||
target.classList.remove('active');
|
||||
}, 2000);
|
||||
});
|
||||
}
|
||||
</script>
|
||||
<script type="text/javascript" src="../js/copy-to-clipboard.js"></script>
|
||||
|
||||
<div class="markdown-body">
|
||||
|
||||
|
|
@ -195,7 +183,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=1646883898717"></script>
|
||||
<script type="text/javascript" src="../js/index.js?v=1646883898717"></script>
|
||||
<script type="text/javascript" src="../js/dt.js?v=1646885342775"></script>
|
||||
<script type="text/javascript" src="../js/index.js?v=1646885342775"></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=1646883898723">
|
||||
<link rel="stylesheet" type="text/css" href="../css/index.css?v=1646885342782">
|
||||
</head>
|
||||
<body>
|
||||
<a href="https://github.com/jaywcjlove/linux-command" target="_blank" class="github-corner">
|
||||
|
|
@ -41,19 +41,7 @@
|
|||
</div>
|
||||
</div>
|
||||
</div>
|
||||
<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() {
|
||||
setTimeout(() => {
|
||||
target.classList.remove('active');
|
||||
}, 2000);
|
||||
});
|
||||
}
|
||||
</script>
|
||||
<script type="text/javascript" src="../js/copy-to-clipboard.js"></script>
|
||||
|
||||
<div class="markdown-body">
|
||||
|
||||
|
|
@ -115,7 +103,7 @@ dhclient #获取IP
|
|||
575
|
||||
</span> 个Linux命令,超过 <a href="../contributors.html">50+</a> 贡献者
|
||||
</div>
|
||||
<script type="text/javascript" src="../js/dt.js?v=1646883898723"></script>
|
||||
<script type="text/javascript" src="../js/index.js?v=1646883898723"></script>
|
||||
<script type="text/javascript" src="../js/dt.js?v=1646885342783"></script>
|
||||
<script type="text/javascript" src="../js/index.js?v=1646885342783"></script>
|
||||
</body>
|
||||
</html>
|
||||
20
c/dhcpd.html
20
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=1646883898730">
|
||||
<link rel="stylesheet" type="text/css" href="../css/index.css?v=1646885342790">
|
||||
</head>
|
||||
<body>
|
||||
<a href="https://github.com/jaywcjlove/linux-command" target="_blank" class="github-corner">
|
||||
|
|
@ -41,19 +41,7 @@
|
|||
</div>
|
||||
</div>
|
||||
</div>
|
||||
<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() {
|
||||
setTimeout(() => {
|
||||
target.classList.remove('active');
|
||||
}, 2000);
|
||||
});
|
||||
}
|
||||
</script>
|
||||
<script type="text/javascript" src="../js/copy-to-clipboard.js"></script>
|
||||
|
||||
<div class="markdown-body">
|
||||
|
||||
|
|
@ -166,7 +154,7 @@ exiting.
|
|||
575
|
||||
</span> 个Linux命令,超过 <a href="../contributors.html">50+</a> 贡献者
|
||||
</div>
|
||||
<script type="text/javascript" src="../js/dt.js?v=1646883898731"></script>
|
||||
<script type="text/javascript" src="../js/index.js?v=1646883898731"></script>
|
||||
<script type="text/javascript" src="../js/dt.js?v=1646885342791"></script>
|
||||
<script type="text/javascript" src="../js/index.js?v=1646885342791"></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=1646883898739">
|
||||
<link rel="stylesheet" type="text/css" href="../css/index.css?v=1646885342800">
|
||||
</head>
|
||||
<body>
|
||||
<a href="https://github.com/jaywcjlove/linux-command" target="_blank" class="github-corner">
|
||||
|
|
@ -41,19 +41,7 @@
|
|||
</div>
|
||||
</div>
|
||||
</div>
|
||||
<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() {
|
||||
setTimeout(() => {
|
||||
target.classList.remove('active');
|
||||
}, 2000);
|
||||
});
|
||||
}
|
||||
</script>
|
||||
<script type="text/javascript" src="../js/copy-to-clipboard.js"></script>
|
||||
|
||||
<div class="markdown-body">
|
||||
|
||||
|
|
@ -136,7 +124,7 @@ Sending on Socket/fallback
|
|||
575
|
||||
</span> 个Linux命令,超过 <a href="../contributors.html">50+</a> 贡献者
|
||||
</div>
|
||||
<script type="text/javascript" src="../js/dt.js?v=1646883898740"></script>
|
||||
<script type="text/javascript" src="../js/index.js?v=1646883898740"></script>
|
||||
<script type="text/javascript" src="../js/dt.js?v=1646885342800"></script>
|
||||
<script type="text/javascript" src="../js/index.js?v=1646885342800"></script>
|
||||
</body>
|
||||
</html>
|
||||
20
c/diff.html
20
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=1646883898756">
|
||||
<link rel="stylesheet" type="text/css" href="../css/index.css?v=1646885342815">
|
||||
</head>
|
||||
<body>
|
||||
<a href="https://github.com/jaywcjlove/linux-command" target="_blank" class="github-corner">
|
||||
|
|
@ -41,19 +41,7 @@
|
|||
</div>
|
||||
</div>
|
||||
</div>
|
||||
<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() {
|
||||
setTimeout(() => {
|
||||
target.classList.remove('active');
|
||||
}, 2000);
|
||||
});
|
||||
}
|
||||
</script>
|
||||
<script type="text/javascript" src="../js/copy-to-clipboard.js"></script>
|
||||
|
||||
<div class="markdown-body">
|
||||
|
||||
|
|
@ -187,7 +175,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=1646883898756"></script>
|
||||
<script type="text/javascript" src="../js/index.js?v=1646883898756"></script>
|
||||
<script type="text/javascript" src="../js/dt.js?v=1646885342816"></script>
|
||||
<script type="text/javascript" src="../js/index.js?v=1646885342816"></script>
|
||||
</body>
|
||||
</html>
|
||||
20
c/diff3.html
20
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=1646883898777">
|
||||
<link rel="stylesheet" type="text/css" href="../css/index.css?v=1646885342823">
|
||||
</head>
|
||||
<body>
|
||||
<a href="https://github.com/jaywcjlove/linux-command" target="_blank" class="github-corner">
|
||||
|
|
@ -41,19 +41,7 @@
|
|||
</div>
|
||||
</div>
|
||||
</div>
|
||||
<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() {
|
||||
setTimeout(() => {
|
||||
target.classList.remove('active');
|
||||
}, 2000);
|
||||
});
|
||||
}
|
||||
</script>
|
||||
<script type="text/javascript" src="../js/copy-to-clipboard.js"></script>
|
||||
|
||||
<div class="markdown-body">
|
||||
|
||||
|
|
@ -119,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=1646883898778"></script>
|
||||
<script type="text/javascript" src="../js/index.js?v=1646883898778"></script>
|
||||
<script type="text/javascript" src="../js/dt.js?v=1646885342824"></script>
|
||||
<script type="text/javascript" src="../js/index.js?v=1646885342824"></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=1646883898771">
|
||||
<link rel="stylesheet" type="text/css" href="../css/index.css?v=1646885342836">
|
||||
</head>
|
||||
<body>
|
||||
<a href="https://github.com/jaywcjlove/linux-command" target="_blank" class="github-corner">
|
||||
|
|
@ -41,19 +41,7 @@
|
|||
</div>
|
||||
</div>
|
||||
</div>
|
||||
<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() {
|
||||
setTimeout(() => {
|
||||
target.classList.remove('active');
|
||||
}, 2000);
|
||||
});
|
||||
}
|
||||
</script>
|
||||
<script type="text/javascript" src="../js/copy-to-clipboard.js"></script>
|
||||
|
||||
<div class="markdown-body">
|
||||
|
||||
|
|
@ -155,7 +143,7 @@ mno
|
|||
575
|
||||
</span> 个Linux命令,超过 <a href="../contributors.html">50+</a> 贡献者
|
||||
</div>
|
||||
<script type="text/javascript" src="../js/dt.js?v=1646883898772"></script>
|
||||
<script type="text/javascript" src="../js/index.js?v=1646883898772"></script>
|
||||
<script type="text/javascript" src="../js/dt.js?v=1646885342836"></script>
|
||||
<script type="text/javascript" src="../js/index.js?v=1646885342836"></script>
|
||||
</body>
|
||||
</html>
|
||||
20
c/dig.html
20
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=1646883898790">
|
||||
<link rel="stylesheet" type="text/css" href="../css/index.css?v=1646885342850">
|
||||
</head>
|
||||
<body>
|
||||
<a href="https://github.com/jaywcjlove/linux-command" target="_blank" class="github-corner">
|
||||
|
|
@ -41,19 +41,7 @@
|
|||
</div>
|
||||
</div>
|
||||
</div>
|
||||
<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() {
|
||||
setTimeout(() => {
|
||||
target.classList.remove('active');
|
||||
}, 2000);
|
||||
});
|
||||
}
|
||||
</script>
|
||||
<script type="text/javascript" src="../js/copy-to-clipboard.js"></script>
|
||||
|
||||
<div class="markdown-body">
|
||||
|
||||
|
|
@ -172,7 +160,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=1646883898791"></script>
|
||||
<script type="text/javascript" src="../js/index.js?v=1646883898791"></script>
|
||||
<script type="text/javascript" src="../js/dt.js?v=1646885342851"></script>
|
||||
<script type="text/javascript" src="../js/index.js?v=1646885342851"></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=1646883898810">
|
||||
<link rel="stylesheet" type="text/css" href="../css/index.css?v=1646885342876">
|
||||
</head>
|
||||
<body>
|
||||
<a href="https://github.com/jaywcjlove/linux-command" target="_blank" class="github-corner">
|
||||
|
|
@ -41,19 +41,7 @@
|
|||
</div>
|
||||
</div>
|
||||
</div>
|
||||
<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() {
|
||||
setTimeout(() => {
|
||||
target.classList.remove('active');
|
||||
}, 2000);
|
||||
});
|
||||
}
|
||||
</script>
|
||||
<script type="text/javascript" src="../js/copy-to-clipboard.js"></script>
|
||||
|
||||
<div class="markdown-body">
|
||||
|
||||
|
|
@ -331,7 +319,7 @@ exec 01;32
|
|||
575
|
||||
</span> 个Linux命令,超过 <a href="../contributors.html">50+</a> 贡献者
|
||||
</div>
|
||||
<script type="text/javascript" src="../js/dt.js?v=1646883898810"></script>
|
||||
<script type="text/javascript" src="../js/index.js?v=1646883898810"></script>
|
||||
<script type="text/javascript" src="../js/dt.js?v=1646885342877"></script>
|
||||
<script type="text/javascript" src="../js/index.js?v=1646885342877"></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=1646883898818">
|
||||
<link rel="stylesheet" type="text/css" href="../css/index.css?v=1646885342888">
|
||||
</head>
|
||||
<body>
|
||||
<a href="https://github.com/jaywcjlove/linux-command" target="_blank" class="github-corner">
|
||||
|
|
@ -41,19 +41,7 @@
|
|||
</div>
|
||||
</div>
|
||||
</div>
|
||||
<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() {
|
||||
setTimeout(() => {
|
||||
target.classList.remove('active');
|
||||
}, 2000);
|
||||
});
|
||||
}
|
||||
</script>
|
||||
<script type="text/javascript" src="../js/copy-to-clipboard.js"></script>
|
||||
|
||||
<div class="markdown-body">
|
||||
|
||||
|
|
@ -127,7 +115,7 @@ dirname a/b
|
|||
575
|
||||
</span> 个Linux命令,超过 <a href="../contributors.html">50+</a> 贡献者
|
||||
</div>
|
||||
<script type="text/javascript" src="../js/dt.js?v=1646883898819"></script>
|
||||
<script type="text/javascript" src="../js/index.js?v=1646883898819"></script>
|
||||
<script type="text/javascript" src="../js/dt.js?v=1646885342888"></script>
|
||||
<script type="text/javascript" src="../js/index.js?v=1646885342888"></script>
|
||||
</body>
|
||||
</html>
|
||||
Some files were not shown because too many files have changed in this diff Show More
Loading…
Reference in New Issue