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

  • 相关阅读:
    安装thrift时,注意openssl参数
    Linux下boost编译安装
    super-smack
    算术运算指令
    C/C++中有关字长与平台无关的整数类型
    URLTester2.3.2
    第20课 链接过程简介
    第19课 编译过程简介
    第18课 三目运算符和逗号表达式
    第17课 ++和--操作符分析
  • 原文地址:https://www.cnblogs.com/wujingcqu/p/4025123.html
Copyright © 2011-2022 走看看