6 Star 0 Fork 5

src-openEuler/mlocate

Create your Gitee Account
Explore and code with more than 12 million developers,Free private repositories !:)
Sign up
This repository doesn't specify license. Please pay attention to the specific project description and its upstream code dependency when using it.
Clone or Download
mlocate-run-updatedb 138 Bytes
Copy Edit Raw Blame History
hexiaowen authored 2019-09-30 11:04 . Package init
#!/bin/sh
nodevs=$(< /proc/filesystems awk '$1 == "nodev" && $2 != "rootfs" && $2 != "zfs" { print $2 }')
/usr/bin/updatedb -f "$nodevs"
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化
1
https://gitee.com/src-openeuler/mlocate.git
git@gitee.com:src-openeuler/mlocate.git
src-openeuler
mlocate
mlocate
master

Search