Search
 
SCRIPT & CODE EXAMPLE
 

SHELL

change extension of multiple files

in cmd
	ren *.js *.txt
Comment

replace extension of multiple files

find /the/path -depth -name "*.abc" -exec sh -c 'mv "$1" "${1%.abc}.edefg"' _ {} ;
Comment

PREVIOUS NEXT
Code Example
Shell :: how to uninstall deep security agent from ubuntu 
Shell :: fix errors occurred during update in linux 
Shell :: how to add kali and root to my username.txt file 
Shell :: read file and while loop example 
Shell :: add gpg key to jenkins repository for debian 
Shell :: how to move one folder back on command promps 
Shell :: install traefik on portainer 
Shell :: how to log into another linux machine using ip address 
Shell :: rpi delete file cmd 
Shell :: Error: error modifying EC2 Volume "vol-04e2b1a2d03860650": InvalidParameterValue: New size cannot be smaller than existing size 
Shell :: -d flag linux if 
Shell :: autoremove kali linux 
Shell :: switch theme in android according to time of day 
Shell :: make a batch file that accepts pipe input 
Shell :: como agregar angular material al proyecto 
Shell :: import tkfontchooser in anaconda 
Shell :: windows 10 direct inbound port to another device 
Shell :: display folder of path linux bashrc 
Shell :: how to check when was the last UBUNTU server patched 
Shell :: Error: Account is not an upgradeable program or already in use 
Shell :: failed to write object git pull 
Shell :: Configure NFS Write Performance 
Shell :: ubuntu screen record stopped itself 
Shell :: multiple mount path docker container 
Shell :: mac copy big file into clipboard 
Shell :: separate a file using a tag 
Shell :: conda install sox 
Shell :: oracle cloud destination unrechable wireshark 
Shell :: linux reset date on file 
Shell :: windows gitbash weird characters 
ADD CONTENT
Topic
Content
Source link
Name
2+5 =