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

How does shell create a directory with the current date and time name

2025-01-17 Update From: SLTechnology News&Howtos shulou NAV: SLTechnology News&Howtos > Servers >

Share

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

This article will explain in detail how shell creates a directory with the current date and time as its name. The content of the article is of high quality, so the editor shares it for you as a reference. I hope you will have a certain understanding of the relevant knowledge after reading this article.

In many cases, we need to automatically create a directory with the current date and time in the script with the following command:

Click (here) to collapse or open

[root@iZ25b43k92fZ scripts] # more test.sh

Dirdate= `date +% Y% m% d` _ `date +% H% M% S`

Mkdir $dirdate

[root@iZ25b43k92fZ scripts] # ls-ltr

Drwxr-xr-x 2 root root 4096 Feb 4 15:03 20170204_150357

This is the end of how shell creates a directory with the name of the current date and time. I hope the above content can be of some help to you and learn more. If you think the article is good, you can share it for more people to see.

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