Horje
linux give all files an extension Code Example
linux give all files an extension
for file in * ; do  mv "$file" "$file.md"; done
how to add extension to all files terminal
//terminal 
for f in * ; do 
  mv "$f" "$f.js"
done




Shell

Related
git remove file from history Code Example git remove file from history Code Example
compare strings shell Code Example compare strings shell Code Example
list of files in git commit Code Example list of files in git commit Code Example
how to see commited file names in command line git Code Example how to see commited file names in command line git Code Example
git check which files are committed Code Example git check which files are committed Code Example

Type:
Code Example
Category:
Coding
Sub Category:
Code Example
Uploaded by:
Admin
Views:
9