org.unix4j.*
-
org.unix4j.command.NoOp
Modifier and Type |
Constant Field |
Value |
public static final String |
NAME |
"nop" |
-
org.unix4j.line.Line
Modifier and Type |
Constant Field |
Value |
public static final char |
CR |
13 |
public static final char |
LF |
10 |
public static final char |
ZERO |
0 |
-
org.unix4j.operation.AdHocCommand
Modifier and Type |
Constant Field |
Value |
public static final String |
NAME |
"adhoc" |
-
org.unix4j.unix.Cat
Modifier and Type |
Constant Field |
Value |
public static final String |
NAME |
"cat" |
-
org.unix4j.unix.Cd
Modifier and Type |
Constant Field |
Value |
public static final String |
NAME |
"cd" |
-
org.unix4j.unix.Cut
Modifier and Type |
Constant Field |
Value |
public static final String |
NAME |
"cut" |
-
org.unix4j.unix.Echo
Modifier and Type |
Constant Field |
Value |
public static final String |
NAME |
"echo" |
-
org.unix4j.unix.Find
Modifier and Type |
Constant Field |
Value |
public static final String |
NAME |
"find" |
-
org.unix4j.unix.From
Modifier and Type |
Constant Field |
Value |
public static final String |
NAME |
"from" |
-
org.unix4j.unix.Grep
Modifier and Type |
Constant Field |
Value |
public static final String |
NAME |
"grep" |
-
org.unix4j.unix.Head
Modifier and Type |
Constant Field |
Value |
public static final String |
NAME |
"head" |
-
org.unix4j.unix.Ls
Modifier and Type |
Constant Field |
Value |
public static final String |
NAME |
"ls" |
-
org.unix4j.unix.Sed
Modifier and Type |
Constant Field |
Value |
public static final String |
NAME |
"sed" |
-
org.unix4j.unix.Sort
Modifier and Type |
Constant Field |
Value |
public static final String |
NAME |
"sort" |
-
org.unix4j.unix.Tail
Modifier and Type |
Constant Field |
Value |
public static final String |
NAME |
"tail" |
-
org.unix4j.unix.Uniq
Modifier and Type |
Constant Field |
Value |
public static final String |
NAME |
"uniq" |
-
org.unix4j.unix.Wc
Modifier and Type |
Constant Field |
Value |
public static final String |
NAME |
"wc" |
-
org.unix4j.unix.Xargs
Modifier and Type |
Constant Field |
Value |
public static final String |
NAME |
"xargs" |
-
org.unix4j.unix.wc.org.unix4j.unix.wc.Counters
Modifier and Type |
Constant Field |
Value |
public static final int |
MIN_COUNT_PADDING |
2 |
-
org.unix4j.variable.Arg
Modifier and Type |
Constant Field |
Value |
public static final String |
$all |
"$@" |
Copyright © 2024. All rights reserved.