From: Doug Latornell Date: Sat, 16 Feb 2013 18:29:10 +0000 (-0800) Subject: Update shell/Readme.md X-Git-Url: http://git.tremily.us/?a=commitdiff_plain;h=45efaed740623bf59f7cf804bf962161e850b6db;p=swc-workshop.git Update shell/Readme.md Improve wording in `cp` file backup example. --- diff --git a/shell/Readme.md b/shell/Readme.md index 1961f4a..b152152 100644 --- a/shell/Readme.md +++ b/shell/Readme.md @@ -563,8 +563,9 @@ experimental data file from gerdal that contains the number 4. ## Creating, moving, copying, and removing We've created a file called `all_data` using the redirection operator -`>`. This is critical file so we have to make copies so that the data -is backed up. Lets copy the file using the `cp` command. The `cp` +`>`. This file is critical - it's our analysis results - so we want to +make copies so that the data is backed up. +Lets copy the file using the `cp` command. The `cp` command backs up the file. Navigate to the `data` directory and enter: cp all_data all_data_backup