Search
 
SCRIPT & CODE EXAMPLE
 

SHELL

rename all file extention terminal

for old in *.txt; do mv $old `basename $old .txt`.md; done
Comment

PREVIOUS NEXT
Code Example
Shell :: error when installing package in react 18 
Shell :: install virtual environmnet windows 
Shell :: git apply diff 
Shell :: how to create new branch in git 
Shell :: save username and password in git 
Shell :: termux update 
Shell :: run existing image docker 
Shell :: git squase to rename author 
Shell :: reattach to screen 
Shell :: git with ssh instead of https 
Shell :: kubectl describe to yaml 
Shell :: linux switch user 
Shell :: change commit message git 
Shell :: install kubectl windows 
Shell :: bash: /usr/local/bin/firebase: Permission denied 
Shell :: remove untracked files git 
Shell :: Install MySQL FreeBSD 
Shell :: pip install influxdb 
Shell :: gitlab gradle project 
Shell :: ffmpeg extract single frame 
Shell :: snapd teams 
Shell :: add and install gem rails 
Shell :: react bootstrap 
Shell :: opera browser for fedora 
Shell :: bash append to a file 
Shell :: export docker image 
Shell :: fetch a specific branch 
Shell :: docker jenkins 
Shell :: ubuntu essential commands 
Shell :: run node api on rapberry pi 
ADD CONTENT
Topic
Content
Source link
Name
8+8 =