리눅스 ls -al 날짜 제외

Jmnote bot (토론 | 기여)님의 2016년 3월 29일 (화) 12:44 판 (봇: 자동으로 텍스트 교체 (-<source lang='cli'> +<source lang='console'>))
(차이) ← 이전 판 | 최신판 (차이) | 다음 판 → (차이)
ls -al 날짜 제외

1 방법[ | ]

ls -al --time-style=+ 폴더 | tail -n+2
[root@zetawiki ~]# 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 }}