From 699b8938399d8bde54bd1789299f1a7609ee60ce Mon Sep 17 00:00:00 2001 From: Jeremy Date: Wed, 23 Jun 2021 20:46:23 -0400 Subject: [PATCH 1/2] Added text files. --- Lab1 | 29 +++++++++++++++++++++++++++++ 1 file changed, 29 insertions(+) create mode 100644 Lab1 diff --git a/Lab1 b/Lab1 new file mode 100644 index 0000000..38e01a6 --- /dev/null +++ b/Lab1 @@ -0,0 +1,29 @@ +Last login: Wed Jun 23 18:53:43 on ttys002 +jeremy@zipcodes-MacBook-Pro-5 ~ % pwd +/Users/jeremy +jeremy@zipcodes-MacBook-Pro-5 ~ % ls +CR-MicroLabs-Git-MyFirstFork Music +DayOneDemo Pictures +Desktop Public +Documents dev +Downloads githome +First Classs ls +Library ungittable +Movies yo.txt +jeremy@zipcodes-MacBook-Pro-5 ~ % cd ~ +jeremy@zipcodes-MacBook-Pro-5 ~ % pwd +/Users/jeremy +jeremy@zipcodes-MacBook-Pro-5 ~ % cd Dev +jeremy@zipcodes-MacBook-Pro-5 Dev % ls +DayOneDemo MyProject2 myFile2.txt +DolioWorkPage lecturedemos +IntelliJ_Projects myFile.txt +jeremy@zipcodes-MacBook-Pro-5 Dev % mv myFile.txt myFile2.txt +jeremy@zipcodes-MacBook-Pro-5 Dev % ls +DayOneDemo IntelliJ_Projects lecturedemos +DolioWorkPage MyProject2 myFile2.txt +jeremy@zipcodes-MacBook-Pro-5 Dev % cd myFile2.txt +cd: not a directory: myFile2.txt +jeremy@zipcodes-MacBook-Pro-5 Dev % grep Hello myFile.txt +grep: myFile.txt: No such file or directory +jeremy@zipcodes-MacBook-Pro-5 Dev % grep myFile.txt From 9ca58ffac27231949bbfcdac5f2711764e42202b Mon Sep 17 00:00:00 2001 From: Jeremy Date: Wed, 23 Jun 2021 20:49:16 -0400 Subject: [PATCH 2/2] Lots of touching.. --- DontTouchMe | 0 ToTheLeft | 0 ToTheRight | 0 TouchAllAround | 0 and | 0 myfile1 | 0 myfile2 | 0 7 files changed, 0 insertions(+), 0 deletions(-) create mode 100644 DontTouchMe create mode 100644 ToTheLeft create mode 100644 ToTheRight create mode 100644 TouchAllAround create mode 100644 and create mode 100644 myfile1 create mode 100644 myfile2 diff --git a/DontTouchMe b/DontTouchMe new file mode 100644 index 0000000..e69de29 diff --git a/ToTheLeft b/ToTheLeft new file mode 100644 index 0000000..e69de29 diff --git a/ToTheRight b/ToTheRight new file mode 100644 index 0000000..e69de29 diff --git a/TouchAllAround b/TouchAllAround new file mode 100644 index 0000000..e69de29 diff --git a/and b/and new file mode 100644 index 0000000..e69de29 diff --git a/myfile1 b/myfile1 new file mode 100644 index 0000000..e69de29 diff --git a/myfile2 b/myfile2 new file mode 100644 index 0000000..e69de29