From 45efaed740623bf59f7cf804bf962161e850b6db Mon Sep 17 00:00:00 2001 From: Doug Latornell Date: Sat, 16 Feb 2013 10:29:10 -0800 Subject: [PATCH 1/1] Update shell/Readme.md Improve wording in `cp` file backup example. --- shell/Readme.md | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) 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 -- 2.26.2