HuyPV
Wednesday, December 14, 2011
# Tìm tất cả các file có đuôi là conf, nội dung file có chứa xâu '192.168.1.3'
find . -iname '*conf' | xargs grep '192.168.1.3'
# Nén thư mục
cd /var/www/html/
zip -r huypv.net.zip huypv.net
# Giải nén thư mục
cd /var/www/html/
unzip huypv.net.zip
# Giải nén ra một thư mục xác định
unzip huypv.net.zip -d /srv/www/html
# cd /srv/www/html/huypv.net
# VIM
# Về đầu file: gg
# Tới cuối file: G (shift + g)
Title:
Linux command developer enter
Description:
# Tìm tất cả các file có đuôi là conf, nội dung file có chứa xâu '192.168.1.3' find . -iname '*conf' | xargs grep '192....
...
Rating:
4