In addition to Weibo, there is also WeChat
Please pay attention
WeChat public account
Shulou
2025-01-18 Update From: SLTechnology News&Howtos shulou NAV: SLTechnology News&Howtos > Development >
Share
Shulou(Shulou.com)06/01 Report--
Editor to share with you what is the use of the popd command in Linux, I believe most people do not know much about it, so share this article for your reference, I hope you can learn a lot after reading this article, let's go to know it!
Linux common command popd command is used to delete records in the directory stack; if the popd command does not take any parameters, it will first delete the record at the top of the directory stack, and then switch to the top directory in the deleted directory stack
Popd removes directories from the directory stack.
Summary popd [- n] [+ N |-N] is mainly used to delete directories from the directory stack. If the top directory is deleted, the current working directory will be switched to the new top directory.
When there are no parameters, delete the top of the directory stack.
Option-n suppresses changes to the current working directory caused by deleting a directory. Parameter + N (optional): the Nth directory from the left will be deleted from the list displayed by the dirs command without parameters. (count from 0)
-N (optional): the Nth directory from the right will be deleted from the list displayed by the dirs command without parameters. (count from 0)
The return value returns success unless an illegal option is provided or an error occurs in the execution.
Example # add a directory to the stack, and the current working directory remains the same. [user2@pc ~] $dirs ~ [user2@pc ~] $pushd-n ~ / Desktop ~ ~ / Desktop [user2@pc ~] $pushd-n ~ / Pictures ~ ~ / Pictures ~ / Desktop [user2@pc ~] $pushd-n ~ / bin ~ / bin ~ / Pictures ~ / Desktop # Delete a directory from the directory stack Deleting the top directory changes the current working directory: [user2@pc ~] $popd-2 ~ / Pictures ~ / Desktop [user2@pc ~] $popd + 1 ~ / Desktop [user2@pc ~] $popd ~ / Desktop [user2@pc Desktop] $# remove the directory from the directory stack Deleting the top directory does not change the current working directory: [user2@pc ~] $dirs ~ [user2@pc ~] $pushd-n ~ / Desktop ~ ~ / Desktop [user2@pc ~] $popd-n ~ [user2@pc ~] $Note the directory stack command for bash includes dirs popd pushd.
The current directory is always at the top of the directory stack.
This command is a bash built-in command. For help, please see the help command.
Refer to the behavior of the linked popd, pushd command'- n 'option
The above is all the content of the article "what is the use of popd commands in Linux". Thank you for reading! I believe we all have a certain understanding, hope to share the content to help you, if you want to learn more knowledge, welcome to follow the industry information channel!
Welcome to subscribe "Shulou Technology Information " to get latest news, interesting things and hot topics in the IT industry, and controls the hottest and latest Internet news, technology news and IT industry trends.
Views: 0
*The comments in the above article only represent the author's personal views and do not represent the views and positions of this website. If you have more insights, please feel free to contribute and share.
Continue with the installation of the previous hadoop.First, install zookooper1. Decompress zookoope
"Every 5-10 years, there's a rare product, a really special, very unusual product that's the most un
© 2024 shulou.com SLNews company. All rights reserved.