리눅스 ls -al 날짜 제외

Jmnote bot (토론 | 기여)님의 2015년 2월 6일 (금) 03:44 판 (로봇: 자동으로 텍스트 교체 (-<source lang='dos'> +<source lang='cli'>))
ls -al 날짜 제외

1 방법

ls -al --time-style=+ 폴더 | tail -n+2
[root@jmnote ~]# ls -al --time-style=+ /etc/cron.daily/ | tail -n+2
drwxr-xr-x  2 root root  4096  .
drwxr-xr-x 96 root root 12288  ..
-rwxr-xr-x  1 root root   379  0anacron
lrwxrwxrwx  1 root root    39  0logwatch -> /usr/share/logwatch/scripts/logwatch.pl
-rwxr-xr-x  1 root root   180  logrotate
-rwxr-xr-x  1 root root   418  makewhatis.cron
-rwxr-xr-x  1 root root   137  mlocate.cron
-rwxr-xr-x  1 root root  2181  prelink
-rwxr-xr-x  1 root root   296  rpm
-rwxr-xr-x  1 root root   354  tmpwatch

2 같이 보기

문서 댓글 ({{ doc_comments.length }})
{{ comment.name }} {{ comment.created | snstime }}