linux基础篇-13,命令替换$()

Posted

tags:

篇首语:本文由小常识网(cha138.com)小编为大家整理,主要介绍了linux基础篇-13,命令替换$()相关的知识,希望对你有一定的参考价值。

[[email protected] ~]# echo it is the time $(clock)

it is the time 2016年11月10日 星期四 18时20分38秒 -0.327027 seconds


命令替换

[[email protected] ~]# touch ./file-$(date +%F-%H-%M-%S).txt

[[email protected] ~]# touch ./file-$(date +%F-%H-%M-%S).txt

[[email protected] ~]# touch ./file-$(date +%F-%H-%M-%S).txt

[[email protected] ~]# touch ./file-$(date +%F-%H-%M-%S).txt

[[email protected] ~]# touch ./file-$(date +%F-%H-%M-%S).txt

[[email protected] ~]# touch ./file-$(date +%F-%H-%M-%S).txt

[[email protected] ~]# touch ./file-$(date +%F-%H-%M-%S).txt

[[email protected] ~]# touch ./file-$(date +%F-%H-%M-%S).txt

[[email protected] ~]# ll ./

总用量 44


-rw-r--r--. 1 root root     0 11月 10 14:34 201711201500

-rw-------. 1 root root  1367 7月  20 00:30 anaconda-ks.cfg

-rw-r--r--. 1 root root     0 11月 10 18:26 file-2016-11-10-18-26-04.txt

-rw-r--r--. 1 root root     0 11月 10 18:26 file-2016-11-10-18-26-05.txt

-rw-r--r--. 1 root root     0 11月 10 18:26 file-2016-11-10-18-26-06.txt

-rw-r--r--. 1 root root     0 11月 10 18:26 file-2016-11-10-18-26-07.txt

-rw-r--r--. 1 root root     0 11月 10 18:26 file-2016-11-10-18-26-08.txt

-rw-r--r--. 1 root root     0 11月 10 18:26 file-2016-11-10-18-26-09.txt

-rw-r--r--. 1 root root     0 11月 10 18:25 file-.txt

-rw-r--r--. 1 root root 27828 7月  20 00:30 install.log

-rw-r--r--. 1 root root  7572 7月  20 00:28 install.log.syslog


本文出自 “James zhan Linux高级运维” 博客,请务必保留此出处http://jameszhan.blog.51cto.com/10980469/1875542

以上是关于linux基础篇-13,命令替换$()的主要内容,如果未能解决你的问题,请参考以下文章

Linux基础命令篇

Linux运维之路 基础篇:Linux基础命令

Hacker基础之Linux篇:基础Linux命令一

linux基础篇-linux获取命令帮助 详解

Linux基础篇七:Linux的命令执行

Linux基础优化