unix etc...

/usr/ucb/ps -aux | grep
ls -laf | core
dbx Logbackup core
where
cdtemp/
netstat -an | LISTEN
mount -t nfs -o nolock 192.168.2.113:/export /mnt
sum file check
grep abc *
find . -name "*" -print
find . -name "*.h" -or -name "*.cpp"
find . -exec perl -pi -e 's/바뀌고/바뀔/g' {} \;
# find $directory -type f -name '*' -exec mv {} $directory2/. \;
find ./ -name "*" -exec rm {} \;
nssd -d -c(config 이용) nssd.xml;
lsof -i 실행되고있는 포트번호 다 보여준다

set tabstop = 4

pfiles process id
:%s/^M//g
vi에서 ^M을 넣으려면 ctrl+V ctrl+M한다.

댓글 없음: