static void |
PosixCommands.cat(PosixCommands.Context context,
java.lang.String[] argv) |
Cat command - concatenate and print files.
|
static void |
PosixCommands.cd(PosixCommands.Context context,
java.lang.String[] argv) |
Change directory command.
|
static void |
PosixCommands.cd(PosixCommands.Context context,
java.lang.String[] argv,
java.util.function.Consumer<java.nio.file.Path> directoryChanger) |
Change directory command with directory changer.
|
static void |
PosixCommands.clear(PosixCommands.Context context,
java.lang.String[] argv) |
Clear command - clear terminal screen.
|
static void |
PosixCommands.date(PosixCommands.Context context,
java.lang.String[] argv) |
Date command - display current date and time.
|
static void |
PosixCommands.echo(PosixCommands.Context context,
java.lang.Object[] argv) |
Echo command - display text (Object array version for compatibility).
|
static void |
PosixCommands.echo(PosixCommands.Context context,
java.lang.String[] argv) |
Echo command - display text.
|
void |
PosixCommandsRegistry.CommandFunction.execute(PosixCommands.Context context,
java.lang.String[] argv) |
|
protected static java.lang.String |
PosixCommands.get(PosixCommands.Context context,
java.lang.String name) |
|
static java.util.Map<java.lang.String,java.lang.String> |
PosixCommands.getColorMap(PosixCommands.Context session,
java.lang.String name,
java.lang.String def) |
|
static java.util.Map<java.lang.String,java.lang.String> |
PosixCommands.getLsColorMap(PosixCommands.Context session) |
|
static void |
PosixCommands.grep(PosixCommands.Context context,
java.lang.String[] argv) |
Grep command - search text patterns.
|
static void |
PosixCommands.head(PosixCommands.Context context,
java.lang.String[] argv) |
Head command - display first lines of files.
|
static void |
PosixCommands.less(PosixCommands.Context context,
java.lang.String[] argv) |
Pager command - view files with less-like interface.
|
static void |
PosixCommands.ls(PosixCommands.Context context,
java.lang.String[] argv) |
List directory contents command.
|
static void |
PosixCommands.nano(PosixCommands.Context context,
java.lang.String[] argv) |
Text editor command - edit files with nano-like interface.
|
protected static Options |
PosixCommands.parseOptions(PosixCommands.Context context,
java.lang.String[] usage,
java.lang.Object[] argv) |
|
static void |
PosixCommands.pwd(PosixCommands.Context context,
java.lang.String[] argv) |
Print working directory command.
|
static void |
PosixCommands.sleep(PosixCommands.Context context,
java.lang.String[] argv) |
Sleep command - suspend execution.
|
static void |
PosixCommands.sort(PosixCommands.Context context,
java.lang.String[] argv) |
Sort command - sort lines of text.
|
static void |
PosixCommands.tail(PosixCommands.Context context,
java.lang.String[] argv) |
Tail command - display last lines of files.
|
static void |
PosixCommands.ttop(PosixCommands.Context context,
java.lang.String[] argv) |
Thread monitoring command - display and update sorted information about threads.
|
static void |
PosixCommands.watch(PosixCommands.Context context,
java.lang.String[] argv) |
Watch command - execute a command repeatedly and display output.
|
static void |
PosixCommands.watch(PosixCommands.Context context,
java.lang.String[] argv,
PosixCommands.CommandExecutor executor) |
Watch command with command executor - execute a command repeatedly and display output.
|
static void |
PosixCommands.wc(PosixCommands.Context context,
java.lang.String[] argv) |
Word count command - count lines, words, characters, and bytes.
|