Skip to content

Commit

Permalink
📄 Improve text
Browse files Browse the repository at this point in the history
  • Loading branch information
wvxavier authored Mar 15, 2022
1 parent cb651db commit c8ee662
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion scripts/parallel-script/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ These scripts will help you to start a multi thread processment either for `aws
file2
file3
```
💡 You can use the AWS CLI to create your list of files, here how:
💡 You can use the AWS CLI to create your list of files, here is how to do it:

```
aws s3 ls s3://ORIGIN_BUCKET --recursive | awk '{$1=$2=$3=""; print $0}' | sed 's/^[ \t]*//' > my_files_list.txt & tail -F my_files_list.txt
Expand Down

0 comments on commit c8ee662

Please sign in to comment.