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

Adding link for bash scripting- SW carpentry

parent e0a7b679
No related branches found
No related tags found
No related merge requests found
......@@ -10,7 +10,7 @@ The most basic method would be to create a [SLURM](https://docs.uabgrid.uab.edu/
* Lots of manual work and really time consuming.
## Bash Scripting ##
Second method would be to create a bash script, that will loop through the files in your DATA directory, and create a job script for each one, as well as submit it.
Second method would be to [create a bash script](https://swcarpentry.github.io/shell-novice/), that will loop through the files in your DATA directory, and create a job script for each one, as well as submit it.
```
for file_name in `ls $data_dir`
do
......
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