batch rename files in subfolders
REM # |EXAMPLE: Replace ")" with "_" within the filenames in the current directory AND its subdirectories
@echo off
setlocal EnableDelayedExpansion
set "pattern_to_replace=)"
set "replace_text=_"
for /R "%cd%" %%N in ("*") do (
set "InitName=%%~nN%%~xN"
call set NewName=%%InitName:!pattern_to_replace!=!replace_text!%%
rename "%%~dN\%%~pN!InitName!" "!NewName!"
)
@echo on
Also in C++:
- git push f head
- bcftools extract information
- for shell
- perl install Switch
- how to install rman in oracle 12c
- git delete remote name
- sed between two matches
- how to generate a .gitignore
- why jupyter notebook suggestions not showing after upgrade
- code blocks for linux
- how to switch branch
- wp-cli search-replace
- npm install mongodb
- gitflow atlassian
- how to add a path variables in linux
- install jupyter notebook ubuntu 20.04
- gcloud
- install shutil
- git checkout fast
- debian install nvidia driver
- install angular bootstrap
- powershell script to create database as copy of
- add pwd to path linux
- install sass