ls l 顯示年份

2022-06-23 17:27:15 字數 827 閱讀 1765

預設情況下ls -l命令只顯示月和日,不顯示年份:

$ ls -l

lrwxrwxrwx 1 root root 7 feb 27 16:12 bin -> usr/bin

如要要顯示年份,就要使用--time-style引數,該引數有幾個選項

full-iso 精確顯示年月日時分秒納秒及時區

long-iso 顯示年月日時分

iso 預設就是iso,顯示月日時分

locale 按當前系統環境區域設定顯示

+format 自定義格式顯示

所以要顯示年份可以使用full-iso、long-iso、+format這幾種引數選項。

$ ls -l --time-style=full-iso

lrwxrwxrwx 1 root root 7 2016-02-27 16:12:03.185940151 +0800 bin -> usr/bin

$ ls -l --time-style=long-iso

lrwxrwxrwx 1 root root 7 2016-02-27 16:12 bin -> usr/bin

$ s -l --time-style="+%y-%m-%d %h:%i:%s" 

lrwxrwxrwx 1 root root 7 2016-02-27 16:04:03 bin -> usr/bin

$ ls --full-time

lrwxrwxrwx 1 root root 7 2016-02-27 16:12:03.185940151 +0800 bin -> usr/bin

ls l 顯示檔案及詳細資訊

ls l total 4 rw r r 1 root root 1688 oct 3 2016 anaconde ks.cfg drwxr xr x 2 root root 4098 nov 4 00 09 aa 顯示的檔案詳細資訊分別代表什麼呢?以上面藍色部分為例。total 5 代表當前目錄下檔...

ls l 命令詳解

ls l 這個引數是字母l 的小寫,不是數字1 這個命令可以使用長格式顯示檔案內容,如果需要察看更詳細的檔案資料,就要用到ls l 這個 指令。例如我在某個目錄下鍵入ls l 可能會顯示如下資訊 最上面兩行是我自己加的 位 置1 2 3 4 5 6 7 檔案屬性 檔案數 擁有者 所屬的group 檔...

天數最少的年份 簡易計算年份與年份之間的天數

原始碼類 package day2.homework1 public class mycalendar mydate date1 mydate date2 public mycalendar mydate date1,mydate date2 super this.date1 date1 this....