diff --git a/bash_array_jobs/README.md b/bash_array_jobs/README.md index 207b95970248080303969909c2d2c97edf73d4e1..6833ef0f80f9c4a41428b6ee675d438bfb04fc95 100644 --- a/bash_array_jobs/README.md +++ b/bash_array_jobs/README.md @@ -3,17 +3,17 @@ * prep_env: An executable to create test environment to run the job scripts on. -Usage: ./prep_env {seq,rand.diff} + Usage: ./prep_env {seq,rand.diff} -seq: Create a test_dir with sequential file names. -rand: Create a test_dir with random file names. -diff: Create a test_dir with random sub-directory names, and a file 'test' in each directory. + seq: Create a test_dir with sequential file names. + rand: Create a test_dir with random file names. + diff: Create a test_dir with random sub-directory names, and a file 'test' in each directory. * clean_env: An executable to remove all the files/directories from your current directory, except the ones originally present. -Usage: ./clean_env + Usage: ./clean_env * bash_parallel_script: