System.out.Object.clone(), but (A) does not declare a CloneNotSupportedException and (B) returns
an object of type T (not Object).Cloneable and provides a Object.clone() method with the
proper return type (T, not Object).Ls.l(), show times using the dateFormat.DateFormat.getDateInstance(), which renders Date objects like
"Jul 6, 2016" (english locale) or "06.07.2016" (german locale).DateFormat.getDateInstance(int).DateFormat.getDateTimeInstance(), which renders Date objects like
"Jul 6, 2016 6:23:17 PM" (english locale) or "06.07.2016 18:23:17" (german locale).DateFormat#getDateTimeInstance(int).new File(pathname)".Command object which reads from the inputFileCommand.from(File).null parent is equivalent with new File("."), except that the elements of the result have
a null parent.ls, "shorthand commands" (like exit()) and "utility methods" (like JshBase.glob(String...).ScriptEvaluator class.Command object which will execute the given command and catch its
output.Command.pipe(String...).System.out.System.out.none" (-U), "size" (-S), "time" (-t), "version" (-v), "extension" (-X).OutputStream (initially, STDOUT is the destination stream).DateFormat.getTimeInstance(), which renders Date objects like
"6:23:17 PM" (english locale) or "18:23:17" (german locale).DateFormat.getTimeInstance(int).Command, catches its output and feeds it into the command.Command, catches its output and feeds it into the command.Command, catches its output and stores it in the outputFile.Ls.l().Copyright © 2016. All rights reserved.