Network Security Internet Technology Development Database Servers Mobile Phone Android Software Apple Software Computer Software News IT Information

In addition to Weibo, there is also WeChat

Please pay attention

WeChat public account

Shulou

Use the pushed command of linux to add records to the shell directory stack

2025-04-06 Update From: SLTechnology News&Howtos shulou NAV: SLTechnology News&Howtos > Servers >

Share

Shulou(Shulou.com)06/02 Report--

Editor to share with you to use linux's pushed command to add records to the shell directory stack. I hope you will gain a lot after reading this article. Let's discuss it together.

The pushed command is used to add a directory to the stack, add a record to the top of the catalog stack, and switch to that directory. If no parameters are added, the two directories at the top of the record stack will be swapped.

Syntax format: pushed [parameters] [directory]

Common parameters:

-n move the nth directory from the right to the top of the stack (n count from 0) + n move the nth directory from the left to the top of the stack (n count from 0)

Reference example

Displays the default directory stack for Shell:

[root@linuxcool ~] # dirs/var/log

Add a directory / etc to the Shell directory stack:

[root@linuxcool ~] # pushed / etc

Display the contents of the Shell directory stack, one record per line, and add a serial number:

[root@linuxcool] # dirs-v0 / sbin1 / etc2 / var/log

Move the first record to the top of the stack:

[root@linuxcool] # pushed-1/etc / var/log / sbin has finished reading this article. I believe you have some understanding of using linux's pushed command to add records to the shell directory stack. Want to know more about it. Welcome to follow the industry information channel. Thank you for reading!

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.

Share To

Servers

Wechat

© 2024 shulou.com SLNews company. All rights reserved.

12
Report