Difference between revisions of "Perintah Linux R"
		
		
		
		
		
		Jump to navigation
		Jump to search
		
				
		
		
	
Gibransyah (talk | contribs)  | 
				Gibransyah (talk | contribs)   (→rm)  | 
				||
| Line 53: | Line 53: | ||
=rlogind=  | =rlogind=  | ||
=rm=  | =rm=  | ||
| + | ''Menghapus file''  | ||
| + | * Hapus 3 file terbesar dalam sebuah direktori  | ||
| + |  rm -rf $(ls -1Sh | head -n 3)  | ||
| + | |||
=rmail=  | =rmail=  | ||
=rmdir=  | =rmdir=  | ||
Revision as of 14:39, 16 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
raidstart
ramsize
ranlib
rarpd
rcp
rdate
rdev
rdist
rdistd
readcd
readelf
readlink
reboot
reject
rename
renice
repquota
reset
resize2fs
restore
rev
rexec
rexecd
richtext
rlogin
rlogind
rm
Menghapus file
- Hapus 3 file terbesar dalam sebuah direktori
 
rm -rf $(ls -1Sh | head -n 3)