Skip to content

bash 使用技巧(不定时更新)

  • Linux
lesson6 6

这里记录整理 bash 在使用过程中的小技巧。

为文件夹起别名

想要通过 cd + 别名 的形式快速切换到常用目录
方法如下:
把下列代码添加到 HOME 目录下的 .bashrc 文件里

shopt -s cdable_vars
export repo=$HOME/source/repos/

其中的 repo 是你为目录起的别名,等号后面的目录是实际的文件夹路径,保存后,就可以用

cd repo

快速访问到 $HOME/source/repos/ 这个路径啦

[amazon_link asins=’B01JZS0AQG,B00QWPQ3GC,B002A2LQR2′ template=’CopyOf-ProductGrid’ store=’boyd-23′ marketplace=’CN’ link_id=”]

0 0 votes
Article Rating
Tags:
Subscribe
Notify of
guest

This site uses Akismet to reduce spam. Learn how your comment data is processed.

0 Comments
Inline Feedbacks
View all comments
0
Would love your thoughts, please comment.x
()
x