From 5ad8f61b68f0ef4e9e75fc31e6127d174ab40a16 Mon Sep 17 00:00:00 2001 From: open Date: Wed, 9 May 2018 11:06:07 +0800 Subject: [PATCH] =?UTF-8?q?!581=20=20linux=E7=AC=AC2=E6=AC=A1=E4=BD=9C?= =?UTF-8?q?=E4=B8=9A=20Merge=20pull=20request=20!581=20from=20open/master?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- open/linux_zy2_open/command_1.txt | 12 ++++++++++++ 1 file changed, 12 insertions(+) create mode 100644 open/linux_zy2_open/command_1.txt diff --git a/open/linux_zy2_open/command_1.txt b/open/linux_zy2_open/command_1.txt new file mode 100644 index 0000000..376ab18 --- /dev/null +++ b/open/linux_zy2_open/command_1.txt @@ -0,0 +1,12 @@ +cd / +cd /home +mkdir -p dn_python/linux/zy_2 +cd dn_python/linux/zy_2/ +touch a.py b.py c.py +mv c.py eric.py +mkdir py_dir +cp *.py py_dir/ +tar -czvf /linux/py_dir.tar.gz py_dir +mv py_dir.tar.gz ../ +tar -xzvf linux/py_dir.tar.gz -C rm_dir/ +rm -rf rm_dir/* -- Gitee