Java Utililty Methods Unix Encode

List of utility methods to do Unix Encode

  1. HOME
  2. Java
  3. U
  4. Unix Encode

Description

The list of methods to do Unix Encode are organized into topic(s).

Method

String[] unixCommands(final String prefix)
unix Commands
return new String[] { "/bin/bash", prefix + "-script.sh" };
String unixEncode(String string)
unix Encode
return changeNewlines(string, LF);
String unixLineEndings(String text)
unix Line Endings
return text.replaceAll("\r\n?", "\n");
String UnixNameFilter(String Name)
{ method
if (Name == null) {
 return (null);
return (Name.replace('\\', '/'));

AltStyle によって変換されたページ (->オリジナル) /