반응형

$ echo "test 1" > test1 

$ echo "test 2" > test2

$ echo "test 3" > test3

$ tar cvf test.tar *

test1

test2

test3


$ rm -f test3

$ echo "test" > test1

$ echo "test" > test2

$ ls

test1  test2  test.tar          


$ tar xfk test.tar


$ ls

test1  test2  test3  test.tar


$ cat test1

test


$ cat test2

test


$ cat test3

test 3




반응형

'Linux > CentOS' 카테고리의 다른 글

특정 프로그램 최대 메모리 사용량 구하기  (0) 2020.03.17
How to install Moodle3.3+ on CentOS7.3 Using git  (0) 2017.07.06
install LAMP  (0) 2017.01.24
install jdk 7  (0) 2017.01.24
install vsftpd  (0) 2016.11.22
  • 네이버 블러그 공유하기
  • 네이버 밴드에 공유하기
  • 페이스북 공유하기
  • 카카오스토리 공유하기