This shows you the differences between two versions of the page.
Both sides previous revision Previous revision Next revision | Previous revision | ||
linux常用操作 [2021/10/20 14:48] jordan |
linux常用操作 [2023/03/08 16:09] (current) xujianglong ↷ Page moved from 内部资料:linux常用操作 to linux常用操作 |
||
---|---|---|---|
Line 128: | Line 128: | ||
<code bash> | <code bash> | ||
| grep ' [1-9]$\|1.$' | | grep ' [1-9]$\|1.$' | ||
+ | |||
</ | </ | ||
+ | |||
====== 复制文件夹结构(不包含文件) ====== | ====== 复制文件夹结构(不包含文件) ====== | ||
详见:[[https:// | 详见:[[https:// | ||
- | < | + | < |
find rootDir -type d -exec mkdir -p "/ | find rootDir -type d -exec mkdir -p "/ |