• Linux复制指定目录下的文件夹结构


    [root@ebs12vis ~]# su - applmgr
    [applmgr@ebs12vis ~]$ cd $APPL_TOP/inv
    [applmgr@ebs12vis inv]$ find . -type d -exec mkdir -p $APPL_TOP/cux/{} ;
    [applmgr@ebs12vis inv]$ cd ..
    [applmgr@ebs12vis appl]$ cd cux
    [applmgr@ebs12vis cux]$ du
    8       ./12.0.0/help/US
    8       ./12.0.0/help/ZHS
    24      ./12.0.0/help
    8       ./12.0.0/html
    8       ./12.0.0/reports/US
    8       ./12.0.0/reports/ZHS
    24      ./12.0.0/reports
    8       ./12.0.0/log
    8       ./12.0.0/lib
    8       ./12.0.0/out
    8       ./12.0.0/patch/115/import/US
    8       ./12.0.0/patch/115/import/ZHS
    24      ./12.0.0/patch/115/import
    8       ./12.0.0/patch/115/odf
    8       ./12.0.0/patch/115/xdf
    8       ./12.0.0/patch/115/irep/patch/115/import/US
    16      ./12.0.0/patch/115/irep/patch/115/import
    8       ./12.0.0/patch/115/irep/patch/115/odf
    8       ./12.0.0/patch/115/irep/patch/115/sql
    40      ./12.0.0/patch/115/irep/patch/115
    48      ./12.0.0/patch/115/irep/patch
    8       ./12.0.0/patch/115/irep/java/ebi/item/server
    16      ./12.0.0/patch/115/irep/java/ebi/item
    24      ./12.0.0/patch/115/irep/java/ebi
    32      ./12.0.0/patch/115/irep/java
    88      ./12.0.0/patch/115/irep
    8       ./12.0.0/patch/115/xml/US
    8       ./12.0.0/patch/115/xml/ZHS
    24      ./12.0.0/patch/115/xml
    8       ./12.0.0/patch/115/driver
    8       ./12.0.0/patch/115/publisher/templates/US
    8       ./12.0.0/patch/115/publisher/templates/ZHS
    24      ./12.0.0/patch/115/publisher/templates
    8       ./12.0.0/patch/115/publisher/defs
    40      ./12.0.0/patch/115/publisher
    8       ./12.0.0/patch/115/sql
    216     ./12.0.0/patch/115
    224     ./12.0.0/patch
    8       ./12.0.0/java/make
    8       ./12.0.0/java/jar
    24      ./12.0.0/java
    8       ./12.0.0/xml/orc115
    16      ./12.0.0/xml
    8       ./12.0.0/forms/US
    8       ./12.0.0/forms/ZHS
    24      ./12.0.0/forms
    8       ./12.0.0/mds/lov/webui/ZHS
    16      ./12.0.0/mds/lov/webui
    8       ./12.0.0/mds/lov/consign/webui/ZHS
    16      ./12.0.0/mds/lov/consign/webui
    24      ./12.0.0/mds/lov/consign
    48      ./12.0.0/mds/lov
    8       ./12.0.0/mds/wshtxn/server/ZHS
    16      ./12.0.0/mds/wshtxn/server
    24      ./12.0.0/mds/wshtxn
    8       ./12.0.0/mds/consign/webui/ZHS
    16      ./12.0.0/mds/consign/webui
    24      ./12.0.0/mds/consign
    8       ./12.0.0/mds/rcv/server/ZHS
    16      ./12.0.0/mds/rcv/server
    24      ./12.0.0/mds/rcv
    8       ./12.0.0/mds/attributesets/ZHS
    16      ./12.0.0/mds/attributesets
    8       ./12.0.0/mds/txnui/webui/ZHS
    16      ./12.0.0/mds/txnui/webui
    8       ./12.0.0/mds/txnui/lotDetails/webui/ZHS
    16      ./12.0.0/mds/txnui/lotDetails/webui
    24      ./12.0.0/mds/txnui/lotDetails
    8       ./12.0.0/mds/txnui/serialDetails/webui/ZHS
    16      ./12.0.0/mds/txnui/serialDetails/webui
    24      ./12.0.0/mds/txnui/serialDetails
    72      ./12.0.0/mds/txnui
    216     ./12.0.0/mds
    8       ./12.0.0/bin
    8       ./12.0.0/mesg
    8       ./12.0.0/admin/driver
    8       ./12.0.0/admin/sql
    24      ./12.0.0/admin
    8       ./12.0.0/sql
    640     ./12.0.0
    648     .

  • 相关阅读:
    索引法则--少用OR,它在连接时会索引失效
    索引法则--LIKE以%开头会导致索引失效进而转向全表扫描(使用覆盖索引解决)
    索引法则--字符串不加单引号会导致索引失效
    索引法则--IS NULL, IS NOT NULL 也无法使用索引
    tomcat管理模块报401 Unauthorized
    MySQL报Too many connections
    JDBC连接MySql例子
    linux安装jdk并设置环境变量(看这一篇文章即可)
    深度解析Java可变参数类型以及与数组的区别
    MySQL真正的UTF-8字符集utf8mb4
  • 原文地址:https://www.cnblogs.com/quanweiru/p/4525363.html
Copyright © 2020-2023  润新知