index
:
megapixels_dev.git
master
Unnamed repository; edit this file 'description' to name the repository.
git daemon user
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
scraper
/
rm-txt-images.sh
blob: 75ac1cf2d0014cb9adff2c0e2425b96d7fd9996f (
plain
)
1
2
3
4
#!/bin/bash
find
./datasets/s2/txt/
-name
"*.img"
-print0
|
xargs
-0
rm