"One Linux command per day" 23. Directory Toggle Command Cd__linux

Source: Internet
Author: User
switch to a directory

#查看当前所在路径
bixiaopeng@bixiaopengtekimacbook-pro ~$ pwd
/users/bixiaopeng
#使用命令: cd directory path
Bixiaopeng@bixiaopengtekimacbook-pro ~$ cd apktool
#查看切换后的路径
bixiaopeng@bixiaopengtekimacbook-pro apktool$ PWD
/users/bixiaopeng/apktool


Switch to home directory

#方法一: cd 
bixiaopeng@bixiaopengtekimacbook-pro apktool$ cd
bixiaopeng@bixiaopengtekimacbook-pro ~$ pwd
/users/bixiaopeng
#方法二: cd ~
bixiaopeng@bixiaopengtekimacbook-pro ~$ CD Apktool
Bixiaopeng@bixiaopengtekimacbook-pro apktool$ CD ~
bixiaopeng@bixiaopengtekimacbook-pro ~$ pwd
/Users/ Bixiaopeng


switch to the previous level of the directory

Bixiaopeng@bixiaopengtekimacbook-pro ~$ cd apktool/framework/
Bixiaopeng@bixiaopengtekimacbook-pro framework$ PWD
/users/bixiaopeng/apktool/framework
bixiaopeng@bixiaopengtekimacbook-pro framework$ CD.
Bixiaopeng@bixiaopengtekimacbook-pro apktool$ pwd
/users/bixiaopeng/apktool

the directory before switching to the current directory

Bixiaopeng@bixiaopengtekimacbook-pro apktool$ CD-
/users/bixiaopeng/apktool/framework
Bixiaopeng@bixiaopengtekimacbook-pro framework$ pwd
/users/bixiaopeng/apktool/framework


switch to level two directory

Bixiaopeng@bixiaopengtekimacbook-pro framework$ CD. /..
Bixiaopeng@bixiaopengtekimacbook-pro ~$ pwd
/users/bixiaopeng

Use the parameters of the previous command as a parameter to the CD

Bixiaopeng@bixiaopengtekimacbook-pro ~$ CD/
bixiaopeng@bixiaopengtekimacbook-pro/$ CD!$
CD/


Contact Us

The content source of this page is from Internet, which doesn't represent Alibaba Cloud's opinion; products and services mentioned on that page don't have any relationship with Alibaba Cloud. If the content of the page makes you feel confusing, please write us an email, we will handle the problem within 5 days after receiving your email.

If you find any instances of plagiarism from the community, please send an email to: info-contact@alibabacloud.com and provide relevant evidence. A staff member will contact you within 5 working days.

A Free Trial That Lets You Build Big!

Start building with 50+ products and up to 12 months usage for Elastic Compute Service

  • Sales Support

    1 on 1 presale consultation

  • After-Sales Support

    24/7 Technical Support 6 Free Tickets per Quarter Faster Response

  • Alibaba Cloud offers highly flexible support services tailored to meet your exact needs.