Environment

Linux

jjryu 2011. 1. 13. 17:03
BASH
    문자 삭제
        BACKSPACE
        DELETE
        CONTROL-H

    단어 삭제
        CONTROL-W

    라인 삭제
        CONTROL-U
        CONTROL-X

    인터럽트 키
        CONTROL-C
        DELETE
        DEL

    화면을 지움
        CONTROL-L
        CONTROL-R

man
    -a
    1 // User Commands
    2 // System Calls
    3 // Subroutines

echo
hostname
date
passwd
uptime
who
    am i
finger
w

ls
    -l(ong)
rm
    -i
cp
    -i
mv
    -i
cat
sort
diff
less
    SPACE // 다음 화면
    q(uit)
    h(elp)
head
tail
    -f
grep
which
whereis
locate
apropos
    man -k
whatis
lpr
write
mesg
mail
bzip2
bunzip2
bzcat
gzip
gunzip
    -c // stdout으로
zcat
compress
tar
    -c(reate)
    -x
    -v(erbose)
    -f(ile)
    -t
script
    exit