Search
 
SCRIPT & CODE EXAMPLE
 

SHELL

powershell replace and rename file name

Get-ChildItem -Path "C:All" -Filter "*.pdf" | Rename-Item -NewName { $_.BaseName.Replace(".","_") + $_.Extension }
Comment

powershell rename replace

ls *.csv | Rename-Item -NewName {$_.name -replace "Default","VOD"}
Comment

PREVIOUS NEXT
Code Example
Shell :: create a branch from old commit 
Shell :: install 
Shell :: how to compress files in powershell 
Shell :: lost password gitlab 
Shell :: windows search multiple file types 
Shell :: cp with folder structure 
Shell :: docker run image 
Shell :: find index of string in shell 
Shell :: linux edit crontab via script 
Shell :: stash with name 
Shell :: command running processes linux 
Shell :: scp from server to my computer 
Shell :: find resolution of image terminal linux 
Shell :: git clone with branch name command 
Shell :: what is echo in a batch file 
Shell :: bash script template linux 
Shell :: bash comment section to a file 
Shell :: pip install datetime 
Shell :: magento ssh commands 
Shell :: how to connect mongocell in ubuntu 
Shell :: git modify last commit but leave the commit message 
Shell :: pull all branches from remote git 
Shell :: dir command windows 
Shell :: heroku docker 
Shell :: make atom default editor in git 
Shell :: bash shell for windows 
Shell :: ubuntu camera not longer found 
Shell :: git create branch 
Shell :: poetry create requirements.txt python 
Shell :: go test color output 
ADD CONTENT
Topic
Content
Source link
Name
2+4 =