with slash (or multiple slashed) on the beginning of lines but also such slash(es) led and/or trailed by spaces/tabs and also lines with space in a direcotry name (usually typo)
Example of lines which should be rid off:
and which should NOT be removed
Multiple occurences of / (like in example ///sfsffs) could also be replaced by single / (/sfsffs)
I want to avoid "/" filesystem "representants" from the file.
Example of lines which should be rid off:
Code:
/
/ dgf / dfg
////
///////
/sfsd/sfd /
/sfsd/sfdsfs /dfgf/df/
/dfgdg /gddd /
and which should NOT be removed
Code:
///sfsffs
/d/d/d/d
/ssfsfsf
Multiple occurences of / (like in example ///sfsffs) could also be replaced by single / (/sfsffs)
I want to avoid "/" filesystem "representants" from the file.