We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 74c05b5 commit 90a4b1fCopy full SHA for 90a4b1f
README.md
@@ -3,13 +3,15 @@ Bash script to rename bulk files extensions in current directory.
3
Script requires two arguments:
4
1. arg1 extension of files you want to change
5
2. arg2 target extension
6
-
7
-$ ./renamext arg1 arg2
8
+```bash
+$ ./renamext arg1 arg2
9
+```
10
11
In example : this command will result with change extensions of all *.txt files in current directory to *.text :
12
-```bash
13
+***
14
+```console
15
$ ls
16
17
file1.txt file2.txt file3.txt
@@ -27,3 +29,5 @@ Renaming extension of file3.txt -> file3.text
27
29
28
30
31
file1.text file2.text file3.text
32
33
0 commit comments