Skip to content

Commit

Permalink
upload
Browse files Browse the repository at this point in the history
  • Loading branch information
nickhuangxinyu1 committed Sep 27, 2020
1 parent b192764 commit 0b1c7c4
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 1 deletion.
2 changes: 1 addition & 1 deletion lib-hft
9 changes: 9 additions & 0 deletions scripts/renamefile_batchfile.sh
Original file line number Diff line number Diff line change
@@ -0,0 +1,9 @@
#!/bin/bash

ds=`ls /running/csv/ | grep 20 | grep -`

for d in $ds
do
echo "handling /running/csv/$d"
rename " " "" /running/csv/$d/*
done

0 comments on commit 0b1c7c4

Please sign in to comment.