From: Mart Lubbers Date: Sun, 1 Feb 2015 20:17:46 +0000 (+0100) Subject: Exercise 1.1 done X-Git-Url: https://git.martlubbers.net/?a=commitdiff_plain;h=16c23104acacea464a80775c2c21c7b8d815b4f3;p=sws1-1415.git Exercise 1.1 done --- diff --git a/ex1/mart/sws1-s4109503-s4202015/exercise1/1b.txt b/ex1/mart/sws1-s4109503-s4202015/exercise1/1b.txt new file mode 100644 index 0000000..a8666e5 --- /dev/null +++ b/ex1/mart/sws1-s4109503-s4202015/exercise1/1b.txt @@ -0,0 +1 @@ +16432 diff --git a/ex1/mart/sws1-s4109503-s4202015/exercise1/commands b/ex1/mart/sws1-s4109503-s4202015/exercise1/commands new file mode 100644 index 0000000..ef8e2bc --- /dev/null +++ b/ex1/mart/sws1-s4109503-s4202015/exercise1/commands @@ -0,0 +1,4 @@ +mkdir -p sws1-s4109503-s4202015/exercise{1,2,3} +cd sws1-s4109503-s4202015 +echo -e "s4109503: Mart Lubbers\ns4202015: Chris Kamphuis" > names.txt +du -cb | tail -1 | cut -f 1 > exercise1/1b.txt diff --git a/ex1/mart/sws1-s4109503-s4202015/names.txt b/ex1/mart/sws1-s4109503-s4202015/names.txt new file mode 100644 index 0000000..9442ff2 --- /dev/null +++ b/ex1/mart/sws1-s4109503-s4202015/names.txt @@ -0,0 +1,2 @@ +s4109503: Mart Lubbers +s4202015: Chris Kamphuis