Search
 
SCRIPT & CODE EXAMPLE
 

SHELL

rename all files in a folder command line

 for file in Picture*.jpg
 do
    mv "$file" "vacation-$file"
 done  
Comment

PREVIOUS NEXT
Code Example
Shell :: stash pop single file 
Shell :: copy remote ssh key mac 
Shell :: linux how to find files with broken link 
Shell :: git ignore .env 
Shell :: vim discard changes and quit command 
Shell :: how to add line number to a file 
Shell :: how to install docker linux mint 
Shell :: ubuntu vs lubuntu 
Shell :: command to reset the colors in the terminal 
Shell :: installing whatsapp 
Shell :: screen scroll up linux 
Shell :: du folder size 
Shell :: Composer install with dockerfile 
Shell :: aws s3 ls wildcard 
Shell :: git stash changes 
Shell :: disable swap kubernetes ansible 
Shell :: Kubernetes configuration file is group-readable 
Shell :: yum install gcc 
Shell :: 504 gateway time-out nginx/1.18.0 (ubuntu) 
Shell :: nginx disable site 
Shell :: remove directory from git without deleting 
Shell :: gitlab docker installation 
Shell :: utorrent for linux 
Shell :: shell xargs 
Shell :: Flutter plugin not installed; this adds Flutter specific functionality 
Shell :: kdiff3 download linux 
Shell :: cookiecutter 
Shell :: get public ip 
Shell :: anaconda install for kali linus 
Shell :: uninstall 
ADD CONTENT
Topic
Content
Source link
Name
8+5 =