Linux日志截取时分秒,Linux ll命令显示年月日 时分秒

2023-05-16

[[email protected] boot]# ls -lh  --time-style=+"%Y-%m-%d %H:%M:%S"

total 13M

-rw-r--r-- 1 root root  69K 2011-01-14 06:40:04 config-2.6.18-238.el5PAE

-rw-r--r-- 1 root root  69K 2016-09-06 06:26:21 config-2.6.18-412.el5PAE

drwxr-xr-x 2 root root 1.0K 2016-10-19 23:26:18 grub

-rw------- 1 root root 3.3M 2016-10-19 19:50:35 initrd-2.6.18-238.el5PAE.img

-rw------- 1 root root 3.4M 2016-10-19 23:26:18 initrd-2.6.18-412.el5PAE.img

drwx------ 2 root root  12K 2016-10-19 19:45:36 lost+found

-rw-r--r-- 1 root root  79K 2009-03-13 03:06:53 message

-rw-r--r-- 1 root root 110K 2011-01-14 06:40:16 symvers-2.6.18-238.el5PAE.gz

-rw-r--r-- 1 root root 115K 2016-09-06 06:26:27 symvers-2.6.18-412.el5PAE.gz

-rw-r--r-- 1 root root 955K 2011-01-14 06:40:04 System.map-2.6.18-238.el5PAE

-rw-r--r-- 1 root root 972K 2016-09-06 06:26:21 System.map-2.6.18-412.el5PAE

-rw-r--r-- 1 root root 1.8M 2011-01-14 06:40:04 vmlinuz-2.6.18-238.el5PAE

-rw-r--r-- 1 root root 1.9M 2016-09-06 06:26:21 vmlinuz-2.6.18-412.el5PAE

[[email protected] boot]# alias ll=‘ls -lh  --time-style=+"%Y-%m-%d %H:%M:%S"‘

[[email protected] boot]# ll

total 13M

-rw-r--r-- 1 root root  69K 2011-01-14 06:40:04 config-2.6.18-238.el5PAE

-rw-r--r-- 1 root root  69K 2016-09-06 06:26:21 config-2.6.18-412.el5PAE

drwxr-xr-x 2 root root 1.0K 2016-10-19 23:26:18 grub

-rw------- 1 root root 3.3M 2016-10-19 19:50:35 initrd-2.6.18-238.el5PAE.img

-rw------- 1 root root 3.4M 2016-10-19 23:26:18 initrd-2.6.18-412.el5PAE.img

drwx------ 2 root root  12K 2016-10-19 19:45:36 lost+found

-rw-r--r-- 1 root root  79K 2009-03-13 03:06:53 message

-rw-r--r-- 1 root root 110K 2011-01-14 06:40:16 symvers-2.6.18-238.el5PAE.gz

-rw-r--r-- 1 root root 115K 2016-09-06 06:26:27 symvers-2.6.18-412.el5PAE.gz

-rw-r--r-- 1 root root 955K 2011-01-14 06:40:04 System.map-2.6.18-238.el5PAE

-rw-r--r-- 1 root root 972K 2016-09-06 06:26:21 System.map-2.6.18-412.el5PAE

-rw-r--r-- 1 root root 1.8M 2011-01-14 06:40:04 vmlinuz-2.6.18-238.el5PAE

-rw-r--r-- 1 root root 1.9M 2016-09-06 06:26:21 vmlinuz-2.6.18-412.el5PAE

[[email protected] boot]#

原文:http://990487026.blog.51cto.com/10133282/1864141

本文内容由网友自发贡献,版权归原作者所有,本站不承担相应法律责任。如您发现有涉嫌抄袭侵权的内容,请联系:hwhale#tublm.com(使用前将#替换为@)

Linux日志截取时分秒,Linux ll命令显示年月日 时分秒 的相关文章

随机推荐