Skip to content
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.

Commit 90a4b1f

Browse files
authoredSep 6, 2023
Update README.md
1 parent 74c05b5 commit 90a4b1f

File tree

1 file changed

+7
-3
lines changed

1 file changed

+7
-3
lines changed
 

‎README.md

+7-3
Original file line numberDiff line numberDiff line change
@@ -3,13 +3,15 @@ Bash script to rename bulk files extensions in current directory.
33
Script requires two arguments:
44
1. arg1 extension of files you want to change
55
2. arg2 target extension
6-
7-
$ ./renamext arg1 arg2
86

7+
```bash
8+
$ ./renamext arg1 arg2
9+
```
910

1011
In example : this command will result with change extensions of all *.txt files in current directory to *.text :
1112

12-
```bash
13+
***
14+
```console
1315
$ ls
1416

1517
file1.txt file2.txt file3.txt
@@ -27,3 +29,5 @@ Renaming extension of file3.txt -> file3.text
2729
$ ls
2830

2931
file1.text file2.text file3.text
32+
```
33+
***

0 commit comments

Comments
 (0)
Please sign in to comment.