博客
关于我
强烈建议你试试无所不能的chatGPT,快点击我
Using CDPATH environment to accelerate navigation among multiple commonly used directories.
阅读量:4453 次
发布时间:2019-06-07

本文共 815 字,大约阅读时间需要 2 分钟。

<?xml version="1.0" encoding="utf-8"?> 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

24.3.1 ( mode 8.2.6)

转载于:https://www.cnblogs.com/wujingcqu/p/4025123.html

你可能感兴趣的文章
Linux网络基本配置命令
查看>>
docker开启api端口,docker启用加速
查看>>
【bzoj1176】[Balkan2007]Mokia/【bzoj2683】简单题 CDQ分治+树状数组
查看>>
MEAN实践——LAMP的新时代替代方案(下)
查看>>
读《大道至简》第六章有感
查看>>
鸡腿做法
查看>>
Java导出Highcharts生成的图表为图片源码
查看>>
spring整合quartz并持久化
查看>>
商品评分效果JavaScript
查看>>
Python-数据库(编程)
查看>>
Linux操作系统计划任务
查看>>
低错复习
查看>>
python False
查看>>
网站抢购秒杀系统设计简析
查看>>
pku 1330 LCA
查看>>
张照行-160809332 的作业
查看>>
文件引入路径设置
查看>>
Python---协程---重写多线程
查看>>
实体集合和实体转换成相应的string、XDocument、XElement、XDocument
查看>>
IE中的userData
查看>>