| Package | Description |
|---|---|
| de.unkrig.jsh |
Implements the "jsh" tool, the "Java shell".
|
| de.unkrig.jsh.command |
Implements the various "commands" of jsh, e.g.
|
| Modifier and Type | Field and Description |
|---|---|
static Ls |
JshBase.ls |
| Modifier and Type | Method and Description |
|---|---|
Ls |
Ls.c()
with -lt: sort by, and show, ctime (time of last modification of file status information); with -l: show ctime
and sort by name; otherwise: sort by ctime, newest first.
|
Ls |
Ls.d()
List directories themselves, not their contents.
|
Ls |
Ls.dateFormat(DateFormat dateFormat)
With
l(), show times using the dateFormat. |
Ls |
Ls.l()
Use a long listing format.
|
Ls |
Ls.S()
Sort by file size.
|
Ls |
Ls.sort(String word)
Sort by word instead of name: "
none" (-U), "size" (-S), "time" (-t), "version" (-v), "extension" (-X). |
Ls |
Ls.t()
Sort by modification time, newest first.
|
Ls |
Ls.u()
With
l(). |
Ls |
Ls.U()
Do not sort; list entries in directory order,
|
Ls |
Ls.X()
Sort alphabetically by entry extension.
|
Copyright © 2016. All rights reserved.