ll
並不是linux中的乙個單獨的命令,它是ls -l
的簡寫形式。
直接使用ll
命令,會輸出當前路徑下的檔案的資訊:
zhouke@zkpc:~/win_e/github/blogs/source/_posts$ ll
總用量 34
drwxrwxrwx 1 root root 4096 11月 1 14:22 ./
drwxrwxrwx 1 root root 0 10月 27 21:41 ../
-rwxrwxrwx 1 root root 565 10月 28 00:31 001-vs2015-error-lnk2001-無法解析的外部符號-winmain-16.md*
drwxrwxrwx 1 root root 0 11月 1 14:22 ubuntu-ll命令輸出資訊中檔案大小的單位/
-rwxrwxrwx 1 root root 99 11月 1 14:22 ubuntu-ll命令輸出資訊中檔案大小的單位.md*
-rwxrwxrwx 1 root root 695 10月 28 00:31 ubuntu-notes-md.md*
-rwxrwxrwx 1 root root 658 10月 27 23:07 ubuntu-notes-md.md~*
drwxrwxrwx 1 root root 4096 10月 24 10:33 ue4源**分析/
-rwxrwxrwx 1 root root 2403 10月 28 00:31 【演算法】-000-一維多項式求值.md*
-rwxrwxrwx 1 root root 4868 10月 28 00:25 【演算法】-001-資料處理-均值、方差、協方差、相關係數.md*
-rwxrwxrwx 1 root root 955 10月 28 00:32 '【演算法】-002 小數四捨五入截斷.md'*
從上面可以看出,ll
輸出了檔案的大小。
ll
直接使用的話,檔案大小的單位是位元組。
可以通過ls -lh
來使命令的輸出資訊轉換為可讀資訊,使單位更友好,使用k,m,g來表示問價的大小。
Top命令輸出資訊解析
在linux下top是乙個最基礎的命令,它可以將當前系統的執行狀況最直觀地告訴使用者。top命令的輸出的資訊很豐富,功能很強大,本篇我就詳細介紹一下它。第一行給出當前伺服器時間,啟動時間,當前登入使用者,以及系統負載情況。需要注意的是linux的系統負載是以1分鐘 3分鐘和15分鐘內的平均值來衡量的...
實現資訊在excel中輸出
protected void button3 click object sender,eventargs e 方法二 gridview輸出到excel 自已後台構建乙個gridview public void getexcel string strwhere1 方法二補充 把頁面上的gridview...
實現資訊在excel中輸出
protected void button3 click object sender,eventargs e 方法二 gridview輸出到excel 自已後台構建乙個gridview public void getexcel string strwhere1 方法二補充 把頁面上的gridview...