Menu
Horje
Hi !
Welcome,
Guest
Close Menu
Home
Coding
Code Example
Download
Home
Coding
Code Example
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
Next
Previous
Shell
Related
git remove file from history Code Example
compare strings shell Code Example
list of files in git commit Code Example
how to see commited file names in command line git Code Example
git check which files are committed Code Example
Type
:
Code Example
Category
:
Coding
Sub Category
:
Code Example
Uploaded by
:
Admin
Views
:
9