File tree Expand file tree Collapse file tree 1 file changed +7
-9
lines changed
Expand file tree Collapse file tree 1 file changed +7
-9
lines changed Original file line number Diff line number Diff line change @@ -4,9 +4,9 @@ Shell script for creating new folders with consecutive numbering.
44(C) Tristan Bandat , 2021
55
66The goal of this project is to create a function that makes folder creating much faster.
7- The function should detect on it's own if there is an existing folder structure
8- (FOLDERNAME_X where X is a number) and create a folder with the correct folder name (FOLDERNAME_X+1).
9- This should work with only the function call in the corisponding folder:
7+ The function detects on it's own if there is an existing folder structure
8+ (FOLDERNAME_X where X is a number) and creates a folder with the correct folder name (FOLDERNAME_X+1).
9+ This works with only the function call in the corisponding folder:
1010
1111 ~/Folder/% cdir
1212
@@ -15,13 +15,11 @@ that name (if they exist) and creates a new directory with the given name and th
1515
1616 ~/Folder/% cdir Exercise
1717
18- Of course the function should have a help page (-h or -? or --help or help).
18+ Of course the function has a help page (-h or -? or --help or help).
1919
2020## Other information:
2121
22- 1 ) The project is written in C (C99). Stoped because of the high complexity for a script.
23221 ) The project is written in Python 3.7.
24- 2 ) The finished file will be copied in the .bin/ folder aka project.
25- 3 ) There is a version on BCB as well as on the git server.
26- 4 ) The function will only work with numbers that are after the folder name and seperated
27- with a _ .
23+ 2 ) The project is hosted on Github.
24+ 4 ) The function only works with numbers that are after the folder name and seperated
25+ with a _ . Aditional zeros after the underscore are getting detected, so don't worry.
You can’t perform that action at this time.
0 commit comments