Search
 
SCRIPT & CODE EXAMPLE
 

SHELL

linux give all files an extension

for file in * ; do  mv "$file" "$file.md"; done
Comment

PREVIOUS NEXT
Code Example
Shell :: powershell print to console 
Shell :: use vscode as default file editor for filezilla ubuntu 
Shell :: How to upload a files to a repository on github using gitbash 
Shell :: get random number shell script 
Shell :: install next globally 
Shell :: run a command x number of times linux 
Shell :: how to edit bash profile 
Shell :: kubectl scale --replicas to 0 
Shell :: make fish as default shell 
Shell :: you must sign up for private packages 
Shell :: ubuntu gpg 2 
Shell :: bash remove characters from end of every line 
Shell :: ssh use other key file 
Shell :: Install Visual Studio Code from Snap Store 
Shell :: how to open matlab in ubuntu 
Shell :: how to install jest 
Shell :: gyp error npm install 
Shell :: turn on bluetooth terminal linux 
Shell :: installer laravel avec docker 
Shell :: pnpm react app 
Shell :: commit without a message 
Shell :: start service docker on linux 
Shell :: how to clean up all docker containers 
Shell :: live server nvim 
Shell :: odd even in shell script 
Shell :: how to uninstall app from terminal ubuntu 
Shell :: powershell remove folder and contents 
Shell :: device manager windows 10 run 
Shell :: -bash: service: command not found 
Shell :: revert to master origin branch git 
ADD CONTENT
Topic
Content
Source link
Name
3+9 =