summaryrefslogtreecommitdiff
path: root/exercises
diff options
context:
space:
mode:
authormo <mo.khan@gmail.com>2019-05-22 20:34:47 -0600
committermo <mo.khan@gmail.com>2019-05-22 20:34:47 -0600
commita7acdb07175e2a918d04541e714d4cf13892397f (patch)
tree2f6ef731a2f6463b4c78b4f48977b64a40741f0e /exercises
parent1d6d6125de92ddd48a9e2abb4ee0c670a6a15649 (diff)
complete 8.13
Diffstat (limited to 'exercises')
-rw-r--r--exercises/chapter-8.1314
1 files changed, 14 insertions, 0 deletions
diff --git a/exercises/chapter-8.13 b/exercises/chapter-8.13
new file mode 100644
index 0000000..5878854
--- /dev/null
+++ b/exercises/chapter-8.13
@@ -0,0 +1,14 @@
+Script started on 2019-05-22 20:29:07-06:00 [TERM="screen-256color" TTY="/dev/pts/3" COLUMNS="238" LINES="13"]
+bash-5.0$ mkdir -p ~/dir1
+bash-5.0$ cp /etc/passwd ~/dir1/mypasswd
+bash-5.0$ chmod +x ~/dir1/
+bash-5.0$ cd ~/dir1/
+bash-5.0$ ls
+mypasswd
+bash-5.0$ cd ..
+bash-5.0$ rm dir1/mypasswd
+bash-5.0$ cp /etc/passwd dir1
+bash-5.0$ exit
+exit
+
+Script done on 2019-05-22 20:30:23-06:00 [COMMAND_EXIT_CODE="0"]