cyberspyde / cyberfx

Expert Advisor Insights

Home Page:https://cyberspyde.com/cyberfx

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Script to rename all the files inside the current folder which has spaces to underscores recursively.

find . -depth -name '* *' -exec bash -c 'mv -v "$1" "${1// /_}"' _ {} \;

About

Expert Advisor Insights

https://cyberspyde.com/cyberfx


Languages

Language:HTML 45.9%Language:CSS 29.1%Language:SCSS 16.2%Language:JavaScript 6.0%Language:Less 2.0%Language:Python 0.8%