Difference between revisions of "Perintah Linux L"

From OnnoWiki
Jump to navigation Jump to search
Line 65: Line 65:
 
* Tampilkan hanya nama direktori/file
 
* Tampilkan hanya nama direktori/file
 
  ls -1
 
  ls -1
 +
* Mengurutkan file numeric
 +
ls -1 | sort -n<br>
 +
''Contoh output:''<br>
 +
Sebelum Sesudah
 +
10.JPG        1.JPG
 +
11.JPG        10.JPG
 +
12.JPG        11.JPG
 +
13.JPG        12.JPG
 +
14.JPG        13.JPG
 +
15.JPG        14.JPG
 +
1.JPG          15.JPG
  
 
=lsattr=
 
=lsattr=

Revision as of 15:43, 22 May 2012

Indeks - A - B - C - D - E - F - G - H - I - J - K - L - M - N - O - P - Q - R - S - T - U - V - W - X - Y - Z

last

lastb

lastlog

ld

ldconfig

ldd

less

lesskey

lftp

lftpget

link

ln

loadkeys

locale

locate

Menemukan file berdasarkan nama

  • Cari file/direktori yang mengandung kata 'ubuntu' dan 'xmlrpc'
locate ubuntu | grep xmlrpc

lockfile

logger

login

logname

logrotate

look

losetup

lpadmin

lpinfo

lpmove

lpq

lpr

lprm

lpstat

ls

Menampilkan isi direktori

  • Tampilkan isi file berdasarkan tanggal & waktu terbaru
ls -alht
  • Tampilkan hanya nama direktori/file
ls -1
  • Mengurutkan file numeric
ls -1 | sort -n
Contoh output:
Sebelum Sesudah 10.JPG 1.JPG 11.JPG 10.JPG 12.JPG 11.JPG 13.JPG 12.JPG 14.JPG 13.JPG 15.JPG 14.JPG 1.JPG 15.JPG

lsattr

lspci

lsmod

lsusb