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

  • 相关阅读:
    使用C#调用Java带MIME附件WebService方法的初步设想
    到底是哪里给我插的广告?
    jQuery mobile X天教程 目录
    让ksoap支持wsse加密的soap报文
    第一天 认识jQuery mobile 框架,资源,书籍
    谈谈去那里找开源项目
    第二天 jQuery mobile 的Page&Dialogs,Toolbars,Button,listView全接触
    增强型MonkeyRunner 脚本计划
    以前我喜欢盗版,但是,我现在痛恨盗版
    android Handler 机制研究学习笔记
  • 原文地址:https://www.cnblogs.com/wujingcqu/p/4025123.html
Copyright © 2011-2022 走看看