Skip to content
Snippets Groups Projects
Commit b90b6c81 authored by Ravi Tripathi's avatar Ravi Tripathi
Browse files

Adding instructions in the README file

parent ca6b1276
No related branches found
No related tags found
No related merge requests found
...@@ -3,17 +3,17 @@ ...@@ -3,17 +3,17 @@
* prep_env: * prep_env:
An executable to create test environment to run the job scripts on. 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. seq: Create a test_dir with sequential file names.
rand: Create a test_dir with random 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. diff: Create a test_dir with random sub-directory names, and a file 'test' in each directory.
* clean_env: * clean_env:
An executable to remove all the files/directories from your current directory, except the ones originally present. 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: * bash_parallel_script:
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment