tallesl commited on
Commit
a389b8e
·
verified ·
1 Parent(s): 5fc49c3

Delete foruns/removeext.sh

Browse files
Files changed (1) hide show
  1. foruns/removeext.sh +0 -14
foruns/removeext.sh DELETED
@@ -1,14 +0,0 @@
1
- for f in *.csv ; do
2
- sed -E -i '
3
- /\.htm/ { # match ".html"
4
- s/\.htm// # remove ".html"
5
- }' $f
6
- done
7
-
8
-
9
- for f in *.csv ; do
10
- sed -E -i '
11
- /\.html/ { # match ".html"
12
- s/\.html// # remove ".html"
13
- }' $f
14
- done