文件系统中跳转TLCL

Posted songdechiu

tags:

篇首语:本文由小常识网(cha138.com)小编为大家整理,主要介绍了文件系统中跳转TLCL相关的知识,希望对你有一定的参考价值。

  • pwd - Print name of current working directory
  • cd - Change directory
  • ls - List directory contents

Linux总是只有一个单一的文件系统树,其他设备挂在到树的各个节点上。

  • cd Changes the working directory to your home directory.
  • cd -Changes the working directory to the previous working directory.
  • cd ~user_nameChanges the working directory to the home directory of user_name.

For example, cd ~bob will change the directory to the home directory of user “bob.”

以上是关于文件系统中跳转TLCL的主要内容,如果未能解决你的问题,请参考以下文章

Vim Taglist:如何从开源文件中跳转到标签定义

Vim作为笔记平台:在垂直分割窗口中跳转到标记

vue-cli中跳转页面返回顶部

微信h5页面中跳转下载第三方app的办法

微信h5页面中跳转外部浏览器下载APK的办法

Vim常用命令