Skip to content

Commit

Permalink
doc: Refine find command intro
Browse files Browse the repository at this point in the history
Sets `find` as code and clarifies the text.
  • Loading branch information
Stefan Bender committed Jul 14, 2017
1 parent f5d2ede commit bf45982
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 @@ -114,7 +114,7 @@ or using the binary format:
/home/user/SCIA/Spectra/MLT/channel_1_v8.02/2008/20080924/SCIA_limb_20080924_070415_1_0_34343.dat.l_mpl_binary
...

These lists can be easily created by, for example:
These lists can be easily created using `find`, for example with:
```sh
$ find /home/user/SCIA/Spectra/MLT/channel_1_v8.02/<year>/<date>/SCIA_limb_*_<orbit>.dat > /home/user/SCIA/Spectra/orbitlists/MLT/<year>/orbitlist-sb<orbit>_scia1.dat
```
Expand Down

0 comments on commit bf45982

Please sign in to comment.