zoukankan      html  css  js  c++  java
  • Using CDPATH environment to accelerate navigation among multiple commonly used directories.

    Using CDPATH environment to accelerate navigation among multiple commonly used directories.

    Using CDPATH environment to accelerate navigation among multiple commonly used directories.

    It is common that we want to change directory (cd command) between several directories, in which case the simple (cd -) command is not enough.

    That is where the CDPATH comes to help, you can set the most often used directories in ~/.bashrc file using the following format:

    export CDPATH=.:/home/wujing/work/huawei-test:/home/wujing/work/myprogram/researchprog/io-scheduling

    and then execute

    source ~/.bashrc

    The cd command will list the subdirectories inside the given paths.

    Author: wujing

    Created: 2014-10-14 二 20:08

    Emacs 24.3.1 (Org mode 8.2.6)

    Validate

  • 相关阅读:
    成佛、远不止渡沧海
    导航栏中各按钮在点击当前按钮变色其他按钮恢复为原有色的实现方法(vue、jq、原生js)
    vue动态绑定src加字符串拼接
    对象中那些不注意的用法
    vue实现实时监听文本框内容的变化(最后一种为原生js)
    table
    toFixed()精度丢失;复选框全选、取消
    vue.js
    vue项目知识点总结
    JVM基础知识总结
  • 原文地址:https://www.cnblogs.com/wujingcqu/p/4025123.html
Copyright © 2011-2022 走看看