Description: Counts the lines from $string seperated by $cut that contain $search.
Parameter:
- string: the text, that should be searched
- search: the string to be searched
- cut: seperator for the input and output lines
Returns:
- Amount of lines that match the $search.
root
2015-09-06