Pattern Shell script that will create a repeated pattern to a file based on inputs
./ptrn.sh <inputFile> <outFile> "string"
<inputfile>
: this is the inpute file that will count the number of lines and create a matching number of lines in output file<outputfile>
: this is the name of the output file that the script will write the pattern to"string"
: this is the string that will be patterned in the output file
I will make it more flexible, useful and dynamic with bunch of cool features, but i am a linux noob and i am learning so this might take sometime
- Create basic functional script
- Reserve symbols and flags
- Create a manual
- Idk at the moment, but will make it cooler and as perfect as i can!