Colby Williams преди 3 години
родител
ревизия
e54a0c9dcd
променени са 1 файла, в които са добавени 2 реда и са изтрити 2 реда
  1. 2 2
      Splunk AFS Thaw Request Notes.md

+ 2 - 2
Splunk AFS Thaw Request Notes.md

@@ -232,7 +232,7 @@ echo "Completed restoring the file $x"
 done
 ```
 
-With s3cmd! Be sure to use the exclude rb_* in the commmand, no need to restore the replicated buckets. 
+With s3cmd! Be sure to use the exclude rb_* in the command, no need to restore the replicated buckets. 
 
 Just a bucket
 `./s3cmd restore --restore-priority=expedited --restore-days=2 --recursive s3://mdr-afs-prod-splunk-frozen/junk/frozendb/db_1566830011_1562776263_316_BBE343D5-D0D2-4120-A307-8B35B5E48D95/`
@@ -347,4 +347,4 @@ distribute each list to an indexer and use zztop script with egrep and xargs to
 
 tmux ( process multiple lines at the same time with -P flag )
 `egrep -h "*" indexerlist* | xargs -P 15 -n 1 ./zztop.sh`
-`egrep -h "*" indexerlist* | head -1 | xargs -P 10 -n 1 ./zztop.sh`
+`egrep -h "*" indexerlist* | head -1 | xargs -P 10 -n 1 ./zztop.sh`