repo.or.cz
/
JPSSData.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
process satellite data from path
[JPSSData.git]
/
clean_case.sh
blob
ed41ccc1c876c3bec468b1bbe6cf3db34e059aa5
1
#!/bin/bash
2
3
rm
$
(
find
.
-maxdepth
1
-type
l |
grep
.hdf
)
2
> /
dev
/
null
4
rm
$
(
find
.
-maxdepth
1
-type
l |
grep
.h5
)
2
> /
dev
/
null
5
rm
$
(
find
.
-maxdepth
1
-type
l |
grep
.nc
)
2
> /
dev
/
null