From f7ac1e542bc8028c5c62bb06985ee73598e67c07 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E8=B5=96=E9=BC=8E=E6=96=87?= <12433879+lai-dingwen@user.noreply.gitee.com> Date: Wed, 22 May 2024 15:51:50 +0000 Subject: [PATCH] =?UTF-8?q?=E6=8F=90=E4=BA=A4?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: 赖鼎文 <12433879+lai-dingwen@user.noreply.gitee.com> --- .../20240522.md" | 21 +++++++++++++++++++ 1 file changed, 21 insertions(+) create mode 100644 "\350\265\226\351\274\216\346\226\207/20240522.md" diff --git "a/\350\265\226\351\274\216\346\226\207/20240522.md" "b/\350\265\226\351\274\216\346\226\207/20240522.md" new file mode 100644 index 0000000..6402d07 --- /dev/null +++ "b/\350\265\226\351\274\216\346\226\207/20240522.md" @@ -0,0 +1,21 @@ +touch visible1.txt && touch visible2.txt && touch .hidden.txt + +ls -alh + +mkdir work_area && cd work_area && mkdir project_a && mkdir project_b && mkdir docs + +mv .*.txt /home/wqq/work_area/docs + +cd /home/wqq/work_area/project_a && touch notes.txt + +mv project_a project_a_backup + +ls -alhs + +rm visible1.txt visible2.txt + +rm -r project_b + +rmdir docs + +vi .bashrc \ No newline at end of file -- Gitee