|
|
| Linux Command Line - nothing it's impossible by command line! |
|
|
|
|
|
|
Download offline copy |
|
|
|
|
| |
|
|
| |
| |
| |
| |
| Follow us on... |
|
|
 |
|
 |
|
| |
| News Letter |
|
|
 |
Sign-up me to receive the news about this document |
|
|
|
|
|
| |
Version
Linux Command Line version 1.4
Last modified date: 2009-07-03
Created Date: 2008-01-06
|
|
| |
|
|
|
|
|
|
|
|
|
|
| View the commands by letter |
|
|
|
A |
B |
C |
D |
E |
F |
G |
H |
I |
K |
L |
M |
N |
P |
R |
S |
T |
U |
W |
Y |
Z |
|
|
|
|
|
| |
|
| Command |
Description |
|
# badblocks -v /dev/hda1 |
check bad blocks on disk hda1 [man] |
|
# bunzip2 file1.bz2 |
decompress a file called 'file1.bz2' [man] |
|
# bzip2 file1 |
compress a file called 'file1' [man] |
|
# find /var/log -name '*.log' | tar cv --files-from=- | bzip2 > log.tar.bz2 |
find all files with '.log' extention and make an bzip archive [man] |
|
|
| |
|
| |
|
|
Translated by:
LinuxGuide.it team
| become translator! |
|
|
| |
|
|
|
|
| |
|
| Except where otherwise specified, the contents of LinuGuide.it are licensed under License Creative Commons 2.5 Attribution |
| Free Distribution if provided Authors and, Not Commercial purposes and, Not Derivated Works 2.5 |
|
|
|
| Logos and trademarks used for the link are owned the legitimate owners |
|