##Usage This code is used to `remove a string contained in multiples files from a specific folder. The string to search and the folder are given in parameters. The general command is:
rename <path/to/folder> <string/to/remove>
##Compile To compile run the following command:
gcc -Wall -o rename rename.c