From ccf50c2a542468c5c085bb116ad38cd34e0fe818 Mon Sep 17 00:00:00 2001 From: tomit4 Date: Mon, 20 Jun 2022 21:36:38 -0700 Subject: [PATCH] added notation to copy unix_programming_environment notes to its own directory in book_tutorials --- updates.txt | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/updates.txt b/updates.txt index da88ebb7..bb931480 100644 --- a/updates.txt +++ b/updates.txt @@ -17,3 +17,7 @@ ls | pick | xargs bat # will give you a choice of the files from ls, pick displa Remove xfce4-screenshooter in preference of scrot doas pacman -Rs xfce4-screenshooter + +Copy the unix_programming_environment notes to our book_tutorials directory: + +cp -r ~/Documents/notes/unix_programming_environment ~/Documents/Code/book_tutorials