Skip to content

Commit

Permalink
folder loop example
Browse files Browse the repository at this point in the history
  • Loading branch information
AugustUnderground committed Jan 10, 2024
1 parent 5e07ccd commit 34dd6aa
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@ If the the set of `*.yal` files comprising the MCNC data set are in a folder
called `mcnc` they can be converted to `*.yaml` like so:

```sh
for y in ./mcnc/*; do yal2yaml $y > "${y%.yal}.yaml"; done
for y in ./mcnc/*.yal; do yal2yaml $y > "${y%.yal}.yaml"; done
```

## Installation
Expand Down

0 comments on commit 34dd6aa

Please sign in to comment.