Search
 
SCRIPT & CODE EXAMPLE
 

SHELL

bash add extension to all files

for f in * ; do 
  mv "$f" "$f.[EXTENSION_FILE]"
done
Comment

PREVIOUS NEXT
Code Example
Shell :: docker set container name 
Shell :: sed remove until first occurrence 
Shell :: macos git set vscode as editor 
Shell :: git hard reset origin 
Shell :: install scrapy 
Shell :: terraform version command 
Shell :: git move file 
Shell :: Delete all linux package 
Shell :: git tag sort versions 
Shell :: kill proccess using serial port 
Shell :: uninstall yarn 
Shell :: delete everythng after a certain commit 
Shell :: aws s3 cli count objects 
Shell :: install beego ubuntu 
Shell :: how to install pandas 
Shell :: screenshot in ubuntu 
Shell :: execution policy powershell single script 
Shell :: check redis server status 
Shell :: copy all files from one directory to another 
Shell :: windows commandline zip 
Shell :: extract tar gz 
Shell :: bitnami cert 
Shell :: list all files in a directory and subdirectory linux 
Shell :: WSL Updating the Ubuntu OS 
Shell :: git push f head 
Shell :: if output is null bash 
Shell :: linux disk usage by directory one level 
Shell :: how to change port for xampp 
Shell :: How to install LAMP in CentOs? 
Shell :: how-to-fix-held-broken-packages 
ADD CONTENT
Topic
Content
Source link
Name
3+8 =