Interface Dos2Unix
- All Known Implementing Classes:
LinuxDos2Unix,WindowsDos2Unix
public interface Dos2Unix
-
Method Summary
Modifier and TypeMethodDescriptionvoidrunDos2Unix(Path destSource) Run commanddest2unix(utility from GNU, also present in Windows) atdestfile.
-
Method Details
-
runDos2Unix
Run commanddest2unix(utility from GNU, also present in Windows) atdestfile. Command run only ifneedDos2Unixparameter istrueand operation system where MIA ran is Linux.- Parameters:
destSource- path to file at which bash dos2unix command will be executed.
-