- a - Variable in enum org.unix4j.unix.find.FindOptionSet_acdfilmnorxz
-
Option "-a": The time operand refers to the last access time of the file
- a - Variable in enum org.unix4j.unix.find.FindOptionSet_acdimnorz
-
Option "-a": The time operand refers to the last access time of the file
- a - Variable in enum org.unix4j.unix.find.FindOptionSet_acfimnorz
-
Option "-a": The time operand refers to the last access time of the file
- a - Variable in enum org.unix4j.unix.find.FindOptionSet_acilmnorz
-
Option "-a": The time operand refers to the last access time of the file
- a - Variable in enum org.unix4j.unix.find.FindOptionSet_acimnorxz
-
Option "-a": The time operand refers to the last access time of the file
- a - Variable in enum org.unix4j.unix.find.FindOptionSet_adfilnorxz
-
Option "-a": The time operand refers to the last access time of the file
- a - Variable in enum org.unix4j.unix.find.FindOptionSet_adinorz
-
Option "-a": The time operand refers to the last access time of the file
- a - Variable in enum org.unix4j.unix.find.FindOptionSet_afinorz
-
Option "-a": The time operand refers to the last access time of the file
- a - Variable in enum org.unix4j.unix.find.FindOptionSet_ailnorz
-
Option "-a": The time operand refers to the last access time of the file
- a - Variable in enum org.unix4j.unix.find.FindOptionSet_ainorxz
-
Option "-a": The time operand refers to the last access time of the file
- a - Variable in class org.unix4j.unix.find.FindOptionSets
-
Option "-a": The time operand refers to the last access time of the file
- a - Variable in enum org.unix4j.unix.ls.LsOptionSet_Rahlrt
-
Option "-a": Lists all files in the given directory, including hidden files
(those whose names start with \".\" in Unix).
- a - Variable in class org.unix4j.unix.ls.LsOptionSets
-
Option "-a": Lists all files in the given directory, including hidden files
(those whose names start with \".\" in Unix).
- a - Variable in enum org.unix4j.unix.sed.SedOptionSet_Iacdgilnpsy
-
Option "-a": Append string2 as a separate line after the matched line.
- a - Variable in enum org.unix4j.unix.sed.SedOptionSet_Iaglnp
-
Option "-a": Append string2 as a separate line after the matched line.
- a - Variable in class org.unix4j.unix.sed.SedOptionSets
-
Option "-a": Append string2 as a separate line after the matched line.
- AbstractGrepProcessor - Class in org.unix4j.unix.grep
-
- AbstractGrepProcessor(GrepCommand, ExecutionContext, LineProcessor, LineMatcher) - Constructor for class org.unix4j.unix.grep.AbstractGrepProcessor
-
- AbstractHeadProcessor - Class in org.unix4j.unix.head
-
Base class for the line processors used by the
HeadCommand.
- AbstractHeadProcessor(HeadCommand, ExecutionContext, LineProcessor) - Constructor for class org.unix4j.unix.head.AbstractHeadProcessor
-
- AbstractRegexpProcessor - Class in org.unix4j.unix.sed
-
- AbstractRegexpProcessor(Command, SedArguments, LineProcessor) - Constructor for class org.unix4j.unix.sed.AbstractRegexpProcessor
-
- AbstractSedProcessor - Class in org.unix4j.unix.sed
-
- AbstractSedProcessor(Command, SedArguments, LineProcessor) - Constructor for class org.unix4j.unix.sed.AbstractSedProcessor
-
- AbstractSortProcessor - Class in org.unix4j.unix.sort
-
- AbstractSortProcessor(SortCommand, ExecutionContext, LineProcessor) - Constructor for class org.unix4j.unix.sort.AbstractSortProcessor
-
- AbstractTailProcessor - Class in org.unix4j.unix.tail
-
Base class for the line processors used by the
TailCommand.
- AbstractTailProcessor(TailCommand, ExecutionContext, LineProcessor) - Constructor for class org.unix4j.unix.tail.AbstractTailProcessor
-
- AbstractTextProcessor - Class in org.unix4j.unix.sed
-
- AbstractTextProcessor(Command, SedArguments, LineProcessor) - Constructor for class org.unix4j.unix.sed.AbstractTextProcessor
-
- AbstractTextProcessor(Command, String, SedArguments, LineProcessor) - Constructor for class org.unix4j.unix.sed.AbstractTextProcessor
-
- accept(File) - Method in class org.unix4j.unix.find.CompositeFileFilter
-
- accept(File) - Method in class org.unix4j.unix.find.NameFilter
-
- accept(File) - Method in class org.unix4j.unix.find.RegexFilter
-
Filter if name only is matched, NOT THE WHOLE PATH.
- accept(File) - Method in class org.unix4j.unix.find.SizeFilter
-
- accept(File, long) - Method in enum org.unix4j.unix.find.SizeFilter.SizeComparator
-
- accept(File) - Method in class org.unix4j.unix.find.TimeFilter
-
- accept(File, TimeFilter.TimeType, Date) - Method in enum org.unix4j.unix.find.TimeFilter.TimeComparator
-
- acronym() - Method in enum org.unix4j.unix.cat.CatOption
-
- acronym() - Method in enum org.unix4j.unix.cut.CutOption
-
- acronym() - Method in enum org.unix4j.unix.echo.EchoOption
-
- acronym() - Method in enum org.unix4j.unix.find.FindOption
-
- acronym() - Method in enum org.unix4j.unix.grep.GrepOption
-
- acronym() - Method in enum org.unix4j.unix.head.HeadOption
-
- acronym() - Method in enum org.unix4j.unix.ls.LsOption
-
- acronym() - Method in enum org.unix4j.unix.sed.SedOption
-
- acronym() - Method in enum org.unix4j.unix.sort.SortOption
-
- acronym() - Method in enum org.unix4j.unix.tail.TailOption
-
- acronym() - Method in enum org.unix4j.unix.uniq.UniqOption
-
- acronym() - Method in enum org.unix4j.unix.wc.WcOption
-
- acronym() - Method in enum org.unix4j.unix.xargs.XargsOption
-
- add(FileFilter) - Method in class org.unix4j.unix.find.CompositeFileFilter
-
- add(String, String) - Method in class org.unix4j.unix.sed.CharMap
-
Adds the given source and destination characters to this char map..
- add(char, char) - Method in class org.unix4j.unix.sed.CharMap
-
Adds the given mapping source --> destination to this char map.
- addIfNotNull(FileFilter) - Method in class org.unix4j.unix.find.CompositeFileFilter
-
- AdjacentProcessor - Class in org.unix4j.unix.uniq
-
Line processors implementing the actual uniq command execution for the case
when the
global option is NOT selected.
- AdjacentProcessor(UniqCommand, ExecutionContext, LineProcessor) - Constructor for class org.unix4j.unix.uniq.AdjacentProcessor
-
- AdjacentProcessor.Count - Class in org.unix4j.unix.uniq
-
Line processor implementing the actual uniq command execution for the
case when only the
count option is selected.
- AdjacentProcessor.Count(UniqCommand, ExecutionContext, LineProcessor) - Constructor for class org.unix4j.unix.uniq.AdjacentProcessor.Count
-
- AdjacentProcessor.DuplicateOnly - Class in org.unix4j.unix.uniq
-
Line processor implementing the actual uniq command execution for the
case when only the
duplicatedOnly
option is selected.
- AdjacentProcessor.DuplicateOnly(UniqCommand, ExecutionContext, LineProcessor) - Constructor for class org.unix4j.unix.uniq.AdjacentProcessor.DuplicateOnly
-
- AdjacentProcessor.Normal - Class in org.unix4j.unix.uniq
-
Line processor implementing the actual uniq command execution for the
case when no option is selected.
- AdjacentProcessor.Normal(UniqCommand, ExecutionContext, LineProcessor) - Constructor for class org.unix4j.unix.uniq.AdjacentProcessor.Normal
-
- AdjacentProcessor.UniqueDuplicateCount - Class in org.unix4j.unix.uniq
-
- AdjacentProcessor.UniqueDuplicateCount(UniqCommand, ExecutionContext, LineProcessor) - Constructor for class org.unix4j.unix.uniq.AdjacentProcessor.UniqueDuplicateCount
-
- AdjacentProcessor.UniqueOnly - Class in org.unix4j.unix.uniq
-
Line processor implementing the actual uniq command execution for the
case when only the
uniqueOnly option is
selected.
- AdjacentProcessor.UniqueOnly(UniqCommand, ExecutionContext, LineProcessor) - Constructor for class org.unix4j.unix.uniq.AdjacentProcessor.UniqueOnly
-
- allFiles - Variable in enum org.unix4j.unix.ls.LsOptionSet_Rahlrt
-
Option "--allFiles": Lists all files in the given directory, including hidden files
(those whose names start with \".\" in Unix).
- allFiles - Variable in class org.unix4j.unix.ls.LsOptionSets
-
Option "--allFiles": Lists all files in the given directory, including hidden files
(those whose names start with \".\" in Unix).
- append - Variable in enum org.unix4j.unix.sed.SedOptionSet_Iacdgilnpsy
-
Option "--append": Append string2 as a separate line after the matched line.
- append - Variable in enum org.unix4j.unix.sed.SedOptionSet_Iaglnp
-
Option "--append": Append string2 as a separate line after the matched line.
- append - Variable in class org.unix4j.unix.sed.SedOptionSets
-
Option "--append": Append string2 as a separate line after the matched line.
- AppendProcessor - Class in org.unix4j.unix.sed
-
- AppendProcessor(Command, SedArguments, LineProcessor) - Constructor for class org.unix4j.unix.sed.AppendProcessor
-
- AppendProcessor(Command, String, SedArguments, LineProcessor) - Constructor for class org.unix4j.unix.sed.AppendProcessor
-
- apply(LineOperation) - Method in class org.unix4j.builder.DefaultUnix4jCommandBuilder
-
- apply(LineOperation) - Method in interface org.unix4j.builder.Unix4jCommandBuilder
-
- args - Variable in class org.unix4j.unix.sed.AbstractSedProcessor
-
- asSet() - Method in enum org.unix4j.unix.cat.CatOption
-
Returns a new set with this active option.
- asSet() - Method in enum org.unix4j.unix.cat.CatOptionSet_bns
-
Returns the set with the active options.
- asSet() - Method in enum org.unix4j.unix.cat.CatOptionSet_bs
-
Returns the set with the active options.
- asSet() - Method in enum org.unix4j.unix.cat.CatOptionSet_ns
-
Returns the set with the active options.
- asSet() - Method in enum org.unix4j.unix.cut.CutOption
-
Returns a new set with this active option.
- asSet() - Method in enum org.unix4j.unix.cut.CutOptionSet_cf
-
Returns the set with the active options.
- asSet() - Method in enum org.unix4j.unix.echo.EchoOption
-
Returns a new set with this active option.
- asSet() - Method in enum org.unix4j.unix.echo.EchoOptionSet_n
-
Returns the set with the active options.
- asSet() - Method in enum org.unix4j.unix.find.FindOption
-
Returns a new set with this active option.
- asSet() - Method in enum org.unix4j.unix.find.FindOptionSet_acdfilmnorxz
-
Returns the set with the active options.
- asSet() - Method in enum org.unix4j.unix.find.FindOptionSet_acdimnorz
-
Returns the set with the active options.
- asSet() - Method in enum org.unix4j.unix.find.FindOptionSet_acfimnorz
-
Returns the set with the active options.
- asSet() - Method in enum org.unix4j.unix.find.FindOptionSet_acilmnorz
-
Returns the set with the active options.
- asSet() - Method in enum org.unix4j.unix.find.FindOptionSet_acimnorxz
-
Returns the set with the active options.
- asSet() - Method in enum org.unix4j.unix.find.FindOptionSet_adfilnorxz
-
Returns the set with the active options.
- asSet() - Method in enum org.unix4j.unix.find.FindOptionSet_adinorz
-
Returns the set with the active options.
- asSet() - Method in enum org.unix4j.unix.find.FindOptionSet_afinorz
-
Returns the set with the active options.
- asSet() - Method in enum org.unix4j.unix.find.FindOptionSet_ailnorz
-
Returns the set with the active options.
- asSet() - Method in enum org.unix4j.unix.find.FindOptionSet_ainorxz
-
Returns the set with the active options.
- asSet() - Method in enum org.unix4j.unix.find.FindOptionSet_cdfilnorxz
-
Returns the set with the active options.
- asSet() - Method in enum org.unix4j.unix.find.FindOptionSet_cdinorz
-
Returns the set with the active options.
- asSet() - Method in enum org.unix4j.unix.find.FindOptionSet_cfinorz
-
Returns the set with the active options.
- asSet() - Method in enum org.unix4j.unix.find.FindOptionSet_cilnorz
-
Returns the set with the active options.
- asSet() - Method in enum org.unix4j.unix.find.FindOptionSet_cinorxz
-
Returns the set with the active options.
- asSet() - Method in enum org.unix4j.unix.find.FindOptionSet_dfilmnorxz
-
Returns the set with the active options.
- asSet() - Method in enum org.unix4j.unix.find.FindOptionSet_dimnorz
-
Returns the set with the active options.
- asSet() - Method in enum org.unix4j.unix.find.FindOptionSet_fimnorz
-
Returns the set with the active options.
- asSet() - Method in enum org.unix4j.unix.find.FindOptionSet_ilmnorz
-
Returns the set with the active options.
- asSet() - Method in enum org.unix4j.unix.find.FindOptionSet_imnorxz
-
Returns the set with the active options.
- asSet() - Method in enum org.unix4j.unix.grep.GrepOption
-
Returns a new set with this active option.
- asSet() - Method in enum org.unix4j.unix.grep.GrepOptionSet_Fcilnvx
-
Returns the set with the active options.
- asSet() - Method in enum org.unix4j.unix.head.HeadOption
-
Returns a new set with this active option.
- asSet() - Method in enum org.unix4j.unix.head.HeadOptionSet_cq
-
Returns the set with the active options.
- asSet() - Method in enum org.unix4j.unix.ls.LsOption
-
Returns a new set with this active option.
- asSet() - Method in enum org.unix4j.unix.ls.LsOptionSet_Rahlrt
-
Returns the set with the active options.
- asSet() - Method in enum org.unix4j.unix.sed.SedOption
-
Returns a new set with this active option.
- asSet() - Method in enum org.unix4j.unix.sed.SedOptionSet_Iacdgilnpsy
-
Returns the set with the active options.
- asSet() - Method in enum org.unix4j.unix.sed.SedOptionSet_Iaglnp
-
Returns the set with the active options.
- asSet() - Method in enum org.unix4j.unix.sed.SedOptionSet_Icglnp
-
Returns the set with the active options.
- asSet() - Method in enum org.unix4j.unix.sed.SedOptionSet_Idglnp
-
Returns the set with the active options.
- asSet() - Method in enum org.unix4j.unix.sed.SedOptionSet_Igilnp
-
Returns the set with the active options.
- asSet() - Method in enum org.unix4j.unix.sed.SedOptionSet_Iglnps
-
Returns the set with the active options.
- asSet() - Method in enum org.unix4j.unix.sed.SedOptionSet_Iglnpy
-
Returns the set with the active options.
- asSet() - Method in enum org.unix4j.unix.sort.SortOption
-
Returns a new set with this active option.
- asSet() - Method in enum org.unix4j.unix.sort.SortOptionSet_bcdfgmru
-
Returns the set with the active options.
- asSet() - Method in enum org.unix4j.unix.sort.SortOptionSet_bcdfgru
-
Returns the set with the active options.
- asSet() - Method in enum org.unix4j.unix.sort.SortOptionSet_bcdfhmru
-
Returns the set with the active options.
- asSet() - Method in enum org.unix4j.unix.sort.SortOptionSet_bcdfhru
-
Returns the set with the active options.
- asSet() - Method in enum org.unix4j.unix.sort.SortOptionSet_bcdfmnru
-
Returns the set with the active options.
- asSet() - Method in enum org.unix4j.unix.sort.SortOptionSet_bcdfnru
-
Returns the set with the active options.
- asSet() - Method in enum org.unix4j.unix.sort.SortOptionSet_bdfgmru
-
Returns the set with the active options.
- asSet() - Method in enum org.unix4j.unix.sort.SortOptionSet_bdfhmru
-
Returns the set with the active options.
- asSet() - Method in enum org.unix4j.unix.sort.SortOptionSet_bdfmnru
-
Returns the set with the active options.
- asSet() - Method in enum org.unix4j.unix.sort.SortOptionSet_Mbcdfmru
-
Returns the set with the active options.
- asSet() - Method in enum org.unix4j.unix.sort.SortOptionSet_Mbcdfru
-
Returns the set with the active options.
- asSet() - Method in enum org.unix4j.unix.sort.SortOptionSet_Mbdfmru
-
Returns the set with the active options.
- asSet() - Method in enum org.unix4j.unix.sort.SortOptionSet_MVbcdfghmnru
-
Returns the set with the active options.
- asSet() - Method in enum org.unix4j.unix.sort.SortOptionSet_MVbcdfghnru
-
Returns the set with the active options.
- asSet() - Method in enum org.unix4j.unix.sort.SortOptionSet_MVbdfghmnru
-
Returns the set with the active options.
- asSet() - Method in enum org.unix4j.unix.sort.SortOptionSet_Vbcdfmru
-
Returns the set with the active options.
- asSet() - Method in enum org.unix4j.unix.sort.SortOptionSet_Vbcdfru
-
Returns the set with the active options.
- asSet() - Method in enum org.unix4j.unix.sort.SortOptionSet_Vbdfmru
-
Returns the set with the active options.
- asSet() - Method in enum org.unix4j.unix.tail.TailOption
-
Returns a new set with this active option.
- asSet() - Method in enum org.unix4j.unix.tail.TailOptionSet_cqs
-
Returns the set with the active options.
- asSet() - Method in enum org.unix4j.unix.uniq.UniqOption
-
Returns a new set with this active option.
- asSet() - Method in enum org.unix4j.unix.uniq.UniqOptionSet_cdgu
-
Returns the set with the active options.
- asSet() - Method in enum org.unix4j.unix.uniq.UniqOptionSet_cg
-
Returns the set with the active options.
- asSet() - Method in enum org.unix4j.unix.uniq.UniqOptionSet_dg
-
Returns the set with the active options.
- asSet() - Method in enum org.unix4j.unix.uniq.UniqOptionSet_gu
-
Returns the set with the active options.
- asSet() - Method in enum org.unix4j.unix.wc.WcOption
-
Returns a new set with this active option.
- asSet() - Method in enum org.unix4j.unix.wc.WcOptionSet_lmw
-
Returns the set with the active options.
- asSet() - Method in enum org.unix4j.unix.xargs.XargsOption
-
Returns a new set with this active option.
- asSet() - Method in enum org.unix4j.unix.xargs.XargsOptionSet_rtxz
-
Returns the set with the active options.
- c - Variable in enum org.unix4j.unix.cut.CutOptionSet_cf
-
Option "-c": The list specifies character positions.
- c - Variable in class org.unix4j.unix.cut.CutOptionSets
-
Option "-c": The list specifies character positions.
- c - Variable in enum org.unix4j.unix.find.FindOptionSet_acdfilmnorxz
-
Option "-c": The time operand refers to the creation time of the file
- c - Variable in enum org.unix4j.unix.find.FindOptionSet_acdimnorz
-
Option "-c": The time operand refers to the creation time of the file
- c - Variable in enum org.unix4j.unix.find.FindOptionSet_acfimnorz
-
Option "-c": The time operand refers to the creation time of the file
- c - Variable in enum org.unix4j.unix.find.FindOptionSet_acilmnorz
-
Option "-c": The time operand refers to the creation time of the file
- c - Variable in enum org.unix4j.unix.find.FindOptionSet_acimnorxz
-
Option "-c": The time operand refers to the creation time of the file
- c - Variable in enum org.unix4j.unix.find.FindOptionSet_cdfilnorxz
-
Option "-c": The time operand refers to the creation time of the file
- c - Variable in enum org.unix4j.unix.find.FindOptionSet_cdinorz
-
Option "-c": The time operand refers to the creation time of the file
- c - Variable in enum org.unix4j.unix.find.FindOptionSet_cfinorz
-
Option "-c": The time operand refers to the creation time of the file
- c - Variable in enum org.unix4j.unix.find.FindOptionSet_cilnorz
-
Option "-c": The time operand refers to the creation time of the file
- c - Variable in enum org.unix4j.unix.find.FindOptionSet_cinorxz
-
Option "-c": The time operand refers to the creation time of the file
- c - Variable in class org.unix4j.unix.find.FindOptionSets
-
Option "-c": The time operand refers to the creation time of the file
- c - Variable in enum org.unix4j.unix.grep.GrepOptionSet_Fcilnvx
-
Option "-c": Suppress normal output; instead print a count of matching lines for
each input file.
- c - Variable in class org.unix4j.unix.grep.GrepOptionSets
-
Option "-c": Suppress normal output; instead print a count of matching lines for
each input file.
- c - Variable in enum org.unix4j.unix.head.HeadOptionSet_cq
-
Option "-c": The count argument is in units of characters instead of
lines.
- c - Variable in class org.unix4j.unix.head.HeadOptionSets
-
Option "-c": The count argument is in units of characters instead of
lines.
- c - Variable in enum org.unix4j.unix.sed.SedOptionSet_Iacdgilnpsy
-
Option "-c": Write string2 as a separate line instead of the matched line.
- c - Variable in enum org.unix4j.unix.sed.SedOptionSet_Icglnp
-
Option "-c": Write string2 as a separate line instead of the matched line.
- c - Variable in class org.unix4j.unix.sed.SedOptionSets
-
Option "-c": Write string2 as a separate line instead of the matched line.
- c - Variable in enum org.unix4j.unix.sort.SortOptionSet_bcdfgmru
-
Option "-c": Checks that the single input file is ordered as specified by the
arguments and the collating sequence of the current locale.
- c - Variable in enum org.unix4j.unix.sort.SortOptionSet_bcdfgru
-
Option "-c": Checks that the single input file is ordered as specified by the
arguments and the collating sequence of the current locale.
- c - Variable in enum org.unix4j.unix.sort.SortOptionSet_bcdfhmru
-
Option "-c": Checks that the single input file is ordered as specified by the
arguments and the collating sequence of the current locale.
- c - Variable in enum org.unix4j.unix.sort.SortOptionSet_bcdfhru
-
Option "-c": Checks that the single input file is ordered as specified by the
arguments and the collating sequence of the current locale.
- c - Variable in enum org.unix4j.unix.sort.SortOptionSet_bcdfmnru
-
Option "-c": Checks that the single input file is ordered as specified by the
arguments and the collating sequence of the current locale.
- c - Variable in enum org.unix4j.unix.sort.SortOptionSet_bcdfnru
-
Option "-c": Checks that the single input file is ordered as specified by the
arguments and the collating sequence of the current locale.
- c - Variable in enum org.unix4j.unix.sort.SortOptionSet_Mbcdfmru
-
Option "-c": Checks that the single input file is ordered as specified by the
arguments and the collating sequence of the current locale.
- c - Variable in enum org.unix4j.unix.sort.SortOptionSet_Mbcdfru
-
Option "-c": Checks that the single input file is ordered as specified by the
arguments and the collating sequence of the current locale.
- c - Variable in enum org.unix4j.unix.sort.SortOptionSet_MVbcdfghmnru
-
Option "-c": Checks that the single input file is ordered as specified by the
arguments and the collating sequence of the current locale.
- c - Variable in enum org.unix4j.unix.sort.SortOptionSet_MVbcdfghnru
-
Option "-c": Checks that the single input file is ordered as specified by the
arguments and the collating sequence of the current locale.
- c - Variable in enum org.unix4j.unix.sort.SortOptionSet_Vbcdfmru
-
Option "-c": Checks that the single input file is ordered as specified by the
arguments and the collating sequence of the current locale.
- c - Variable in enum org.unix4j.unix.sort.SortOptionSet_Vbcdfru
-
Option "-c": Checks that the single input file is ordered as specified by the
arguments and the collating sequence of the current locale.
- c - Variable in class org.unix4j.unix.sort.SortOptionSets
-
Option "-c": Checks that the single input file is ordered as specified by the
arguments and the collating sequence of the current locale.
- c - Variable in enum org.unix4j.unix.tail.TailOptionSet_cqs
-
Option "-c": The count argument is in units of characters instead of
lines.
- c - Variable in class org.unix4j.unix.tail.TailOptionSets
-
Option "-c": The count argument is in units of characters instead of
lines.
- c - Variable in enum org.unix4j.unix.uniq.UniqOptionSet_cdgu
-
Option "-c": Precedes each output line with a count of the number of times the
line occurred in the input.
- c - Variable in enum org.unix4j.unix.uniq.UniqOptionSet_cg
-
Option "-c": Precedes each output line with a count of the number of times the
line occurred in the input.
- c - Variable in class org.unix4j.unix.uniq.UniqOptionSets
-
Option "-c": Precedes each output line with a count of the number of times the
line occurred in the input.
- calendar - Variable in class org.unix4j.unix.ls.LsFormatterLong
-
- cat() - Method in class org.unix4j.builder.DefaultUnix4jCommandBuilder
-
- cat(String...) - Method in class org.unix4j.builder.DefaultUnix4jCommandBuilder
-
- cat(File...) - Method in class org.unix4j.builder.DefaultUnix4jCommandBuilder
-
- cat(CatOptions) - Method in class org.unix4j.builder.DefaultUnix4jCommandBuilder
-
- cat(CatOptions, File...) - Method in class org.unix4j.builder.DefaultUnix4jCommandBuilder
-
- cat(CatOptions, String...) - Method in class org.unix4j.builder.DefaultUnix4jCommandBuilder
-
- cat() - Method in interface org.unix4j.builder.Unix4jCommandBuilder
-
Reads the lines from the standard input and writes them to the
standard output.
- cat(String...) - Method in interface org.unix4j.builder.Unix4jCommandBuilder
-
Reads the lines from files specified as arguments and writes them to
the standard output.
- cat(File...) - Method in interface org.unix4j.builder.Unix4jCommandBuilder
-
Reads the lines from the specified files and writes them to the
standard output.
- cat(CatOptions) - Method in interface org.unix4j.builder.Unix4jCommandBuilder
-
Reads the lines from the standard input and writes them to the
standard output; the given options define the details of the output
format.
- cat(CatOptions, File...) - Method in interface org.unix4j.builder.Unix4jCommandBuilder
-
Reads the lines from the specified files and writes them to the
standard output; the given options define the details of the output
format.
- cat(CatOptions, String...) - Method in interface org.unix4j.builder.Unix4jCommandBuilder
-
Reads the lines from the specified files and writes them to the
standard output; the given options define the details of the output
format.
- Cat - Class in org.unix4j.unix
-
Non-instantiable module with inner types making up the cat command.
- cat() - Method in class org.unix4j.unix.cat.CatFactory
-
- cat(String...) - Method in class org.unix4j.unix.cat.CatFactory
-
- cat(File...) - Method in class org.unix4j.unix.cat.CatFactory
-
- cat(CatOptions) - Method in class org.unix4j.unix.cat.CatFactory
-
- cat(CatOptions, File...) - Method in class org.unix4j.unix.cat.CatFactory
-
- cat(CatOptions, String...) - Method in class org.unix4j.unix.cat.CatFactory
-
- cat() - Method in interface org.unix4j.unix.Cat.Interface
-
Reads the lines from the standard input and writes them to the
standard output.
- cat(String...) - Method in interface org.unix4j.unix.Cat.Interface
-
Reads the lines from files specified as arguments and writes them to
the standard output.
- cat(File...) - Method in interface org.unix4j.unix.Cat.Interface
-
Reads the lines from the specified files and writes them to the
standard output.
- cat(CatOptions) - Method in interface org.unix4j.unix.Cat.Interface
-
Reads the lines from the standard input and writes them to the
standard output; the given options define the details of the output
format.
- cat(CatOptions, File...) - Method in interface org.unix4j.unix.Cat.Interface
-
Reads the lines from the specified files and writes them to the
standard output; the given options define the details of the output
format.
- cat(CatOptions, String...) - Method in interface org.unix4j.unix.Cat.Interface
-
Reads the lines from the specified files and writes them to the
standard output; the given options define the details of the output
format.
- cat(String...) - Static method in class org.unix4j.Unix4j
-
Reads the lines from files specified as arguments and writes them to
the standard output.
- cat(File...) - Static method in class org.unix4j.Unix4j
-
Reads the lines from the specified files and writes them to the
standard output.
- cat(CatOptions, File...) - Static method in class org.unix4j.Unix4j
-
Reads the lines from the specified files and writes them to the
standard output; the given options define the details of the output
format.
- cat(CatOptions, String...) - Static method in class org.unix4j.Unix4j
-
Reads the lines from the specified files and writes them to the
standard output; the given options define the details of the output
format.
- Cat.Interface<R> - Interface in org.unix4j.unix
-
Interface defining all method signatures for the "cat" command.
- CatArguments - Class in org.unix4j.unix.cat
-
Arguments and options for the
cat command.
- CatArguments() - Constructor for class org.unix4j.unix.cat.CatArguments
-
Constructor to use if no options are specified.
- CatArguments(CatOptions) - Constructor for class org.unix4j.unix.cat.CatArguments
-
Constructor with option set containing the selected command options.
- CatArguments(String...) - Constructor for class org.unix4j.unix.cat.CatArguments
-
Constructor string arguments encoding options and arguments, possibly
also containing variable expressions.
- CatCommand - Class in org.unix4j.unix.cat
-
Implementation of the
cat command.
- CatCommand(CatArguments) - Constructor for class org.unix4j.unix.cat.CatCommand
-
- CatFactory - Class in org.unix4j.unix.cat
-
Factory for the
cat command returning
a new command instance from every signature method.
- CatOption - Enum in org.unix4j.unix.cat
-
Options for the
cat command.
- CatOptions - Interface in org.unix4j.unix.cat
-
Interface implemented by all option sets for the
cat command.
- CatOptions.Default - Class in org.unix4j.unix.cat
-
Default implementation for a modifiable option set.
- CatOptions.Default() - Constructor for class org.unix4j.unix.cat.CatOptions.Default
-
Default constructor for an empty option set with no active options.
- CatOptions.Default(CatOption) - Constructor for class org.unix4j.unix.cat.CatOptions.Default
-
Constructor for an option set with a single active option.
- CatOptions.Default(CatOption...) - Constructor for class org.unix4j.unix.cat.CatOptions.Default
-
Constructor for an option set with the given active options.
- CatOptions.Default(OptionSet<CatOption>) - Constructor for class org.unix4j.unix.cat.CatOptions.Default
-
Constructor for an option set initialized with the options given by
another option set.
- CatOptionSet_bns - Enum in org.unix4j.unix.cat
-
Option sets for the
cat command with
the following options:
n,
b,
s.
- CatOptionSet_bs - Enum in org.unix4j.unix.cat
-
Option sets for the
cat command with
the following options:
b,
s.
- CatOptionSet_ns - Enum in org.unix4j.unix.cat
-
Option sets for the
cat command with
the following options:
n,
s.
- CatOptionSets - Class in org.unix4j.unix.cat
-
Options for the
cat command with the
the following options:
- CatOptionSets() - Constructor for class org.unix4j.unix.cat.CatOptionSets
-
- CatProcessor - Class in org.unix4j.unix.cat
-
- CatProcessor(Command<CatArguments>, ExecutionContext, LineProcessor) - Constructor for class org.unix4j.unix.cat.CatProcessor
-
- cd() - Method in class org.unix4j.builder.DefaultUnix4jCommandBuilder
-
- cd(File) - Method in class org.unix4j.builder.DefaultUnix4jCommandBuilder
-
- cd(String) - Method in class org.unix4j.builder.DefaultUnix4jCommandBuilder
-
- cd() - Method in interface org.unix4j.builder.Unix4jCommandBuilder
-
Changes the current directory to the user home directory as defined
by the execution context (usually the directory specified by the
"user.home" system property).
- cd(File) - Method in interface org.unix4j.builder.Unix4jCommandBuilder
-
The current working directory is changed to the given file.
- cd(String) - Method in interface org.unix4j.builder.Unix4jCommandBuilder
-
The current working directory is changed to the given file.
- Cd - Class in org.unix4j.unix
-
Non-instantiable module with inner types making up the cd command.
- cd() - Method in class org.unix4j.unix.cd.CdFactory
-
- cd(File) - Method in class org.unix4j.unix.cd.CdFactory
-
- cd(String) - Method in class org.unix4j.unix.cd.CdFactory
-
- cd() - Method in interface org.unix4j.unix.Cd.Interface
-
Changes the current directory to the user home directory as defined
by the execution context (usually the directory specified by the
"user.home" system property).
- cd(File) - Method in interface org.unix4j.unix.Cd.Interface
-
The current working directory is changed to the given file.
- cd(String) - Method in interface org.unix4j.unix.Cd.Interface
-
The current working directory is changed to the given file.
- cd() - Static method in class org.unix4j.Unix4j
-
Changes the current directory to the user home directory as defined
by the execution context (usually the directory specified by the
"user.home" system property).
- cd(File) - Static method in class org.unix4j.Unix4j
-
The current working directory is changed to the given file.
- cd(String) - Static method in class org.unix4j.Unix4j
-
The current working directory is changed to the given file.
- Cd.Interface<R> - Interface in org.unix4j.unix
-
Interface defining all method signatures for the "cd" command.
- CdArguments - Class in org.unix4j.unix.cd
-
Arguments and options for the
cd command.
- CdArguments() - Constructor for class org.unix4j.unix.cd.CdArguments
-
Constructor to use if no options are specified.
- CdCommand - Class in org.unix4j.unix.cd
-
Implementation of the
cd command.
- CdCommand(CdArguments) - Constructor for class org.unix4j.unix.cd.CdCommand
-
- CdFactory - Class in org.unix4j.unix.cd
-
Factory for the
cd command returning
a new command instance from every signature method.
- change - Variable in enum org.unix4j.unix.sed.SedOptionSet_Iacdgilnpsy
-
Option "--change": Write string2 as a separate line instead of the matched line.
- change - Variable in enum org.unix4j.unix.sed.SedOptionSet_Icglnp
-
Option "--change": Write string2 as a separate line instead of the matched line.
- change - Variable in class org.unix4j.unix.sed.SedOptionSets
-
Option "--change": Write string2 as a separate line instead of the matched line.
- ChangeProcessor - Class in org.unix4j.unix.sed
-
- ChangeProcessor(Command, SedArguments, LineProcessor) - Constructor for class org.unix4j.unix.sed.ChangeProcessor
-
- ChangeProcessor(Command, String, SedArguments, LineProcessor) - Constructor for class org.unix4j.unix.sed.ChangeProcessor
-
- CharDelimitedItemizer - Class in org.unix4j.unix.xargs
-
- CharDelimitedItemizer(char) - Constructor for class org.unix4j.unix.xargs.CharDelimitedItemizer
-
- CharMap - Class in org.unix4j.unix.sed
-
A map from char to char.
- CharMap(String, String) - Constructor for class org.unix4j.unix.sed.CharMap
-
Creates a char map with the given source and destination characters.
- chars - Variable in enum org.unix4j.unix.cut.CutOptionSet_cf
-
Option "--chars": The list specifies character positions.
- chars - Variable in class org.unix4j.unix.cut.CutOptionSets
-
Option "--chars": The list specifies character positions.
- chars - Variable in enum org.unix4j.unix.head.HeadOptionSet_cq
-
Option "--chars": The count argument is in units of characters instead of
lines.
- chars - Variable in class org.unix4j.unix.head.HeadOptionSets
-
Option "--chars": The count argument is in units of characters instead of
lines.
- chars - Variable in enum org.unix4j.unix.tail.TailOptionSet_cqs
-
Option "--chars": The count argument is in units of characters instead of
lines.
- chars - Variable in class org.unix4j.unix.tail.TailOptionSets
-
Option "--chars": The count argument is in units of characters instead of
lines.
- chars - Variable in enum org.unix4j.unix.wc.WcOptionSet_lmw
-
Option "--chars": Executes a count of chars and writes this count to the output.
- chars - Variable in class org.unix4j.unix.wc.WcOptionSets
-
Option "--chars": Executes a count of chars and writes this count to the output.
- check - Variable in enum org.unix4j.unix.sort.SortOptionSet_bcdfgmru
-
Option "--check": Checks that the single input file is ordered as specified by the
arguments and the collating sequence of the current locale.
- check - Variable in enum org.unix4j.unix.sort.SortOptionSet_bcdfgru
-
Option "--check": Checks that the single input file is ordered as specified by the
arguments and the collating sequence of the current locale.
- check - Variable in enum org.unix4j.unix.sort.SortOptionSet_bcdfhmru
-
Option "--check": Checks that the single input file is ordered as specified by the
arguments and the collating sequence of the current locale.
- check - Variable in enum org.unix4j.unix.sort.SortOptionSet_bcdfhru
-
Option "--check": Checks that the single input file is ordered as specified by the
arguments and the collating sequence of the current locale.
- check - Variable in enum org.unix4j.unix.sort.SortOptionSet_bcdfmnru
-
Option "--check": Checks that the single input file is ordered as specified by the
arguments and the collating sequence of the current locale.
- check - Variable in enum org.unix4j.unix.sort.SortOptionSet_bcdfnru
-
Option "--check": Checks that the single input file is ordered as specified by the
arguments and the collating sequence of the current locale.
- check - Variable in enum org.unix4j.unix.sort.SortOptionSet_Mbcdfmru
-
Option "--check": Checks that the single input file is ordered as specified by the
arguments and the collating sequence of the current locale.
- check - Variable in enum org.unix4j.unix.sort.SortOptionSet_Mbcdfru
-
Option "--check": Checks that the single input file is ordered as specified by the
arguments and the collating sequence of the current locale.
- check - Variable in enum org.unix4j.unix.sort.SortOptionSet_MVbcdfghmnru
-
Option "--check": Checks that the single input file is ordered as specified by the
arguments and the collating sequence of the current locale.
- check - Variable in enum org.unix4j.unix.sort.SortOptionSet_MVbcdfghnru
-
Option "--check": Checks that the single input file is ordered as specified by the
arguments and the collating sequence of the current locale.
- check - Variable in enum org.unix4j.unix.sort.SortOptionSet_Vbcdfmru
-
Option "--check": Checks that the single input file is ordered as specified by the
arguments and the collating sequence of the current locale.
- check - Variable in enum org.unix4j.unix.sort.SortOptionSet_Vbcdfru
-
Option "--check": Checks that the single input file is ordered as specified by the
arguments and the collating sequence of the current locale.
- check - Variable in class org.unix4j.unix.sort.SortOptionSets
-
Option "--check": Checks that the single input file is ordered as specified by the
arguments and the collating sequence of the current locale.
- CheckProcessor - Class in org.unix4j.unix.sort
-
Checks whether a file is sorted or not, throws an
ExitValueException
if the file is not sorted.
- CheckProcessor(SortCommand, ExecutionContext, LineProcessor) - Constructor for class org.unix4j.unix.sort.CheckProcessor
-
- command - Variable in class org.unix4j.unix.sed.AbstractSedProcessor
-
- Command - Enum in org.unix4j.unix.sed
-
- commandChar - Variable in enum org.unix4j.unix.sed.Command
-
- CompositeFileFilter - Class in org.unix4j.unix.find
-
A file filter that accepts a file only if all component filters accept the
file.
- CompositeFileFilter() - Constructor for class org.unix4j.unix.find.CompositeFileFilter
-
- CONVERTER - Static variable in interface org.unix4j.unix.cat.CatOptions
-
- CONVERTER - Static variable in interface org.unix4j.unix.cut.CutOptions
-
- CONVERTER - Static variable in interface org.unix4j.unix.echo.EchoOptions
-
- CONVERTER - Static variable in interface org.unix4j.unix.find.FindOptions
-
- CONVERTER - Static variable in interface org.unix4j.unix.grep.GrepOptions
-
- CONVERTER - Static variable in interface org.unix4j.unix.head.HeadOptions
-
- CONVERTER - Static variable in interface org.unix4j.unix.ls.LsOptions
-
- CONVERTER - Static variable in interface org.unix4j.unix.sed.SedOptions
-
- CONVERTER - Static variable in interface org.unix4j.unix.sort.SortOptions
-
- CONVERTER - Static variable in interface org.unix4j.unix.tail.TailOptions
-
- CONVERTER - Static variable in interface org.unix4j.unix.uniq.UniqOptions
-
- CONVERTER - Static variable in interface org.unix4j.unix.wc.WcOptions
-
- CONVERTER - Static variable in interface org.unix4j.unix.xargs.XargsOptions
-
- count - Variable in enum org.unix4j.unix.grep.GrepOptionSet_Fcilnvx
-
Option "--count": Suppress normal output; instead print a count of matching lines for
each input file.
- count - Variable in class org.unix4j.unix.grep.GrepOptionSets
-
Option "--count": Suppress normal output; instead print a count of matching lines for
each input file.
- count - Variable in class org.unix4j.unix.head.AbstractHeadProcessor
-
- count - Variable in class org.unix4j.unix.tail.AbstractTailProcessor
-
- count - Variable in enum org.unix4j.unix.uniq.UniqOptionSet_cdgu
-
Option "--count": Precedes each output line with a count of the number of times the
line occurred in the input.
- count - Variable in enum org.unix4j.unix.uniq.UniqOptionSet_cg
-
Option "--count": Precedes each output line with a count of the number of times the
line occurred in the input.
- count - Variable in class org.unix4j.unix.uniq.UniqOptionSets
-
Option "--count": Precedes each output line with a count of the number of times the
line occurred in the input.
- count(Line) - Method in enum org.unix4j.unix.wc.CounterType
-
Returns the count by which a counter should be incremented given the
specified line.
- counter - Variable in class org.unix4j.unix.head.AbstractHeadProcessor
-
- Counters - Class in org.unix4j.unix.wc
-
- Counters(WcArguments) - Constructor for class org.unix4j.unix.wc.Counters
-
Constructor initialising all relevant counters depending on the options
set in args.
- CounterType - Enum in org.unix4j.unix.wc
-
Constants for different count types.
- countFromStart - Variable in enum org.unix4j.unix.tail.TailOptionSet_cqs
-
Option "--countFromStart": The count argument is relative to the beginning of the file
instead of counting from the end of the file.
- countFromStart - Variable in class org.unix4j.unix.tail.TailOptionSets
-
Option "--countFromStart": The count argument is relative to the beginning of the file
instead of counting from the end of the file.
- CountMatchingLinesProcessor - Class in org.unix4j.unix.grep
-
Counts the matching lines and writes the count and the file name to the
output.
- CountMatchingLinesProcessor(GrepCommand, ExecutionContext, LineProcessor, LineMatcher) - Constructor for class org.unix4j.unix.grep.CountMatchingLinesProcessor
-
- CountUtil - Class in org.unix4j.unix.uniq
-
Helper class to format count output of the uniq command.
- create(File, File, List<File>, LsArguments) - Method in interface org.unix4j.unix.ls.LsFormatter.Factory
-
Creates and returns a new formatter for the files in the specified
directory.
- createProcessorFor(SedArguments, LineProcessor) - Method in enum org.unix4j.unix.sed.Command
-
Returns a new instance of the appropriate sed processor for this command.
- createProcessorFor(String, SedArguments, LineProcessor) - Method in enum org.unix4j.unix.sed.Command
-
Returns a new instance of the appropriate sed processor for this command.
- curLine - Variable in class org.unix4j.unix.uniq.AdjacentProcessor
-
- cut(String...) - Method in class org.unix4j.builder.DefaultUnix4jCommandBuilder
-
- cut(CutOptions, Range) - Method in class org.unix4j.builder.DefaultUnix4jCommandBuilder
-
- cut(CutOptions, int...) - Method in class org.unix4j.builder.DefaultUnix4jCommandBuilder
-
- cut(CutOptions, String, Range) - Method in class org.unix4j.builder.DefaultUnix4jCommandBuilder
-
- cut(CutOptions, String, int...) - Method in class org.unix4j.builder.DefaultUnix4jCommandBuilder
-
- cut(CutOptions, String, char, Range) - Method in class org.unix4j.builder.DefaultUnix4jCommandBuilder
-
- cut(CutOptions, String, char, int...) - Method in class org.unix4j.builder.DefaultUnix4jCommandBuilder
-
- cut(String...) - Method in interface org.unix4j.builder.Unix4jCommandBuilder
-
Cuts the fields or characters from the input line and writes them to
the standard output.
- cut(CutOptions, Range) - Method in interface org.unix4j.builder.Unix4jCommandBuilder
-
Cuts the fields or characters using the given range
from the input line and writes them to the output.
- cut(CutOptions, int...) - Method in interface org.unix4j.builder.Unix4jCommandBuilder
-
Cuts the fields or characters using the given indexes
from the input line and writes them to the output.
- cut(CutOptions, String, Range) - Method in interface org.unix4j.builder.Unix4jCommandBuilder
-
Cuts the fields using the given range
from the input line and writes them to the output.
- cut(CutOptions, String, int...) - Method in interface org.unix4j.builder.Unix4jCommandBuilder
-
Cuts the fields using the given indexes
from the input line and writes them to the output.
- cut(CutOptions, String, char, Range) - Method in interface org.unix4j.builder.Unix4jCommandBuilder
-
Cuts the fields using the given range and using the given delimiter
from the input line and writes them to the output using the given outputDelimiter.
- cut(CutOptions, String, char, int...) - Method in interface org.unix4j.builder.Unix4jCommandBuilder
-
Cuts the fields using the given indexes and using the given delimiter
from the input line and writes them to the output using the given outputDelimiter.
- Cut - Class in org.unix4j.unix
-
Non-instantiable module with inner types making up the cut command.
- cut(String...) - Method in class org.unix4j.unix.cut.CutFactory
-
- cut(CutOptions, Range) - Method in class org.unix4j.unix.cut.CutFactory
-
- cut(CutOptions, int...) - Method in class org.unix4j.unix.cut.CutFactory
-
- cut(CutOptions, String, Range) - Method in class org.unix4j.unix.cut.CutFactory
-
- cut(CutOptions, String, int...) - Method in class org.unix4j.unix.cut.CutFactory
-
- cut(CutOptions, String, char, Range) - Method in class org.unix4j.unix.cut.CutFactory
-
- cut(CutOptions, String, char, int...) - Method in class org.unix4j.unix.cut.CutFactory
-
- cut(String...) - Method in interface org.unix4j.unix.Cut.Interface
-
Cuts the fields or characters from the input line and writes them to
the standard output.
- cut(CutOptions, Range) - Method in interface org.unix4j.unix.Cut.Interface
-
Cuts the fields or characters using the given range
from the input line and writes them to the output.
- cut(CutOptions, int...) - Method in interface org.unix4j.unix.Cut.Interface
-
Cuts the fields or characters using the given indexes
from the input line and writes them to the output.
- cut(CutOptions, String, Range) - Method in interface org.unix4j.unix.Cut.Interface
-
Cuts the fields using the given range
from the input line and writes them to the output.
- cut(CutOptions, String, int...) - Method in interface org.unix4j.unix.Cut.Interface
-
Cuts the fields using the given indexes
from the input line and writes them to the output.
- cut(CutOptions, String, char, Range) - Method in interface org.unix4j.unix.Cut.Interface
-
Cuts the fields using the given range and using the given delimiter
from the input line and writes them to the output using the given outputDelimiter.
- cut(CutOptions, String, char, int...) - Method in interface org.unix4j.unix.Cut.Interface
-
Cuts the fields using the given indexes and using the given delimiter
from the input line and writes them to the output using the given outputDelimiter.
- Cut.Interface<R> - Interface in org.unix4j.unix
-
Interface defining all method signatures for the "cut" command.
- CutArguments - Class in org.unix4j.unix.cut
-
Arguments and options for the
cut command.
- CutArguments() - Constructor for class org.unix4j.unix.cut.CutArguments
-
Constructor to use if no options are specified.
- CutArguments(CutOptions) - Constructor for class org.unix4j.unix.cut.CutArguments
-
Constructor with option set containing the selected command options.
- CutArguments(String...) - Constructor for class org.unix4j.unix.cut.CutArguments
-
Constructor string arguments encoding options and arguments, possibly
also containing variable expressions.
- CutCommand - Class in org.unix4j.unix.cut
-
Implementation of the
cut command.
- CutCommand(CutArguments) - Constructor for class org.unix4j.unix.cut.CutCommand
-
- CutFactory - Class in org.unix4j.unix.cut
-
Factory for the
cut command returning
a new command instance from every signature method.
- CutOption - Enum in org.unix4j.unix.cut
-
Options for the
cut command.
- CutOptions - Interface in org.unix4j.unix.cut
-
Interface implemented by all option sets for the
cut command.
- CutOptions.Default - Class in org.unix4j.unix.cut
-
Default implementation for a modifiable option set.
- CutOptions.Default() - Constructor for class org.unix4j.unix.cut.CutOptions.Default
-
Default constructor for an empty option set with no active options.
- CutOptions.Default(CutOption) - Constructor for class org.unix4j.unix.cut.CutOptions.Default
-
Constructor for an option set with a single active option.
- CutOptions.Default(CutOption...) - Constructor for class org.unix4j.unix.cut.CutOptions.Default
-
Constructor for an option set with the given active options.
- CutOptions.Default(OptionSet<CutOption>) - Constructor for class org.unix4j.unix.cut.CutOptions.Default
-
Constructor for an option set initialized with the options given by
another option set.
- CutOptionSet_cf - Enum in org.unix4j.unix.cut
-
Option sets for the
cut command with
the following options:
c,
f.
- CutOptionSets - Class in org.unix4j.unix.cut
-
Options for the
cut command with the
the following options:
- CutOptionSets() - Constructor for class org.unix4j.unix.cut.CutOptionSets
-
- d - Variable in enum org.unix4j.unix.find.FindOptionSet_acdfilmnorxz
-
Option "-d": Consider only directories
- d - Variable in enum org.unix4j.unix.find.FindOptionSet_acdimnorz
-
Option "-d": Consider only directories
- d - Variable in enum org.unix4j.unix.find.FindOptionSet_adfilnorxz
-
Option "-d": Consider only directories
- d - Variable in enum org.unix4j.unix.find.FindOptionSet_adinorz
-
Option "-d": Consider only directories
- d - Variable in enum org.unix4j.unix.find.FindOptionSet_cdfilnorxz
-
Option "-d": Consider only directories
- d - Variable in enum org.unix4j.unix.find.FindOptionSet_cdinorz
-
Option "-d": Consider only directories
- d - Variable in enum org.unix4j.unix.find.FindOptionSet_dfilmnorxz
-
Option "-d": Consider only directories
- d - Variable in enum org.unix4j.unix.find.FindOptionSet_dimnorz
-
Option "-d": Consider only directories
- d - Variable in class org.unix4j.unix.find.FindOptionSets
-
Option "-d": Consider only directories
- d - Variable in enum org.unix4j.unix.sed.SedOptionSet_Iacdgilnpsy
-
Option "-d": Delete the matched line.
- d - Variable in enum org.unix4j.unix.sed.SedOptionSet_Idglnp
-
Option "-d": Delete the matched line.
- d - Variable in class org.unix4j.unix.sed.SedOptionSets
-
Option "-d": Delete the matched line.
- d - Variable in enum org.unix4j.unix.sort.SortOptionSet_bcdfgmru
-
Option "-d": Consider only blanks and alphanumeric characters.
- d - Variable in enum org.unix4j.unix.sort.SortOptionSet_bcdfgru
-
Option "-d": Consider only blanks and alphanumeric characters.
- d - Variable in enum org.unix4j.unix.sort.SortOptionSet_bcdfhmru
-
Option "-d": Consider only blanks and alphanumeric characters.
- d - Variable in enum org.unix4j.unix.sort.SortOptionSet_bcdfhru
-
Option "-d": Consider only blanks and alphanumeric characters.
- d - Variable in enum org.unix4j.unix.sort.SortOptionSet_bcdfmnru
-
Option "-d": Consider only blanks and alphanumeric characters.
- d - Variable in enum org.unix4j.unix.sort.SortOptionSet_bcdfnru
-
Option "-d": Consider only blanks and alphanumeric characters.
- d - Variable in enum org.unix4j.unix.sort.SortOptionSet_bdfgmru
-
Option "-d": Consider only blanks and alphanumeric characters.
- d - Variable in enum org.unix4j.unix.sort.SortOptionSet_bdfhmru
-
Option "-d": Consider only blanks and alphanumeric characters.
- d - Variable in enum org.unix4j.unix.sort.SortOptionSet_bdfmnru
-
Option "-d": Consider only blanks and alphanumeric characters.
- d - Variable in enum org.unix4j.unix.sort.SortOptionSet_Mbcdfmru
-
Option "-d": Consider only blanks and alphanumeric characters.
- d - Variable in enum org.unix4j.unix.sort.SortOptionSet_Mbcdfru
-
Option "-d": Consider only blanks and alphanumeric characters.
- d - Variable in enum org.unix4j.unix.sort.SortOptionSet_Mbdfmru
-
Option "-d": Consider only blanks and alphanumeric characters.
- d - Variable in enum org.unix4j.unix.sort.SortOptionSet_MVbcdfghmnru
-
Option "-d": Consider only blanks and alphanumeric characters.
- d - Variable in enum org.unix4j.unix.sort.SortOptionSet_MVbcdfghnru
-
Option "-d": Consider only blanks and alphanumeric characters.
- d - Variable in enum org.unix4j.unix.sort.SortOptionSet_MVbdfghmnru
-
Option "-d": Consider only blanks and alphanumeric characters.
- d - Variable in enum org.unix4j.unix.sort.SortOptionSet_Vbcdfmru
-
Option "-d": Consider only blanks and alphanumeric characters.
- d - Variable in enum org.unix4j.unix.sort.SortOptionSet_Vbcdfru
-
Option "-d": Consider only blanks and alphanumeric characters.
- d - Variable in enum org.unix4j.unix.sort.SortOptionSet_Vbdfmru
-
Option "-d": Consider only blanks and alphanumeric characters.
- d - Variable in class org.unix4j.unix.sort.SortOptionSets
-
Option "-d": Consider only blanks and alphanumeric characters.
- d - Variable in enum org.unix4j.unix.uniq.UniqOptionSet_cdgu
-
Option "-d": Suppresses the writing of lines that are not repeated in the input.
- d - Variable in enum org.unix4j.unix.uniq.UniqOptionSet_dg
-
Option "-d": Suppresses the writing of lines that are not repeated in the input.
- d - Variable in class org.unix4j.unix.uniq.UniqOptionSets
-
Option "-d": Suppresses the writing of lines that are not repeated in the input.
- DefaultItemStorage - Class in org.unix4j.unix.xargs
-
- DefaultItemStorage(XargsLineProcessor) - Constructor for class org.unix4j.unix.xargs.DefaultItemStorage
-
- DefaultUnix4jCommandBuilder - Class in org.unix4j.builder
-
- DefaultUnix4jCommandBuilder() - Constructor for class org.unix4j.builder.DefaultUnix4jCommandBuilder
-
Default constructor initialized with a
NoOp command which will be
replaced by the first command joined to this builder's command chain.
- DefaultUnix4jCommandBuilder(ExecutionContextFactory) - Constructor for class org.unix4j.builder.DefaultUnix4jCommandBuilder
-
Constructor using the specified factory to create contexts for command
execution.
- delete - Variable in enum org.unix4j.unix.sed.SedOptionSet_Iacdgilnpsy
-
Option "--delete": Delete the matched line.
- delete - Variable in enum org.unix4j.unix.sed.SedOptionSet_Idglnp
-
Option "--delete": Delete the matched line.
- delete - Variable in class org.unix4j.unix.sed.SedOptionSets
-
Option "--delete": Delete the matched line.
- DeleteProcessor - Class in org.unix4j.unix.sed
-
- DeleteProcessor(Command, SedArguments, LineProcessor) - Constructor for class org.unix4j.unix.sed.DeleteProcessor
-
- DeleteProcessor(Command, String, SedArguments, LineProcessor) - Constructor for class org.unix4j.unix.sed.DeleteProcessor
-
- delimiter0 - Variable in enum org.unix4j.unix.xargs.XargsOptionSet_rtxz
-
Option "--delimiter0": Input items are terminated by a null character instead of by
whitespace, and the quotes and backslash are not special (every
character is taken literally).
- delimiter0 - Variable in class org.unix4j.unix.xargs.XargsOptionSets
-
Option "--delimiter0": Input items are terminated by a null character instead of by
whitespace, and the quotes and backslash are not special (every
character is taken literally).
- dictionaryOrder - Variable in enum org.unix4j.unix.sort.SortOptionSet_bcdfgmru
-
Option "--dictionaryOrder": Consider only blanks and alphanumeric characters.
- dictionaryOrder - Variable in enum org.unix4j.unix.sort.SortOptionSet_bcdfgru
-
Option "--dictionaryOrder": Consider only blanks and alphanumeric characters.
- dictionaryOrder - Variable in enum org.unix4j.unix.sort.SortOptionSet_bcdfhmru
-
Option "--dictionaryOrder": Consider only blanks and alphanumeric characters.
- dictionaryOrder - Variable in enum org.unix4j.unix.sort.SortOptionSet_bcdfhru
-
Option "--dictionaryOrder": Consider only blanks and alphanumeric characters.
- dictionaryOrder - Variable in enum org.unix4j.unix.sort.SortOptionSet_bcdfmnru
-
Option "--dictionaryOrder": Consider only blanks and alphanumeric characters.
- dictionaryOrder - Variable in enum org.unix4j.unix.sort.SortOptionSet_bcdfnru
-
Option "--dictionaryOrder": Consider only blanks and alphanumeric characters.
- dictionaryOrder - Variable in enum org.unix4j.unix.sort.SortOptionSet_bdfgmru
-
Option "--dictionaryOrder": Consider only blanks and alphanumeric characters.
- dictionaryOrder - Variable in enum org.unix4j.unix.sort.SortOptionSet_bdfhmru
-
Option "--dictionaryOrder": Consider only blanks and alphanumeric characters.
- dictionaryOrder - Variable in enum org.unix4j.unix.sort.SortOptionSet_bdfmnru
-
Option "--dictionaryOrder": Consider only blanks and alphanumeric characters.
- dictionaryOrder - Variable in enum org.unix4j.unix.sort.SortOptionSet_Mbcdfmru
-
Option "--dictionaryOrder": Consider only blanks and alphanumeric characters.
- dictionaryOrder - Variable in enum org.unix4j.unix.sort.SortOptionSet_Mbcdfru
-
Option "--dictionaryOrder": Consider only blanks and alphanumeric characters.
- dictionaryOrder - Variable in enum org.unix4j.unix.sort.SortOptionSet_Mbdfmru
-
Option "--dictionaryOrder": Consider only blanks and alphanumeric characters.
- dictionaryOrder - Variable in enum org.unix4j.unix.sort.SortOptionSet_MVbcdfghmnru
-
Option "--dictionaryOrder": Consider only blanks and alphanumeric characters.
- dictionaryOrder - Variable in enum org.unix4j.unix.sort.SortOptionSet_MVbcdfghnru
-
Option "--dictionaryOrder": Consider only blanks and alphanumeric characters.
- dictionaryOrder - Variable in enum org.unix4j.unix.sort.SortOptionSet_MVbdfghmnru
-
Option "--dictionaryOrder": Consider only blanks and alphanumeric characters.
- dictionaryOrder - Variable in enum org.unix4j.unix.sort.SortOptionSet_Vbcdfmru
-
Option "--dictionaryOrder": Consider only blanks and alphanumeric characters.
- dictionaryOrder - Variable in enum org.unix4j.unix.sort.SortOptionSet_Vbcdfru
-
Option "--dictionaryOrder": Consider only blanks and alphanumeric characters.
- dictionaryOrder - Variable in enum org.unix4j.unix.sort.SortOptionSet_Vbdfmru
-
Option "--dictionaryOrder": Consider only blanks and alphanumeric characters.
- dictionaryOrder - Variable in class org.unix4j.unix.sort.SortOptionSets
-
Option "--dictionaryOrder": Consider only blanks and alphanumeric characters.
- dotDotdotRest(File) - Static method in class org.unix4j.unix.ls.FileComparators
-
Sorts .
- duplicatedOnly - Variable in enum org.unix4j.unix.uniq.UniqOptionSet_cdgu
-
Option "--duplicatedOnly": Suppresses the writing of lines that are not repeated in the input.
- duplicatedOnly - Variable in enum org.unix4j.unix.uniq.UniqOptionSet_dg
-
Option "--duplicatedOnly": Suppresses the writing of lines that are not repeated in the input.
- duplicatedOnly - Variable in class org.unix4j.unix.uniq.UniqOptionSets
-
Option "--duplicatedOnly": Suppresses the writing of lines that are not repeated in the input.
- f - Variable in enum org.unix4j.unix.cut.CutOptionSet_cf
-
Option "-f": The list specifies fields, separated in the input by the field
delimiter character (see the -d option.) Output fields are
separated by a single occurrence of the field delimiter character.
- f - Variable in class org.unix4j.unix.cut.CutOptionSets
-
Option "-f": The list specifies fields, separated in the input by the field
delimiter character (see the -d option.) Output fields are
separated by a single occurrence of the field delimiter character.
- f - Variable in enum org.unix4j.unix.find.FindOptionSet_acdfilmnorxz
-
Option "-f": Consider only regular files
- f - Variable in enum org.unix4j.unix.find.FindOptionSet_acfimnorz
-
Option "-f": Consider only regular files
- f - Variable in enum org.unix4j.unix.find.FindOptionSet_adfilnorxz
-
Option "-f": Consider only regular files
- f - Variable in enum org.unix4j.unix.find.FindOptionSet_afinorz
-
Option "-f": Consider only regular files
- f - Variable in enum org.unix4j.unix.find.FindOptionSet_cdfilnorxz
-
Option "-f": Consider only regular files
- f - Variable in enum org.unix4j.unix.find.FindOptionSet_cfinorz
-
Option "-f": Consider only regular files
- f - Variable in enum org.unix4j.unix.find.FindOptionSet_dfilmnorxz
-
Option "-f": Consider only regular files
- f - Variable in enum org.unix4j.unix.find.FindOptionSet_fimnorz
-
Option "-f": Consider only regular files
- f - Variable in class org.unix4j.unix.find.FindOptionSets
-
Option "-f": Consider only regular files
- F - Variable in enum org.unix4j.unix.grep.GrepOptionSet_Fcilnvx
-
Option "-F": Use fixed-strings matching instead of regular expressions.
- F - Variable in class org.unix4j.unix.grep.GrepOptionSets
-
Option "-F": Use fixed-strings matching instead of regular expressions.
- f - Variable in enum org.unix4j.unix.sort.SortOptionSet_bcdfgmru
-
Option "-f": Consider all lowercase characters that have uppercase equivalents to
be the uppercase equivalent for the purposes of comparison.
- f - Variable in enum org.unix4j.unix.sort.SortOptionSet_bcdfgru
-
Option "-f": Consider all lowercase characters that have uppercase equivalents to
be the uppercase equivalent for the purposes of comparison.
- f - Variable in enum org.unix4j.unix.sort.SortOptionSet_bcdfhmru
-
Option "-f": Consider all lowercase characters that have uppercase equivalents to
be the uppercase equivalent for the purposes of comparison.
- f - Variable in enum org.unix4j.unix.sort.SortOptionSet_bcdfhru
-
Option "-f": Consider all lowercase characters that have uppercase equivalents to
be the uppercase equivalent for the purposes of comparison.
- f - Variable in enum org.unix4j.unix.sort.SortOptionSet_bcdfmnru
-
Option "-f": Consider all lowercase characters that have uppercase equivalents to
be the uppercase equivalent for the purposes of comparison.
- f - Variable in enum org.unix4j.unix.sort.SortOptionSet_bcdfnru
-
Option "-f": Consider all lowercase characters that have uppercase equivalents to
be the uppercase equivalent for the purposes of comparison.
- f - Variable in enum org.unix4j.unix.sort.SortOptionSet_bdfgmru
-
Option "-f": Consider all lowercase characters that have uppercase equivalents to
be the uppercase equivalent for the purposes of comparison.
- f - Variable in enum org.unix4j.unix.sort.SortOptionSet_bdfhmru
-
Option "-f": Consider all lowercase characters that have uppercase equivalents to
be the uppercase equivalent for the purposes of comparison.
- f - Variable in enum org.unix4j.unix.sort.SortOptionSet_bdfmnru
-
Option "-f": Consider all lowercase characters that have uppercase equivalents to
be the uppercase equivalent for the purposes of comparison.
- f - Variable in enum org.unix4j.unix.sort.SortOptionSet_Mbcdfmru
-
Option "-f": Consider all lowercase characters that have uppercase equivalents to
be the uppercase equivalent for the purposes of comparison.
- f - Variable in enum org.unix4j.unix.sort.SortOptionSet_Mbcdfru
-
Option "-f": Consider all lowercase characters that have uppercase equivalents to
be the uppercase equivalent for the purposes of comparison.
- f - Variable in enum org.unix4j.unix.sort.SortOptionSet_Mbdfmru
-
Option "-f": Consider all lowercase characters that have uppercase equivalents to
be the uppercase equivalent for the purposes of comparison.
- f - Variable in enum org.unix4j.unix.sort.SortOptionSet_MVbcdfghmnru
-
Option "-f": Consider all lowercase characters that have uppercase equivalents to
be the uppercase equivalent for the purposes of comparison.
- f - Variable in enum org.unix4j.unix.sort.SortOptionSet_MVbcdfghnru
-
Option "-f": Consider all lowercase characters that have uppercase equivalents to
be the uppercase equivalent for the purposes of comparison.
- f - Variable in enum org.unix4j.unix.sort.SortOptionSet_MVbdfghmnru
-
Option "-f": Consider all lowercase characters that have uppercase equivalents to
be the uppercase equivalent for the purposes of comparison.
- f - Variable in enum org.unix4j.unix.sort.SortOptionSet_Vbcdfmru
-
Option "-f": Consider all lowercase characters that have uppercase equivalents to
be the uppercase equivalent for the purposes of comparison.
- f - Variable in enum org.unix4j.unix.sort.SortOptionSet_Vbcdfru
-
Option "-f": Consider all lowercase characters that have uppercase equivalents to
be the uppercase equivalent for the purposes of comparison.
- f - Variable in enum org.unix4j.unix.sort.SortOptionSet_Vbdfmru
-
Option "-f": Consider all lowercase characters that have uppercase equivalents to
be the uppercase equivalent for the purposes of comparison.
- f - Variable in class org.unix4j.unix.sort.SortOptionSets
-
Option "-f": Consider all lowercase characters that have uppercase equivalents to
be the uppercase equivalent for the purposes of comparison.
- Factory - Static variable in class org.unix4j.unix.Cat
-
Singleton
factory instance for the "cat" command.
- Factory - Static variable in class org.unix4j.unix.Cd
-
Singleton
factory instance for the "cd" command.
- Factory - Static variable in class org.unix4j.unix.Cut
-
Singleton
factory instance for the "cut" command.
- Factory - Static variable in class org.unix4j.unix.Echo
-
Singleton
factory instance for the "echo" command.
- Factory - Static variable in class org.unix4j.unix.Find
-
Singleton
factory instance for the "find" command.
- Factory - Static variable in class org.unix4j.unix.From
-
Singleton
factory instance for the "from" command.
- Factory - Static variable in class org.unix4j.unix.Grep
-
Singleton
factory instance for the "grep" command.
- Factory - Static variable in class org.unix4j.unix.Head
-
Singleton
factory instance for the "head" command.
- Factory - Static variable in class org.unix4j.unix.Ls
-
Singleton
factory instance for the "ls" command.
- FACTORY - Static variable in class org.unix4j.unix.ls.LsFormatterDirectoryHeader
-
- FACTORY - Static variable in class org.unix4j.unix.ls.LsFormatterLong
-
- Factory - Static variable in class org.unix4j.unix.Sed
-
Singleton
factory instance for the "sed" command.
- Factory - Static variable in class org.unix4j.unix.Sort
-
Singleton
factory instance for the "sort" command.
- Factory - Static variable in class org.unix4j.unix.Tail
-
Singleton
factory instance for the "tail" command.
- Factory - Static variable in class org.unix4j.unix.Uniq
-
Singleton
factory instance for the "uniq" command.
- Factory - Static variable in class org.unix4j.unix.Wc
-
Singleton
factory instance for the "wc" command.
- Factory - Static variable in class org.unix4j.unix.Xargs
-
Singleton
factory instance for the "xargs" command.
- fields - Variable in enum org.unix4j.unix.cut.CutOptionSet_cf
-
Option "--fields": The list specifies fields, separated in the input by the field
delimiter character (see the -d option.) Output fields are
separated by a single occurrence of the field delimiter character.
- fields - Variable in class org.unix4j.unix.cut.CutOptionSets
-
Option "--fields": The list specifies fields, separated in the input by the field
delimiter character (see the -d option.) Output fields are
separated by a single occurrence of the field delimiter character.
- FILE_LAST_MODIFIED - Static variable in class org.unix4j.unix.ls.FileComparators
-
Sorts files according to the last-modified time.
- FILE_NAME - Static variable in class org.unix4j.unix.ls.FileComparators
-
Sorts files alphabetically according to the file name.
- FILE_TYPE - Static variable in class org.unix4j.unix.ls.FileComparators
-
Sorts files according to file type.
- FileAttributes - Class in org.unix4j.unix.find
-
Helper to access file attributes if compiled and run with Java 6 or older.
- FileAttributes() - Constructor for class org.unix4j.unix.find.FileAttributes
-
- FileAttributes7 - Class in org.unix4j.unix.find
-
Helper to access file attributes if compiled and run with Java 7 or newer.
- FileAttributes7() - Constructor for class org.unix4j.unix.find.FileAttributes7
-
- FileComparators - Class in org.unix4j.unix.ls
-
Non-instantiable class with static comparator constants used to sort files.
- find(String...) - Method in class org.unix4j.builder.DefaultUnix4jCommandBuilder
-
- find(String) - Method in class org.unix4j.builder.DefaultUnix4jCommandBuilder
-
- find(String, String) - Method in class org.unix4j.builder.DefaultUnix4jCommandBuilder
-
- find(long) - Method in class org.unix4j.builder.DefaultUnix4jCommandBuilder
-
- find(String, long) - Method in class org.unix4j.builder.DefaultUnix4jCommandBuilder
-
- find(long, String) - Method in class org.unix4j.builder.DefaultUnix4jCommandBuilder
-
- find(String, long, String) - Method in class org.unix4j.builder.DefaultUnix4jCommandBuilder
-
- find(FindOptions, String) - Method in class org.unix4j.builder.DefaultUnix4jCommandBuilder
-
- find(FindOptions, String, String) - Method in class org.unix4j.builder.DefaultUnix4jCommandBuilder
-
- find(FindOptions, long) - Method in class org.unix4j.builder.DefaultUnix4jCommandBuilder
-
- find(FindOptions, String, long) - Method in class org.unix4j.builder.DefaultUnix4jCommandBuilder
-
- find(FindOptions, Date) - Method in class org.unix4j.builder.DefaultUnix4jCommandBuilder
-
- find(FindOptions, String, Date) - Method in class org.unix4j.builder.DefaultUnix4jCommandBuilder
-
- find(FindOptions, long, String) - Method in class org.unix4j.builder.DefaultUnix4jCommandBuilder
-
- find(FindOptions, String, long, String) - Method in class org.unix4j.builder.DefaultUnix4jCommandBuilder
-
- find(FindOptions, Date, String) - Method in class org.unix4j.builder.DefaultUnix4jCommandBuilder
-
- find(FindOptions, String, Date, String) - Method in class org.unix4j.builder.DefaultUnix4jCommandBuilder
-
- find(FindOptions, long, Date, String) - Method in class org.unix4j.builder.DefaultUnix4jCommandBuilder
-
- find(FindOptions, String, long, Date, String) - Method in class org.unix4j.builder.DefaultUnix4jCommandBuilder
-
- find(String...) - Method in interface org.unix4j.builder.Unix4jCommandBuilder
-
Finds all files matching the search criteria specified by the given
arguments and writes the file names to the standard output.
- find(String) - Method in interface org.unix4j.builder.Unix4jCommandBuilder
-
Finds all files in or below the directory specified by path
and writes the file names to the standard output.
- find(String, String) - Method in interface org.unix4j.builder.Unix4jCommandBuilder
-
Finds all files matching the specified name in or below the
directory specified by path and writes the file names to
the standard output.
- find(long) - Method in interface org.unix4j.builder.Unix4jCommandBuilder
-
Finds all files matching the specified file size in or below
the user's current working directory and writes the file names to
the standard output.
- find(String, long) - Method in interface org.unix4j.builder.Unix4jCommandBuilder
-
Finds all files matching the specified file size in or below
the directory specified by path and writes the file names
to the standard output.
- find(long, String) - Method in interface org.unix4j.builder.Unix4jCommandBuilder
-
Finds all files matching the specified file name and
size in or below the user's current working directory and
writes the file names to the standard output.
- find(String, long, String) - Method in interface org.unix4j.builder.Unix4jCommandBuilder
-
Finds all files matching the specified file name and
size in or below the directory specified by path
and writes the file names to the standard output.
- find(FindOptions, String) - Method in interface org.unix4j.builder.Unix4jCommandBuilder
-
Finds all files matching the specified name in or below the
user's current working directory and writes the file names to the
standard output.
- find(FindOptions, String, String) - Method in interface org.unix4j.builder.Unix4jCommandBuilder
-
Finds all files matching the specified name in or below the
directory specified by path and writes the file names to
the standard output.
- find(FindOptions, long) - Method in interface org.unix4j.builder.Unix4jCommandBuilder
-
Finds all files matching the specified file size in or below
the user's current working directory and writes the file names to
the standard output.
- find(FindOptions, String, long) - Method in interface org.unix4j.builder.Unix4jCommandBuilder
-
Finds all files matching the specified file size in or below
the directory specified by path and writes the file names
to the standard output.
- find(FindOptions, Date) - Method in interface org.unix4j.builder.Unix4jCommandBuilder
-
Finds all files that have been created, modified or accessed before
or after the specified time (depending on the given
-time... options).
- find(FindOptions, String, Date) - Method in interface org.unix4j.builder.Unix4jCommandBuilder
-
Finds all files that have been created, modified or accessed before
or after the specified time (depending on the given
-time... options).
- find(FindOptions, long, String) - Method in interface org.unix4j.builder.Unix4jCommandBuilder
-
Finds all files matching the specified file name and
size in or below the user's current working directory and
writes the file names to the standard output.
- find(FindOptions, String, long, String) - Method in interface org.unix4j.builder.Unix4jCommandBuilder
-
Finds all files matching the specified file name and
size in or below the directory specified by path
and writes the file names to the standard output.
- find(FindOptions, Date, String) - Method in interface org.unix4j.builder.Unix4jCommandBuilder
-
Finds all files matching the given name that have been
created, modified or accessed before or after the specified
time (depending on the given -time... options).
- find(FindOptions, String, Date, String) - Method in interface org.unix4j.builder.Unix4jCommandBuilder
-
Finds all files matching the given name that have been
created, modified or accessed before or after the specified
time (depending on the given -time... options).
- find(FindOptions, long, Date, String) - Method in interface org.unix4j.builder.Unix4jCommandBuilder
-
Finds all files matching the given name and size and
have been created, modified or accessed before or after the specified
time (depending on the given -time... options).
- find(FindOptions, String, long, Date, String) - Method in interface org.unix4j.builder.Unix4jCommandBuilder
-
Finds all files matching the given name and size and
have been created, modified or accessed before or after the specified
time (depending on the given -time... options).
- Find - Class in org.unix4j.unix
-
Non-instantiable module with inner types making up the find command.
- find(String...) - Method in class org.unix4j.unix.find.FindFactory
-
- find(String) - Method in class org.unix4j.unix.find.FindFactory
-
- find(String, String) - Method in class org.unix4j.unix.find.FindFactory
-
- find(long) - Method in class org.unix4j.unix.find.FindFactory
-
- find(String, long) - Method in class org.unix4j.unix.find.FindFactory
-
- find(long, String) - Method in class org.unix4j.unix.find.FindFactory
-
- find(String, long, String) - Method in class org.unix4j.unix.find.FindFactory
-
- find(FindOptions, String) - Method in class org.unix4j.unix.find.FindFactory
-
- find(FindOptions, String, String) - Method in class org.unix4j.unix.find.FindFactory
-
- find(FindOptions, long) - Method in class org.unix4j.unix.find.FindFactory
-
- find(FindOptions, String, long) - Method in class org.unix4j.unix.find.FindFactory
-
- find(FindOptions, Date) - Method in class org.unix4j.unix.find.FindFactory
-
- find(FindOptions, String, Date) - Method in class org.unix4j.unix.find.FindFactory
-
- find(FindOptions, long, String) - Method in class org.unix4j.unix.find.FindFactory
-
- find(FindOptions, String, long, String) - Method in class org.unix4j.unix.find.FindFactory
-
- find(FindOptions, Date, String) - Method in class org.unix4j.unix.find.FindFactory
-
- find(FindOptions, String, Date, String) - Method in class org.unix4j.unix.find.FindFactory
-
- find(FindOptions, long, Date, String) - Method in class org.unix4j.unix.find.FindFactory
-
- find(FindOptions, String, long, Date, String) - Method in class org.unix4j.unix.find.FindFactory
-
- find(String...) - Method in interface org.unix4j.unix.Find.Interface
-
Finds all files matching the search criteria specified by the given
arguments and writes the file names to the standard output.
- find(String) - Method in interface org.unix4j.unix.Find.Interface
-
Finds all files in or below the directory specified by path
and writes the file names to the standard output.
- find(String, String) - Method in interface org.unix4j.unix.Find.Interface
-
Finds all files matching the specified name in or below the
directory specified by path and writes the file names to
the standard output.
- find(long) - Method in interface org.unix4j.unix.Find.Interface
-
Finds all files matching the specified file size in or below
the user's current working directory and writes the file names to
the standard output.
- find(String, long) - Method in interface org.unix4j.unix.Find.Interface
-
Finds all files matching the specified file size in or below
the directory specified by path and writes the file names
to the standard output.
- find(long, String) - Method in interface org.unix4j.unix.Find.Interface
-
Finds all files matching the specified file name and
size in or below the user's current working directory and
writes the file names to the standard output.
- find(String, long, String) - Method in interface org.unix4j.unix.Find.Interface
-
Finds all files matching the specified file name and
size in or below the directory specified by path
and writes the file names to the standard output.
- find(FindOptions, String) - Method in interface org.unix4j.unix.Find.Interface
-
Finds all files matching the specified name in or below the
user's current working directory and writes the file names to the
standard output.
- find(FindOptions, String, String) - Method in interface org.unix4j.unix.Find.Interface
-
Finds all files matching the specified name in or below the
directory specified by path and writes the file names to
the standard output.
- find(FindOptions, long) - Method in interface org.unix4j.unix.Find.Interface
-
Finds all files matching the specified file size in or below
the user's current working directory and writes the file names to
the standard output.
- find(FindOptions, String, long) - Method in interface org.unix4j.unix.Find.Interface
-
Finds all files matching the specified file size in or below
the directory specified by path and writes the file names
to the standard output.
- find(FindOptions, Date) - Method in interface org.unix4j.unix.Find.Interface
-
Finds all files that have been created, modified or accessed before
or after the specified time (depending on the given
-time... options).
- find(FindOptions, String, Date) - Method in interface org.unix4j.unix.Find.Interface
-
Finds all files that have been created, modified or accessed before
or after the specified time (depending on the given
-time... options).
- find(FindOptions, long, String) - Method in interface org.unix4j.unix.Find.Interface
-
Finds all files matching the specified file name and
size in or below the user's current working directory and
writes the file names to the standard output.
- find(FindOptions, String, long, String) - Method in interface org.unix4j.unix.Find.Interface
-
Finds all files matching the specified file name and
size in or below the directory specified by path
and writes the file names to the standard output.
- find(FindOptions, Date, String) - Method in interface org.unix4j.unix.Find.Interface
-
Finds all files matching the given name that have been
created, modified or accessed before or after the specified
time (depending on the given -time... options).
- find(FindOptions, String, Date, String) - Method in interface org.unix4j.unix.Find.Interface
-
Finds all files matching the given name that have been
created, modified or accessed before or after the specified
time (depending on the given -time... options).
- find(FindOptions, long, Date, String) - Method in interface org.unix4j.unix.Find.Interface
-
Finds all files matching the given name and size and
have been created, modified or accessed before or after the specified
time (depending on the given -time... options).
- find(FindOptions, String, long, Date, String) - Method in interface org.unix4j.unix.Find.Interface
-
Finds all files matching the given name and size and
have been created, modified or accessed before or after the specified
time (depending on the given -time... options).
- find(String...) - Static method in class org.unix4j.Unix4j
-
Finds all files matching the search criteria specified by the given
arguments and writes the file names to the standard output.
- find(String) - Static method in class org.unix4j.Unix4j
-
Finds all files in or below the directory specified by path
and writes the file names to the standard output.
- find(String, String) - Static method in class org.unix4j.Unix4j
-
Finds all files matching the specified name in or below the
directory specified by path and writes the file names to
the standard output.
- find(long) - Static method in class org.unix4j.Unix4j
-
Finds all files matching the specified file size in or below
the user's current working directory and writes the file names to
the standard output.
- find(String, long) - Static method in class org.unix4j.Unix4j
-
Finds all files matching the specified file size in or below
the directory specified by path and writes the file names
to the standard output.
- find(long, String) - Static method in class org.unix4j.Unix4j
-
Finds all files matching the specified file name and
size in or below the user's current working directory and
writes the file names to the standard output.
- find(String, long, String) - Static method in class org.unix4j.Unix4j
-
Finds all files matching the specified file name and
size in or below the directory specified by path
and writes the file names to the standard output.
- find(FindOptions, String) - Static method in class org.unix4j.Unix4j
-
Finds all files matching the specified name in or below the
user's current working directory and writes the file names to the
standard output.
- find(FindOptions, String, String) - Static method in class org.unix4j.Unix4j
-
Finds all files matching the specified name in or below the
directory specified by path and writes the file names to
the standard output.
- find(FindOptions, long) - Static method in class org.unix4j.Unix4j
-
Finds all files matching the specified file size in or below
the user's current working directory and writes the file names to
the standard output.
- find(FindOptions, String, long) - Static method in class org.unix4j.Unix4j
-
Finds all files matching the specified file size in or below
the directory specified by path and writes the file names
to the standard output.
- find(FindOptions, Date) - Static method in class org.unix4j.Unix4j
-
Finds all files that have been created, modified or accessed before
or after the specified time (depending on the given
-time... options).
- find(FindOptions, String, Date) - Static method in class org.unix4j.Unix4j
-
Finds all files that have been created, modified or accessed before
or after the specified time (depending on the given
-time... options).
- find(FindOptions, long, String) - Static method in class org.unix4j.Unix4j
-
Finds all files matching the specified file name and
size in or below the user's current working directory and
writes the file names to the standard output.
- find(FindOptions, String, long, String) - Static method in class org.unix4j.Unix4j
-
Finds all files matching the specified file name and
size in or below the directory specified by path
and writes the file names to the standard output.
- find(FindOptions, Date, String) - Static method in class org.unix4j.Unix4j
-
Finds all files matching the given name that have been
created, modified or accessed before or after the specified
time (depending on the given -time... options).
- find(FindOptions, String, Date, String) - Static method in class org.unix4j.Unix4j
-
Finds all files matching the given name that have been
created, modified or accessed before or after the specified
time (depending on the given -time... options).
- find(FindOptions, long, Date, String) - Static method in class org.unix4j.Unix4j
-
Finds all files matching the given name and size and
have been created, modified or accessed before or after the specified
time (depending on the given -time... options).
- find(FindOptions, String, long, Date, String) - Static method in class org.unix4j.Unix4j
-
Finds all files matching the given name and size and
have been created, modified or accessed before or after the specified
time (depending on the given -time... options).
- Find.Interface<R> - Interface in org.unix4j.unix
-
Interface defining all method signatures for the "find" command.
- FindArguments - Class in org.unix4j.unix.find
-
Arguments and options for the
find command.
- FindArguments() - Constructor for class org.unix4j.unix.find.FindArguments
-
Constructor to use if no options are specified.
- FindArguments(FindOptions) - Constructor for class org.unix4j.unix.find.FindArguments
-
Constructor with option set containing the selected command options.
- FindArguments(String...) - Constructor for class org.unix4j.unix.find.FindArguments
-
Constructor string arguments encoding options and arguments, possibly
also containing variable expressions.
- findByAcronym(char) - Static method in enum org.unix4j.unix.cat.CatOption
-
Returns the option with the given acronym, or null if no
such option is found.
- findByAcronym(char) - Static method in enum org.unix4j.unix.cut.CutOption
-
Returns the option with the given acronym, or null if no
such option is found.
- findByAcronym(char) - Static method in enum org.unix4j.unix.echo.EchoOption
-
Returns the option with the given acronym, or null if no
such option is found.
- findByAcronym(char) - Static method in enum org.unix4j.unix.find.FindOption
-
Returns the option with the given acronym, or null if no
such option is found.
- findByAcronym(char) - Static method in enum org.unix4j.unix.grep.GrepOption
-
Returns the option with the given acronym, or null if no
such option is found.
- findByAcronym(char) - Static method in enum org.unix4j.unix.head.HeadOption
-
Returns the option with the given acronym, or null if no
such option is found.
- findByAcronym(char) - Static method in enum org.unix4j.unix.ls.LsOption
-
Returns the option with the given acronym, or null if no
such option is found.
- findByAcronym(char) - Static method in enum org.unix4j.unix.sed.SedOption
-
Returns the option with the given acronym, or null if no
such option is found.
- findByAcronym(char) - Static method in enum org.unix4j.unix.sort.SortOption
-
Returns the option with the given acronym, or null if no
such option is found.
- findByAcronym(char) - Static method in enum org.unix4j.unix.tail.TailOption
-
Returns the option with the given acronym, or null if no
such option is found.
- findByAcronym(char) - Static method in enum org.unix4j.unix.uniq.UniqOption
-
Returns the option with the given acronym, or null if no
such option is found.
- findByAcronym(char) - Static method in enum org.unix4j.unix.wc.WcOption
-
Returns the option with the given acronym, or null if no
such option is found.
- findByAcronym(char) - Static method in enum org.unix4j.unix.xargs.XargsOption
-
Returns the option with the given acronym, or null if no
such option is found.
- FindCommand - Class in org.unix4j.unix.find
-
Implementation of the
find command.
- FindCommand(FindArguments) - Constructor for class org.unix4j.unix.find.FindCommand
-
- findEnumByOption(Class<E>, O) - Static method in class org.unix4j.unix.find.OptionableUtil
-
Finds an enum constant by a given option through the enum/option
association given by the
Optionable interface implemented by the
enum.
- FindFactory - Class in org.unix4j.unix.find
-
Factory for the
find command returning
a new command instance from every signature method.
- findFirstEnumByOptionInSet(Class<E>, OptionSet<O>, E) - Static method in class org.unix4j.unix.find.OptionableUtil
-
Finds an enum constant by a comparing the options associated with the
enum constant with the options in the specified set.
- FindOption - Enum in org.unix4j.unix.find
-
Options for the
find command.
- FindOptions - Interface in org.unix4j.unix.find
-
Interface implemented by all option sets for the
find command.
- FindOptions.Default - Class in org.unix4j.unix.find
-
Default implementation for a modifiable option set.
- FindOptions.Default() - Constructor for class org.unix4j.unix.find.FindOptions.Default
-
Default constructor for an empty option set with no active options.
- FindOptions.Default(FindOption) - Constructor for class org.unix4j.unix.find.FindOptions.Default
-
Constructor for an option set with a single active option.
- FindOptions.Default(FindOption...) - Constructor for class org.unix4j.unix.find.FindOptions.Default
-
Constructor for an option set with the given active options.
- FindOptions.Default(OptionSet<FindOption>) - Constructor for class org.unix4j.unix.find.FindOptions.Default
-
Constructor for an option set initialized with the options given by
another option set.
- FindOptionSet_acdfilmnorxz - Enum in org.unix4j.unix.find
-
Option sets for the
find command with
the following options:
i,
z,
r,
a,
c,
m,
n,
o,
d,
f,
x,
l.
- FindOptionSet_acdimnorz - Enum in org.unix4j.unix.find
-
Option sets for the
find command with
the following options:
i,
z,
r,
a,
c,
m,
n,
o,
d.
- FindOptionSet_acfimnorz - Enum in org.unix4j.unix.find
-
Option sets for the
find command with
the following options:
i,
z,
r,
a,
c,
m,
n,
o,
f.
- FindOptionSet_acilmnorz - Enum in org.unix4j.unix.find
-
Option sets for the
find command with
the following options:
i,
z,
r,
a,
c,
m,
n,
o,
l.
- FindOptionSet_acimnorxz - Enum in org.unix4j.unix.find
-
Option sets for the
find command with
the following options:
i,
z,
r,
a,
c,
m,
n,
o,
x.
- FindOptionSet_adfilnorxz - Enum in org.unix4j.unix.find
-
Option sets for the
find command with
the following options:
i,
z,
r,
a,
n,
o,
d,
f,
x,
l.
- FindOptionSet_adinorz - Enum in org.unix4j.unix.find
-
Option sets for the
find command with
the following options:
i,
z,
r,
a,
n,
o,
d.
- FindOptionSet_afinorz - Enum in org.unix4j.unix.find
-
Option sets for the
find command with
the following options:
i,
z,
r,
a,
n,
o,
f.
- FindOptionSet_ailnorz - Enum in org.unix4j.unix.find
-
Option sets for the
find command with
the following options:
i,
z,
r,
a,
n,
o,
l.
- FindOptionSet_ainorxz - Enum in org.unix4j.unix.find
-
Option sets for the
find command with
the following options:
i,
z,
r,
a,
n,
o,
x.
- FindOptionSet_cdfilnorxz - Enum in org.unix4j.unix.find
-
Option sets for the
find command with
the following options:
i,
z,
r,
c,
n,
o,
d,
f,
x,
l.
- FindOptionSet_cdinorz - Enum in org.unix4j.unix.find
-
Option sets for the
find command with
the following options:
i,
z,
r,
c,
n,
o,
d.
- FindOptionSet_cfinorz - Enum in org.unix4j.unix.find
-
Option sets for the
find command with
the following options:
i,
z,
r,
c,
n,
o,
f.
- FindOptionSet_cilnorz - Enum in org.unix4j.unix.find
-
Option sets for the
find command with
the following options:
i,
z,
r,
c,
n,
o,
l.
- FindOptionSet_cinorxz - Enum in org.unix4j.unix.find
-
Option sets for the
find command with
the following options:
i,
z,
r,
c,
n,
o,
x.
- FindOptionSet_dfilmnorxz - Enum in org.unix4j.unix.find
-
Option sets for the
find command with
the following options:
i,
z,
r,
m,
n,
o,
d,
f,
x,
l.
- FindOptionSet_dimnorz - Enum in org.unix4j.unix.find
-
Option sets for the
find command with
the following options:
i,
z,
r,
m,
n,
o,
d.
- FindOptionSet_fimnorz - Enum in org.unix4j.unix.find
-
Option sets for the
find command with
the following options:
i,
z,
r,
m,
n,
o,
f.
- FindOptionSet_ilmnorz - Enum in org.unix4j.unix.find
-
Option sets for the
find command with
the following options:
i,
z,
r,
m,
n,
o,
l.
- FindOptionSet_imnorxz - Enum in org.unix4j.unix.find
-
Option sets for the
find command with
the following options:
i,
z,
r,
m,
n,
o,
x.
- FindOptionSets - Class in org.unix4j.unix.find
-
Options for the
find command with the
the following options:
- FindOptionSets() - Constructor for class org.unix4j.unix.find.FindOptionSets
-
- finish() - Method in class org.unix4j.unix.cat.CatProcessor
-
- finish() - Method in class org.unix4j.unix.cat.NumberLinesProcessor
-
- finish() - Method in class org.unix4j.unix.cat.SqueezeEmptyLinesProcessor
-
- finish() - Method in class org.unix4j.unix.grep.AbstractGrepProcessor
-
- finish(Input, LineProcessor) - Method in class org.unix4j.unix.grep.CountMatchingLinesProcessor
-
- finish() - Method in class org.unix4j.unix.grep.CountMatchingLinesProcessor
-
- finish(Input, LineProcessor) - Method in class org.unix4j.unix.grep.WriteFilesWithMatchingLinesProcessor
-
- finish() - Method in class org.unix4j.unix.grep.WriteFilesWithMatchingLinesProcessor
-
- finish() - Method in class org.unix4j.unix.head.AbstractHeadProcessor
-
- finish() - Method in class org.unix4j.unix.sed.AbstractSedProcessor
-
- finish() - Method in class org.unix4j.unix.sort.CheckProcessor
-
- finish() - Method in class org.unix4j.unix.sort.MergeProcessor
-
- finish() - Method in class org.unix4j.unix.sort.SortProcessor
-
- finish() - Method in class org.unix4j.unix.sort.UniqueSortProcessor
-
- finish() - Method in class org.unix4j.unix.tail.TailCharsFromEndProcessor
-
- finish() - Method in class org.unix4j.unix.tail.TailCharsFromStartProcessor
-
- finish() - Method in class org.unix4j.unix.tail.TailLinesFromEndProcessor
-
- finish() - Method in class org.unix4j.unix.tail.TailLinesFromStartProcessor
-
- finish() - Method in class org.unix4j.unix.uniq.AdjacentProcessor.Normal
-
- finish() - Method in class org.unix4j.unix.uniq.AdjacentProcessor.UniqueDuplicateCount
-
- finish() - Method in class org.unix4j.unix.uniq.GlobalProcessor.Normal
-
- finish() - Method in class org.unix4j.unix.uniq.GlobalProcessor.UniqueDuplicateCount
-
- finish(Input, LineProcessor) - Method in class org.unix4j.unix.wc.WcFileProcessor
-
- finish() - Method in class org.unix4j.unix.wc.WcMultipleFilesProcessor
-
- finish() - Method in class org.unix4j.unix.wc.WcProcessor
-
- finish(ItemStorage) - Method in class org.unix4j.unix.xargs.CharDelimitedItemizer
-
- finish(ItemStorage) - Method in interface org.unix4j.unix.xargs.Itemizer
-
Called after the last line to flush remaining items.
- finish(ItemStorage) - Method in class org.unix4j.unix.xargs.WhitespaceItemizer
-
- finish() - Method in class org.unix4j.unix.xargs.XargsLineProcessor
-
- finish() - Method in class org.unix4j.unix.xargs.XargsOutput
-
- finishAll() - Method in class org.unix4j.unix.xargs.XargsOutput
-
- FixedStringMatcher - Class in org.unix4j.unix.grep
-
Performs fixed string comparisons to decide whether the pattern matches a
line.
- FixedStringMatcher(String) - Constructor for class org.unix4j.unix.grep.FixedStringMatcher
-
- FixedStringMatcher.IgnoreCase - Class in org.unix4j.unix.grep
-
- FixedStringMatcher.IgnoreCase(GrepArguments) - Constructor for class org.unix4j.unix.grep.FixedStringMatcher.IgnoreCase
-
- FixedStringMatcher.Standard - Class in org.unix4j.unix.grep
-
- FixedStringMatcher.Standard(GrepArguments) - Constructor for class org.unix4j.unix.grep.FixedStringMatcher.Standard
-
- FixedStringMatcher.WholeLine - Class in org.unix4j.unix.grep
-
- FixedStringMatcher.WholeLine(GrepArguments) - Constructor for class org.unix4j.unix.grep.FixedStringMatcher.WholeLine
-
- FixedStringMatcher.WholeLineIgnoreCase - Class in org.unix4j.unix.grep
-
- FixedStringMatcher.WholeLineIgnoreCase(GrepArguments) - Constructor for class org.unix4j.unix.grep.FixedStringMatcher.WholeLineIgnoreCase
-
- fixedStrings - Variable in enum org.unix4j.unix.grep.GrepOptionSet_Fcilnvx
-
Option "--fixedStrings": Use fixed-strings matching instead of regular expressions.
- fixedStrings - Variable in class org.unix4j.unix.grep.GrepOptionSets
-
Option "--fixedStrings": Use fixed-strings matching instead of regular expressions.
- flush() - Method in class org.unix4j.unix.xargs.DefaultItemStorage
-
- formatCount(long, int) - Static method in class org.unix4j.unix.uniq.CountUtil
-
Formats the given count value to the fixed string length
maxDigitsForCount padding it with spaces from the left if
necessary.
- from(Collection<? extends String>) - Method in class org.unix4j.builder.DefaultUnix4jCommandBuilder
-
- from(InputStream) - Method in class org.unix4j.builder.DefaultUnix4jCommandBuilder
-
- from(Reader) - Method in class org.unix4j.builder.DefaultUnix4jCommandBuilder
-
- from(URL) - Method in class org.unix4j.builder.DefaultUnix4jCommandBuilder
-
- from(Input) - Method in class org.unix4j.builder.DefaultUnix4jCommandBuilder
-
- from(Collection<? extends String>) - Method in interface org.unix4j.builder.Unix4jCommandBuilder
-
Uses the strings in the specified input collection as input
lines for the next command.
- from(InputStream) - Method in interface org.unix4j.builder.Unix4jCommandBuilder
-
Reads from the given input stream and redirects the contents into
the next command.
- from(Reader) - Method in interface org.unix4j.builder.Unix4jCommandBuilder
-
Uses the given reader and redirects the read input into the next
command.
- from(URL) - Method in interface org.unix4j.builder.Unix4jCommandBuilder
-
Reads from the given URL and redirects the contents into the next
command.
- from(Input) - Method in interface org.unix4j.builder.Unix4jCommandBuilder
-
Reads from the given input object and redirects the contents into
the next command.
- From - Class in org.unix4j.unix
-
Non-instantiable module with inner types making up the from command.
- from(Collection<? extends String>) - Method in class org.unix4j.unix.from.FromFactory
-
- from(InputStream) - Method in class org.unix4j.unix.from.FromFactory
-
- from(Reader) - Method in class org.unix4j.unix.from.FromFactory
-
- from(URL) - Method in class org.unix4j.unix.from.FromFactory
-
- from(Input) - Method in class org.unix4j.unix.from.FromFactory
-
- from(Collection<? extends String>) - Method in interface org.unix4j.unix.From.Interface
-
Uses the strings in the specified input collection as input
lines for the next command.
- from(InputStream) - Method in interface org.unix4j.unix.From.Interface
-
Reads from the given input stream and redirects the contents into
the next command.
- from(Reader) - Method in interface org.unix4j.unix.From.Interface
-
Uses the given reader and redirects the read input into the next
command.
- from(URL) - Method in interface org.unix4j.unix.From.Interface
-
Reads from the given URL and redirects the contents into the next
command.
- from(Input) - Method in interface org.unix4j.unix.From.Interface
-
Reads from the given input object and redirects the contents into
the next command.
- from(Collection<? extends String>) - Static method in class org.unix4j.Unix4j
-
Uses the strings in the specified input collection as input
lines for the next command.
- from(InputStream) - Static method in class org.unix4j.Unix4j
-
Reads from the given input stream and redirects the contents into
the next command.
- from(Reader) - Static method in class org.unix4j.Unix4j
-
Uses the given reader and redirects the read input into the next
command.
- from(URL) - Static method in class org.unix4j.Unix4j
-
Reads from the given URL and redirects the contents into the next
command.
- from(Input) - Static method in class org.unix4j.Unix4j
-
Reads from the given input object and redirects the contents into
the next command.
- From.Interface<R> - Interface in org.unix4j.unix
-
Interface defining all method signatures for the "from" command.
- fromArgs(SedArguments) - Static method in enum org.unix4j.unix.sed.Command
-
Returns the command constant taken from the command option set in args
using the
Command.matches(SedArguments) method Returns null if no
command option is set.
- FromArguments - Class in org.unix4j.unix.from
-
Arguments and options for the
from command.
- FromArguments() - Constructor for class org.unix4j.unix.from.FromArguments
-
Constructor to use if no options are specified.
- FromCommand - Class in org.unix4j.unix.from
-
Implementation of the pseudo
from command used for input
redirection.
- FromCommand(FromArguments) - Constructor for class org.unix4j.unix.from.FromCommand
-
- FromFactory - Class in org.unix4j.unix.from
-
Factory for the
from command returning
a new command instance from every signature method.
- fromFile(String) - Method in class org.unix4j.builder.DefaultUnix4jCommandBuilder
-
- fromFile(File) - Method in class org.unix4j.builder.DefaultUnix4jCommandBuilder
-
- fromFile(String) - Method in interface org.unix4j.builder.Unix4jCommandBuilder
-
Redirects the contents of the given file into the next command.
- fromFile(File) - Method in interface org.unix4j.builder.Unix4jCommandBuilder
-
Redirects the contents of the given file into the next command.
- fromFile(String) - Method in class org.unix4j.unix.from.FromFactory
-
- fromFile(File) - Method in class org.unix4j.unix.from.FromFactory
-
- fromFile(String) - Method in interface org.unix4j.unix.From.Interface
-
Redirects the contents of the given file into the next command.
- fromFile(File) - Method in interface org.unix4j.unix.From.Interface
-
Redirects the contents of the given file into the next command.
- fromFile(String) - Static method in class org.unix4j.Unix4j
-
Redirects the contents of the given file into the next command.
- fromFile(File) - Static method in class org.unix4j.Unix4j
-
Redirects the contents of the given file into the next command.
- fromResource(String) - Method in class org.unix4j.builder.DefaultUnix4jCommandBuilder
-
- fromResource(String) - Method in interface org.unix4j.builder.Unix4jCommandBuilder
-
Reads from the given resource relative to the classpath and
redirects the contents into the next command.
- fromResource(String) - Method in class org.unix4j.unix.from.FromFactory
-
- fromResource(String) - Method in interface org.unix4j.unix.From.Interface
-
Reads from the given resource relative to the classpath and
redirects the contents into the next command.
- fromResource(String) - Static method in class org.unix4j.Unix4j
-
Reads from the given resource relative to the classpath and
redirects the contents into the next command.
- fromScript(String) - Static method in enum org.unix4j.unix.sed.Command
-
Returns the command constant The first non-whitespace character of the
script defines the command for substitute and translate; for all other
commands, it is the first character after a whitespace sequence within
the script (leading whitespace is ignored).
- fromString(String) - Method in class org.unix4j.builder.DefaultUnix4jCommandBuilder
-
- fromString(String) - Method in interface org.unix4j.builder.Unix4jCommandBuilder
-
Uses the given string as input for the next command.
- fromString(String) - Method in class org.unix4j.unix.from.FromFactory
-
- fromString(String) - Method in interface org.unix4j.unix.From.Interface
-
Uses the given string as input for the next command.
- fromString(String) - Static method in class org.unix4j.Unix4j
-
Uses the given string as input for the next command.
- fromStrings(String...) - Method in class org.unix4j.builder.DefaultUnix4jCommandBuilder
-
- fromStrings(String...) - Method in interface org.unix4j.builder.Unix4jCommandBuilder
-
Uses the given strings as input for the next command.
- fromStrings(String...) - Method in class org.unix4j.unix.from.FromFactory
-
- fromStrings(String...) - Method in interface org.unix4j.unix.From.Interface
-
Uses the given strings as input for the next command.
- fromStrings(String...) - Static method in class org.unix4j.Unix4j
-
Uses the given strings as input for the next command.
- g - Variable in enum org.unix4j.unix.sed.SedOptionSet_Iacdgilnpsy
-
Option "-g": Globally substitute for all non-overlapping instances of the regexp
rather than just the first one.
- g - Variable in enum org.unix4j.unix.sed.SedOptionSet_Iaglnp
-
Option "-g": Globally substitute for all non-overlapping instances of the regexp
rather than just the first one.
- g - Variable in enum org.unix4j.unix.sed.SedOptionSet_Icglnp
-
Option "-g": Globally substitute for all non-overlapping instances of the regexp
rather than just the first one.
- g - Variable in enum org.unix4j.unix.sed.SedOptionSet_Idglnp
-
Option "-g": Globally substitute for all non-overlapping instances of the regexp
rather than just the first one.
- g - Variable in enum org.unix4j.unix.sed.SedOptionSet_Igilnp
-
Option "-g": Globally substitute for all non-overlapping instances of the regexp
rather than just the first one.
- g - Variable in enum org.unix4j.unix.sed.SedOptionSet_Iglnps
-
Option "-g": Globally substitute for all non-overlapping instances of the regexp
rather than just the first one.
- g - Variable in enum org.unix4j.unix.sed.SedOptionSet_Iglnpy
-
Option "-g": Globally substitute for all non-overlapping instances of the regexp
rather than just the first one.
- g - Variable in class org.unix4j.unix.sed.SedOptionSets
-
Option "-g": Globally substitute for all non-overlapping instances of the regexp
rather than just the first one.
- g - Variable in enum org.unix4j.unix.sort.SortOptionSet_bcdfgmru
-
Option
"-g": Sort numerically, using the standard
Double.parseDouble(String)
function to convert a trimmed line to a double-precision floating
point number.
- g - Variable in enum org.unix4j.unix.sort.SortOptionSet_bcdfgru
-
Option
"-g": Sort numerically, using the standard
Double.parseDouble(String)
function to convert a trimmed line to a double-precision floating
point number.
- g - Variable in enum org.unix4j.unix.sort.SortOptionSet_bdfgmru
-
Option
"-g": Sort numerically, using the standard
Double.parseDouble(String)
function to convert a trimmed line to a double-precision floating
point number.
- g - Variable in enum org.unix4j.unix.sort.SortOptionSet_MVbcdfghmnru
-
Option
"-g": Sort numerically, using the standard
Double.parseDouble(String)
function to convert a trimmed line to a double-precision floating
point number.
- g - Variable in enum org.unix4j.unix.sort.SortOptionSet_MVbcdfghnru
-
Option
"-g": Sort numerically, using the standard
Double.parseDouble(String)
function to convert a trimmed line to a double-precision floating
point number.
- g - Variable in enum org.unix4j.unix.sort.SortOptionSet_MVbdfghmnru
-
Option
"-g": Sort numerically, using the standard
Double.parseDouble(String)
function to convert a trimmed line to a double-precision floating
point number.
- g - Variable in class org.unix4j.unix.sort.SortOptionSets
-
Option
"-g": Sort numerically, using the standard
Double.parseDouble(String)
function to convert a trimmed line to a double-precision floating
point number.
- g - Variable in enum org.unix4j.unix.uniq.UniqOptionSet_cdgu
-
Option "-g": Suppresses repeated lines globally, that is, if lines are
non-adjacent.
- g - Variable in enum org.unix4j.unix.uniq.UniqOptionSet_cg
-
Option "-g": Suppresses repeated lines globally, that is, if lines are
non-adjacent.
- g - Variable in enum org.unix4j.unix.uniq.UniqOptionSet_dg
-
Option "-g": Suppresses repeated lines globally, that is, if lines are
non-adjacent.
- g - Variable in enum org.unix4j.unix.uniq.UniqOptionSet_gu
-
Option "-g": Suppresses repeated lines globally, that is, if lines are
non-adjacent.
- g - Variable in class org.unix4j.unix.uniq.UniqOptionSets
-
Option "-g": Suppresses repeated lines globally, that is, if lines are
non-adjacent.
- generalNumericSort - Variable in enum org.unix4j.unix.sort.SortOptionSet_bcdfgmru
-
Option
"--generalNumericSort": Sort numerically, using the standard
Double.parseDouble(String)
function to convert a trimmed line to a double-precision floating
point number.
- generalNumericSort - Variable in enum org.unix4j.unix.sort.SortOptionSet_bcdfgru
-
Option
"--generalNumericSort": Sort numerically, using the standard
Double.parseDouble(String)
function to convert a trimmed line to a double-precision floating
point number.
- generalNumericSort - Variable in enum org.unix4j.unix.sort.SortOptionSet_bdfgmru
-
Option
"--generalNumericSort": Sort numerically, using the standard
Double.parseDouble(String)
function to convert a trimmed line to a double-precision floating
point number.
- generalNumericSort - Variable in enum org.unix4j.unix.sort.SortOptionSet_MVbcdfghmnru
-
Option
"--generalNumericSort": Sort numerically, using the standard
Double.parseDouble(String)
function to convert a trimmed line to a double-precision floating
point number.
- generalNumericSort - Variable in enum org.unix4j.unix.sort.SortOptionSet_MVbcdfghnru
-
Option
"--generalNumericSort": Sort numerically, using the standard
Double.parseDouble(String)
function to convert a trimmed line to a double-precision floating
point number.
- generalNumericSort - Variable in enum org.unix4j.unix.sort.SortOptionSet_MVbdfghmnru
-
Option
"--generalNumericSort": Sort numerically, using the standard
Double.parseDouble(String)
function to convert a trimmed line to a double-precision floating
point number.
- generalNumericSort - Variable in class org.unix4j.unix.sort.SortOptionSets
-
Option
"--generalNumericSort": Sort numerically, using the standard
Double.parseDouble(String)
function to convert a trimmed line to a double-precision floating
point number.
- getArgs() - Method in class org.unix4j.unix.cat.CatArguments
-
Returns the <args> operand value: String arguments defining the options and file operands for the
command.
- getArgs() - Method in class org.unix4j.unix.cut.CutArguments
-
Returns the <args> operand value: String arguments defining the options and operands for the command.
- getArgs() - Method in class org.unix4j.unix.echo.EchoArguments
-
Returns the <args> operand value: String arguments defining the options for the command and the
strings to be written to the output.
- getArgs() - Method in class org.unix4j.unix.find.FindArguments
-
Returns the <args> operand value: String arguments defining the options and operands for the command.
- getArgs() - Method in class org.unix4j.unix.grep.GrepArguments
-
Returns the <args> operand value: String arguments defining the options and operands for the command.
- getArgs() - Method in class org.unix4j.unix.head.HeadArguments
-
Returns the <args> operand value: String arguments defining the options and operands for the command.
- getArgs() - Method in class org.unix4j.unix.ls.LsArguments
-
Returns the <args> operand value: String arguments defining the options and operands for the command.
- getArgs() - Method in class org.unix4j.unix.sed.SedArguments
-
Returns the <args> operand value: String arguments defining the options and operands for the command.
- getArgs() - Method in class org.unix4j.unix.sort.SortArguments
-
Returns the <args> operand value: String arguments defining the options and operands for the command.
- getArgs() - Method in class org.unix4j.unix.tail.TailArguments
-
Returns the <args> operand value: String arguments defining the options and operands for the command.
- getArgs() - Method in class org.unix4j.unix.uniq.UniqArguments
-
Returns the <args> operand value: String arguments defining the options and operands for the command.
- getArgs() - Method in class org.unix4j.unix.wc.WcArguments
-
Returns the <args> operand value: String arguments defining the options and operands for the command.
- getArgs() - Method in class org.unix4j.unix.xargs.XargsArguments
-
Returns the <args> operand value: String arguments defining the options and operands for the command.
- getArguments() - Method in class org.unix4j.unix.xargs.XargsLineProcessor
-
- getCalendar() - Method in class org.unix4j.unix.ls.LsFormatterLong
-
- getCommand() - Method in class org.unix4j.unix.xargs.XargsLineProcessor
-
- getComparator() - Method in class org.unix4j.unix.sort.AbstractSortProcessor
-
- getComparator() - Method in class org.unix4j.unix.sort.SortArguments
-
Returns the <comparator> operand value: The comparator to use for the line comparisons.
- getCount() - Method in class org.unix4j.unix.head.HeadArguments
-
Returns the <count> operand value: The first count lines of each input file are
copied to standard output, starting from 1 (characters instead of
lines if the -c option is specified).
- getCount() - Method in class org.unix4j.unix.tail.TailArguments
-
Returns the <count> operand value: The last count lines of each input file are
copied to standard output, starting from 1 (characters instead of
lines if the -c option is specified, and offset from start
instead of end with -s option).
- getCreationTime(File) - Method in class org.unix4j.unix.find.FileAttributes
-
- getCreationTime(File) - Method in class org.unix4j.unix.find.FileAttributes7
-
- getDateTime(File, LsArguments) - Method in class org.unix4j.unix.ls.LsFormatterLong
-
- getDelimiter() - Method in class org.unix4j.unix.cut.CutArguments
-
Returns the <delimiter> operand value (variables are NOT resolved): use as the output delimiter the default is to use the input delimiter
- getDelimiter(ExecutionContext) - Method in class org.unix4j.unix.cut.CutArguments
-
Returns the <delimiter> (variables are resolved): use as the output delimiter the default is to use the input delimiter
- getDelimiter() - Method in class org.unix4j.unix.xargs.XargsArguments
-
Returns the <delimiter> operand value (variables are NOT resolved): Input items are terminated by the specified characters.
- getDelimiter(ExecutionContext) - Method in class org.unix4j.unix.xargs.XargsArguments
-
Returns the <delimiter> (variables are resolved): Input items are terminated by the specified characters.
- getEof() - Method in class org.unix4j.unix.xargs.XargsArguments
-
Returns the <eof> operand value (variables are NOT resolved): If the end of file string occurs as a line of input, the rest of the
input is ignored.
- getEof(ExecutionContext) - Method in class org.unix4j.unix.xargs.XargsArguments
-
Returns the <eof> (variables are resolved): If the end of file string occurs as a line of input, the rest of the
input is ignored.
- getFile() - Method in class org.unix4j.unix.cd.CdArguments
-
Returns the <file> operand value: the file to use as input; relative paths are not resolved (use the
string path argument to enable relative path resolving based on the
current working directory).
- getFile() - Method in class org.unix4j.unix.uniq.UniqArguments
-
Returns the <file> operand value: The files or directories used as starting point for the listing;
relative paths are not resolved (use the string path argument to
enable relative path resolving based on the current working
directory).
- getFilePermissions(File, LsArguments) - Method in class org.unix4j.unix.ls.LsFormatterLong
-
- getFilePermissions(File, LsArguments) - Method in class org.unix4j.unix.ls.LsFormatterLong7
-
- getFiles() - Method in class org.unix4j.unix.cat.CatArguments
-
Returns the <files> operand value: The input files to be printed; relative paths are not resolved (use
the string path argument to enable relative path resolving based on
the current working directory).
- getFiles() - Method in class org.unix4j.unix.grep.GrepArguments
-
Returns the <files> operand value: The input files to be searched for the pattern; relative paths are
not resolved (use the string paths argument to enable relative path
resolving based on the current working directory).
- getFiles() - Method in class org.unix4j.unix.head.HeadArguments
-
Returns the <files> operand value: The input files to be filtered; relative paths are not resolved (use
the string paths argument to enable relative path resolving based on
the current working directory).
- getFiles() - Method in class org.unix4j.unix.ls.LsArguments
-
Returns the <files> operand value: The files or directories used as starting point for the listing;
relative paths are not resolved (use the string path argument to
enable relative path resolving based on the current working
directory).
- getFiles() - Method in class org.unix4j.unix.sort.SortArguments
-
Returns the <files> operand value: The files to be sorted or merged; relative paths are not resolved
(use the string paths argument to enable relative path resolving
based on the current working directory).
- getFiles() - Method in class org.unix4j.unix.tail.TailArguments
-
Returns the <files> operand value: The input files to be filtered; relative paths are not resolved (use
the string paths argument to enable relative path resolving based on
the current working directory).
- getFiles() - Method in class org.unix4j.unix.wc.WcArguments
-
Returns the <files> operand value: The input files; relative paths are not resolved (use the string
paths argument to enable relative path resolving based on the
current working directory).
- getFixedWidthOfColumnsInOutput() - Method in class org.unix4j.unix.wc.Counters
-
- getForContext(ExecutionContext) - Method in class org.unix4j.unix.cat.CatArguments
-
- getForContext(ExecutionContext) - Method in class org.unix4j.unix.cd.CdArguments
-
- getForContext(ExecutionContext) - Method in class org.unix4j.unix.cut.CutArguments
-
- getForContext(ExecutionContext) - Method in class org.unix4j.unix.echo.EchoArguments
-
- getForContext(ExecutionContext) - Method in class org.unix4j.unix.find.FindArguments
-
- getForContext(ExecutionContext) - Method in class org.unix4j.unix.from.FromArguments
-
- getForContext(ExecutionContext) - Method in class org.unix4j.unix.grep.GrepArguments
-
- getForContext(ExecutionContext) - Method in class org.unix4j.unix.head.HeadArguments
-
- getForContext(ExecutionContext) - Method in class org.unix4j.unix.ls.LsArguments
-
- getForContext(ExecutionContext) - Method in class org.unix4j.unix.sed.SedArguments
-
- getForContext(ExecutionContext) - Method in class org.unix4j.unix.sort.SortArguments
-
- getForContext(ExecutionContext) - Method in class org.unix4j.unix.tail.TailArguments
-
- getForContext(ExecutionContext) - Method in class org.unix4j.unix.uniq.UniqArguments
-
- getForContext(ExecutionContext) - Method in class org.unix4j.unix.wc.WcArguments
-
- getForContext(ExecutionContext) - Method in class org.unix4j.unix.xargs.XargsArguments
-
- getGroup(File, LsArguments) - Method in class org.unix4j.unix.ls.LsFormatterLong
-
- getGroup(File, LsArguments) - Method in class org.unix4j.unix.ls.LsFormatterLong7
-
- getIndexes() - Method in class org.unix4j.unix.cut.CutArguments
-
Returns the <indexes> operand value: select these chars/field based on the given indexes.
- getInput() - Method in class org.unix4j.unix.from.FromArguments
-
Returns the <input> operand value: the input object to read from
- getInvokedCommand() - Method in class org.unix4j.unix.xargs.XargsCommand
-
- getLastAccessedTime(File) - Method in class org.unix4j.unix.find.FileAttributes
-
- getLastAccessedTime(File) - Method in class org.unix4j.unix.find.FileAttributes7
-
- getLastModifiedMS(File, LsArguments) - Method in class org.unix4j.unix.ls.LsFormatterLong
-
- getLastModifiedMS(File, LsArguments) - Method in class org.unix4j.unix.ls.LsFormatterLong7
-
- getLastModifiedTime(File) - Method in class org.unix4j.unix.find.FileAttributes
-
- getLastModifiedTime(File) - Method in class org.unix4j.unix.find.FileAttributes7
-
- getMaxArgs() - Method in class org.unix4j.unix.xargs.XargsArguments
-
Returns the <maxArgs> operand value: Use at most maxArgs arguments per command invocation.
- getMaxLines() - Method in class org.unix4j.unix.xargs.XargsArguments
-
Returns the <maxLines> operand value: Use at most maxLines nonblank input lines per command invocation.
- getName() - Method in class org.unix4j.unix.find.FindArguments
-
Returns the <name> operand value (variables are NOT resolved): Name pattern to match the file name after removing the path with the
leading directories; wildcards * and ? are supported, or full
regular expressions if either of the options -regex (-r) or
-iregex (-i) is specified.
- getName(ExecutionContext) - Method in class org.unix4j.unix.find.FindArguments
-
Returns the <name> (variables are resolved): Name pattern to match the file name after removing the path with the
leading directories; wildcards * and ? are supported, or full
regular expressions if either of the options -regex (-r) or
-iregex (-i) is specified.
- getName(File, File, LsArguments) - Method in class org.unix4j.unix.ls.LsFormatterLong
-
- getOccurrence() - Method in class org.unix4j.unix.sed.SedArguments
-
Returns the <occurrence> operand value: Substitute for the given occurrences only of the regexp found within
the matched string; the occurrence indices are one-based.
- getOption() - Method in interface org.unix4j.unix.find.Optionable
-
- getOption() - Method in enum org.unix4j.unix.find.TimeFilter.TimeComparator
-
- getOption() - Method in enum org.unix4j.unix.find.TimeFilter.TimeType
-
- getOption() - Method in enum org.unix4j.unix.find.TypeFilter
-
- getOptions() - Method in class org.unix4j.unix.cat.CatArguments
-
Returns the options set containing the selected command options.
- getOptions() - Method in class org.unix4j.unix.cut.CutArguments
-
Returns the options set containing the selected command options.
- getOptions() - Method in class org.unix4j.unix.echo.EchoArguments
-
Returns the options set containing the selected command options.
- getOptions() - Method in class org.unix4j.unix.find.FindArguments
-
Returns the options set containing the selected command options.
- getOptions() - Method in class org.unix4j.unix.grep.GrepArguments
-
Returns the options set containing the selected command options.
- getOptions() - Method in class org.unix4j.unix.head.HeadArguments
-
Returns the options set containing the selected command options.
- getOptions() - Method in class org.unix4j.unix.ls.LsArguments
-
Returns the options set containing the selected command options.
- getOptions() - Method in class org.unix4j.unix.sed.SedArguments
-
Returns the options set containing the selected command options.
- getOptions() - Method in class org.unix4j.unix.sort.SortArguments
-
Returns the options set containing the selected command options.
- getOptions() - Method in class org.unix4j.unix.tail.TailArguments
-
Returns the options set containing the selected command options.
- getOptions() - Method in class org.unix4j.unix.uniq.UniqArguments
-
Returns the options set containing the selected command options.
- getOptions() - Method in class org.unix4j.unix.wc.WcArguments
-
Returns the options set containing the selected command options.
- getOptions() - Method in class org.unix4j.unix.xargs.XargsArguments
-
Returns the options set containing the selected command options.
- getOutput() - Method in class org.unix4j.unix.xargs.XargsLineProcessor
-
- getOutputDelimiter() - Method in class org.unix4j.unix.cut.CutArguments
-
Returns the <outputDelimiter> operand value: use as the output delimiter the default is to use the input delimiter
- getOwner(File, LsArguments) - Method in class org.unix4j.unix.ls.LsFormatterLong
-
- getOwner(File, LsArguments) - Method in class org.unix4j.unix.ls.LsFormatterLong7
-
- getPath() - Method in class org.unix4j.unix.cd.CdArguments
-
Returns the <path> operand value (variables are NOT resolved): the directory to become the new current working directory;
wildcards * and ? are supported; relative paths are resolved on the
basis of the current working directory.
- getPath(ExecutionContext) - Method in class org.unix4j.unix.cd.CdArguments
-
Returns the <path> (variables are resolved): the directory to become the new current working directory;
wildcards * and ? are supported; relative paths are resolved on the
basis of the current working directory.
- getPath() - Method in class org.unix4j.unix.find.FindArguments
-
Returns the <path> operand value (variables are NOT resolved): Starting point for the search in the directory hierarchy;
wildcards * and ? are supported; relative paths are resolved on the
basis of the current working directory.
- getPath(ExecutionContext) - Method in class org.unix4j.unix.find.FindArguments
-
Returns the <path> (variables are resolved): Starting point for the search in the directory hierarchy;
wildcards * and ? are supported; relative paths are resolved on the
basis of the current working directory.
- getPath() - Method in class org.unix4j.unix.from.FromArguments
-
Returns the <path> operand value (variables are NOT resolved): the file to use as input; wildcards * and ? are supported; relative
paths are resolved on the basis of the current working directory.
- getPath(ExecutionContext) - Method in class org.unix4j.unix.from.FromArguments
-
Returns the <path> (variables are resolved): the file to use as input; wildcards * and ? are supported; relative
paths are resolved on the basis of the current working directory.
- getPath() - Method in class org.unix4j.unix.uniq.UniqArguments
-
Returns the <path> operand value (variables are NOT resolved): The files or directories used as starting point for the listing;
wildcards * and ? are supported; relative paths are resolved on the
basis of the current working directory.
- getPath(ExecutionContext) - Method in class org.unix4j.unix.uniq.UniqArguments
-
Returns the <path> (variables are resolved): The files or directories used as starting point for the listing;
wildcards * and ? are supported; relative paths are resolved on the
basis of the current working directory.
- getPaths() - Method in class org.unix4j.unix.cat.CatArguments
-
Returns the <paths> operand value: Pathnames of the input files to be printed; wildcards * and ? are
supported; relative paths are resolved on the basis of the current
working directory.
- getPaths() - Method in class org.unix4j.unix.grep.GrepArguments
-
Returns the <paths> operand value: Pathnames of the input files to be searched for the pattern;
wildcards * and ? are supported; relative paths are resolved on the
basis of the current working directory.
- getPaths() - Method in class org.unix4j.unix.head.HeadArguments
-
Returns the <paths> operand value: Pathnames of the input files to be filtered; wildcards * and ? are
supported; relative paths are resolved on the basis of the current
working directory.
- getPaths() - Method in class org.unix4j.unix.ls.LsArguments
-
Returns the <paths> operand value: The files or directories used as starting point for the listing;
wildcards * and ? are supported; relative paths are resolved on the
basis of the current working directory.
- getPaths() - Method in class org.unix4j.unix.sort.SortArguments
-
Returns the <paths> operand value: Pathnames of the files to be sorted, merged, or checked; wildcards *
and ? are supported; relative paths are resolved on the
basis of the current working directory.
- getPaths() - Method in class org.unix4j.unix.tail.TailArguments
-
Returns the <paths> operand value: Pathnames of the input files to be filtered; wildcards * and ? are
supported; relative paths are resolved on the basis of the current
working directory.
- getPaths() - Method in class org.unix4j.unix.wc.WcArguments
-
Returns the <paths> operand value: Pathnames of the input files; wildcards * and ? are supported;
relative paths are resolved on the basis of the current working
directory.
- getPattern() - Method in class org.unix4j.unix.grep.GrepArguments
-
Returns the <pattern> operand value: Lines will be printed which match the given pattern.
- getRange() - Method in class org.unix4j.unix.cut.CutArguments
-
Returns the <range> operand value: select only these fields
- getRegexp() - Method in class org.unix4j.unix.grep.GrepArguments
-
Returns the <regexp> operand value (variables are NOT resolved): Lines will be printed which match the given regular expression.
- getRegexp(ExecutionContext) - Method in class org.unix4j.unix.grep.GrepArguments
-
Returns the <regexp> (variables are resolved): Lines will be printed which match the given regular expression.
- getRegexp(SedArguments) - Static method in class org.unix4j.unix.sed.AbstractSedProcessor
-
Returns the regexp operand from args, either called "regexp" or
"string1".
- getRegexp() - Method in class org.unix4j.unix.sed.SedArguments
-
Returns the <regexp> operand value (variables are NOT resolved): Regular expression matched against a line.
- getRegexp(ExecutionContext) - Method in class org.unix4j.unix.sed.SedArguments
-
Returns the <regexp> (variables are resolved): Regular expression matched against a line.
- getRelativePathFilterForBase(RelativePathBase) - Method in class org.unix4j.unix.find.RegexFilter
-
Returns a file filter that matches the whole (relative) path of the file
instead of just the file name.
- getReplacement(SedArguments) - Static method in class org.unix4j.unix.sed.AbstractSedProcessor
-
Returns the replacement operand from args, either called "replacement" or
"string2".
- getReplacement() - Method in class org.unix4j.unix.sed.SedArguments
-
Returns the <replacement> operand value (variables are NOT resolved): Replacement string for substitute command.
- getReplacement(ExecutionContext) - Method in class org.unix4j.unix.sed.SedArguments
-
Returns the <replacement> (variables are resolved): Replacement string for substitute command.
- getScript() - Method in class org.unix4j.unix.sed.SedArguments
-
Returns the <script> operand value (variables are NOT resolved): Sed script as one string, such as "s/original/replacement/g".
- getScript(ExecutionContext) - Method in class org.unix4j.unix.sed.SedArguments
-
Returns the <script> (variables are resolved): Sed script as one string, such as "s/original/replacement/g".
- getSize() - Method in class org.unix4j.unix.find.FindArguments
-
Returns the <size> operand value: Consider only files using at least size bytes if size
is positive, or at most abs(size) bytes if size is zero
or negative.
- getSize(File, LsArguments) - Method in class org.unix4j.unix.ls.LsFormatterLong
-
- getSize(File, LsArguments) - Method in class org.unix4j.unix.ls.LsFormatterLong7
-
- getSizeString(LsArguments, long) - Static method in class org.unix4j.unix.ls.LsCommand
-
- getString() - Method in class org.unix4j.unix.echo.EchoArguments
-
Returns the <string> operand value (variables are NOT resolved): A string to be written to standard output.
- getString(ExecutionContext) - Method in class org.unix4j.unix.echo.EchoArguments
-
Returns the <string> (variables are resolved): A string to be written to standard output.
- getString1() - Method in class org.unix4j.unix.sed.SedArguments
-
Returns the <string1> operand value (variables are NOT resolved): Regular expression matched against a line for all commands except
for command y where string1 contains the source characters for the
translation.
- getString1(ExecutionContext) - Method in class org.unix4j.unix.sed.SedArguments
-
Returns the <string1> (variables are resolved): Regular expression matched against a line for all commands except
for command y where string1 contains the source characters for the
translation.
- getString2() - Method in class org.unix4j.unix.sed.SedArguments
-
Returns the <string2> operand value (variables are NOT resolved): Replacement string for substitute command s; appended, inserted or
changed text for a, i and c command; destination characters for
translate command y; ignored by all other commands.
- getString2(ExecutionContext) - Method in class org.unix4j.unix.sed.SedArguments
-
Returns the <string2> (variables are resolved): Replacement string for substitute command s; appended, inserted or
changed text for a, i and c command; destination characters for
translate command y; ignored by all other commands.
- getStrings() - Method in class org.unix4j.unix.echo.EchoArguments
-
Returns the <strings> operand value: Strings to be written to standard output, separated by single blank
characters.
- getTime() - Method in class org.unix4j.unix.find.FindArguments
-
Returns the <time> operand value: Consider only files that have been created, modified or accessed
before or after the specified time operand; consider the
-time... options for details of the comparison.
- getTime(File) - Method in enum org.unix4j.unix.find.TimeFilter.TimeType
-
- getValue(String) - Method in class org.unix4j.unix.xargs.DefaultItemStorage
-
- getVariableContext() - Method in class org.unix4j.unix.xargs.XargsLineProcessor
-
- global - Variable in enum org.unix4j.unix.sed.SedOptionSet_Iacdgilnpsy
-
Option "--global": Globally substitute for all non-overlapping instances of the regexp
rather than just the first one.
- global - Variable in enum org.unix4j.unix.sed.SedOptionSet_Iaglnp
-
Option "--global": Globally substitute for all non-overlapping instances of the regexp
rather than just the first one.
- global - Variable in enum org.unix4j.unix.sed.SedOptionSet_Icglnp
-
Option "--global": Globally substitute for all non-overlapping instances of the regexp
rather than just the first one.
- global - Variable in enum org.unix4j.unix.sed.SedOptionSet_Idglnp
-
Option "--global": Globally substitute for all non-overlapping instances of the regexp
rather than just the first one.
- global - Variable in enum org.unix4j.unix.sed.SedOptionSet_Igilnp
-
Option "--global": Globally substitute for all non-overlapping instances of the regexp
rather than just the first one.
- global - Variable in enum org.unix4j.unix.sed.SedOptionSet_Iglnps
-
Option "--global": Globally substitute for all non-overlapping instances of the regexp
rather than just the first one.
- global - Variable in enum org.unix4j.unix.sed.SedOptionSet_Iglnpy
-
Option "--global": Globally substitute for all non-overlapping instances of the regexp
rather than just the first one.
- global - Variable in class org.unix4j.unix.sed.SedOptionSets
-
Option "--global": Globally substitute for all non-overlapping instances of the regexp
rather than just the first one.
- global - Variable in enum org.unix4j.unix.uniq.UniqOptionSet_cdgu
-
Option "--global": Suppresses repeated lines globally, that is, if lines are
non-adjacent.
- global - Variable in enum org.unix4j.unix.uniq.UniqOptionSet_cg
-
Option "--global": Suppresses repeated lines globally, that is, if lines are
non-adjacent.
- global - Variable in enum org.unix4j.unix.uniq.UniqOptionSet_dg
-
Option "--global": Suppresses repeated lines globally, that is, if lines are
non-adjacent.
- global - Variable in enum org.unix4j.unix.uniq.UniqOptionSet_gu
-
Option "--global": Suppresses repeated lines globally, that is, if lines are
non-adjacent.
- global - Variable in class org.unix4j.unix.uniq.UniqOptionSets
-
Option "--global": Suppresses repeated lines globally, that is, if lines are
non-adjacent.
- GlobalProcessor - Class in org.unix4j.unix.uniq
-
Line processors implementing the actual uniq command execution for the case
when the
global option is selected.
- GlobalProcessor(UniqCommand, ExecutionContext, LineProcessor) - Constructor for class org.unix4j.unix.uniq.GlobalProcessor
-
- GlobalProcessor.Count - Class in org.unix4j.unix.uniq
-
Line processor implementing the actual uniq command execution for the
case when the
global option is selected along
with the
count option.
- GlobalProcessor.Count(UniqCommand, ExecutionContext, LineProcessor) - Constructor for class org.unix4j.unix.uniq.GlobalProcessor.Count
-
- GlobalProcessor.DuplicateOnly - Class in org.unix4j.unix.uniq
-
Line processor implementing the actual uniq command execution for the
case when the
global option is selected along
with the
duplicatedOnly option.
- GlobalProcessor.DuplicateOnly(UniqCommand, ExecutionContext, LineProcessor) - Constructor for class org.unix4j.unix.uniq.GlobalProcessor.DuplicateOnly
-
- GlobalProcessor.Normal - Class in org.unix4j.unix.uniq
-
Line processor implementing the actual uniq command execution for the
case when only the
global option is selected.
- GlobalProcessor.Normal(UniqCommand, ExecutionContext, LineProcessor) - Constructor for class org.unix4j.unix.uniq.GlobalProcessor.Normal
-
- GlobalProcessor.UniqueDuplicateCount - Class in org.unix4j.unix.uniq
-
- GlobalProcessor.UniqueDuplicateCount(UniqCommand, ExecutionContext, LineProcessor) - Constructor for class org.unix4j.unix.uniq.GlobalProcessor.UniqueDuplicateCount
-
- GlobalProcessor.UniqueOnly - Class in org.unix4j.unix.uniq
-
Line processor implementing the actual uniq command execution for the
case when the
global option is selected along
with the
uniqueOnly option.
- GlobalProcessor.UniqueOnly(UniqCommand, ExecutionContext, LineProcessor) - Constructor for class org.unix4j.unix.uniq.GlobalProcessor.UniqueOnly
-
- grep(String...) - Method in class org.unix4j.builder.DefaultUnix4jCommandBuilder
-
- grep(String) - Method in class org.unix4j.builder.DefaultUnix4jCommandBuilder
-
- grep(String, File...) - Method in class org.unix4j.builder.DefaultUnix4jCommandBuilder
-
- grep(Pattern) - Method in class org.unix4j.builder.DefaultUnix4jCommandBuilder
-
- grep(Pattern, File...) - Method in class org.unix4j.builder.DefaultUnix4jCommandBuilder
-
- grep(Pattern, String...) - Method in class org.unix4j.builder.DefaultUnix4jCommandBuilder
-
- grep(GrepOptions, String) - Method in class org.unix4j.builder.DefaultUnix4jCommandBuilder
-
- grep(GrepOptions, Pattern) - Method in class org.unix4j.builder.DefaultUnix4jCommandBuilder
-
- grep(GrepOptions, String, File...) - Method in class org.unix4j.builder.DefaultUnix4jCommandBuilder
-
- grep(GrepOptions, String, String...) - Method in class org.unix4j.builder.DefaultUnix4jCommandBuilder
-
- grep(GrepOptions, Pattern, File...) - Method in class org.unix4j.builder.DefaultUnix4jCommandBuilder
-
- grep(GrepOptions, Pattern, String...) - Method in class org.unix4j.builder.DefaultUnix4jCommandBuilder
-
- grep(String...) - Method in interface org.unix4j.builder.Unix4jCommandBuilder
-
Filters the input lines from the standard input or the provided
input files and writes the matching lines to the standard output.
- grep(String) - Method in interface org.unix4j.builder.Unix4jCommandBuilder
-
Filters the input lines from the standard input and writes the
matching lines to the standard output.
- grep(String, File...) - Method in interface org.unix4j.builder.Unix4jCommandBuilder
-
Filters the lines from the specified input files and writes the
matching lines to the standard output.
- grep(Pattern) - Method in interface org.unix4j.builder.Unix4jCommandBuilder
-
Filters the input lines from the standard input and writes the
matching lines to the standard output.
- grep(Pattern, File...) - Method in interface org.unix4j.builder.Unix4jCommandBuilder
-
Filters the lines from the specified input files and writes the
matching lines to the standard output.
- grep(Pattern, String...) - Method in interface org.unix4j.builder.Unix4jCommandBuilder
-
Filters the lines from the specified input files and writes the
matching lines to the standard output.
- grep(GrepOptions, String) - Method in interface org.unix4j.builder.Unix4jCommandBuilder
-
Filters the input lines from the standard input and writes the
matching lines to the standard output.
- grep(GrepOptions, Pattern) - Method in interface org.unix4j.builder.Unix4jCommandBuilder
-
Filters the input lines from the standard input and writes the
matching lines to the standard output.
- grep(GrepOptions, String, File...) - Method in interface org.unix4j.builder.Unix4jCommandBuilder
-
Filters the input lines from the specified input files and writes
the matching lines to the standard output.
- grep(GrepOptions, String, String...) - Method in interface org.unix4j.builder.Unix4jCommandBuilder
-
Filters the input lines from the specified input files and writes
the matching lines to the standard output.
- grep(GrepOptions, Pattern, File...) - Method in interface org.unix4j.builder.Unix4jCommandBuilder
-
Filters the input lines from the specified input files and writes
the matching lines to the standard output.
- grep(GrepOptions, Pattern, String...) - Method in interface org.unix4j.builder.Unix4jCommandBuilder
-
Filters the input lines from the specified input files and writes
the matching lines to the standard output.
- Grep - Class in org.unix4j.unix
-
Non-instantiable module with inner types making up the grep command.
- grep(String...) - Method in class org.unix4j.unix.grep.GrepFactory
-
- grep(String) - Method in class org.unix4j.unix.grep.GrepFactory
-
- grep(String, File...) - Method in class org.unix4j.unix.grep.GrepFactory
-
- grep(Pattern) - Method in class org.unix4j.unix.grep.GrepFactory
-
- grep(Pattern, File...) - Method in class org.unix4j.unix.grep.GrepFactory
-
- grep(Pattern, String...) - Method in class org.unix4j.unix.grep.GrepFactory
-
- grep(GrepOptions, String) - Method in class org.unix4j.unix.grep.GrepFactory
-
- grep(GrepOptions, Pattern) - Method in class org.unix4j.unix.grep.GrepFactory
-
- grep(GrepOptions, String, File...) - Method in class org.unix4j.unix.grep.GrepFactory
-
- grep(GrepOptions, String, String...) - Method in class org.unix4j.unix.grep.GrepFactory
-
- grep(GrepOptions, Pattern, File...) - Method in class org.unix4j.unix.grep.GrepFactory
-
- grep(GrepOptions, Pattern, String...) - Method in class org.unix4j.unix.grep.GrepFactory
-
- grep(String...) - Method in interface org.unix4j.unix.Grep.Interface
-
Filters the input lines from the standard input or the provided
input files and writes the matching lines to the standard output.
- grep(String) - Method in interface org.unix4j.unix.Grep.Interface
-
Filters the input lines from the standard input and writes the
matching lines to the standard output.
- grep(String, File...) - Method in interface org.unix4j.unix.Grep.Interface
-
Filters the lines from the specified input files and writes the
matching lines to the standard output.
- grep(Pattern) - Method in interface org.unix4j.unix.Grep.Interface
-
Filters the input lines from the standard input and writes the
matching lines to the standard output.
- grep(Pattern, File...) - Method in interface org.unix4j.unix.Grep.Interface
-
Filters the lines from the specified input files and writes the
matching lines to the standard output.
- grep(Pattern, String...) - Method in interface org.unix4j.unix.Grep.Interface
-
Filters the lines from the specified input files and writes the
matching lines to the standard output.
- grep(GrepOptions, String) - Method in interface org.unix4j.unix.Grep.Interface
-
Filters the input lines from the standard input and writes the
matching lines to the standard output.
- grep(GrepOptions, Pattern) - Method in interface org.unix4j.unix.Grep.Interface
-
Filters the input lines from the standard input and writes the
matching lines to the standard output.
- grep(GrepOptions, String, File...) - Method in interface org.unix4j.unix.Grep.Interface
-
Filters the input lines from the specified input files and writes
the matching lines to the standard output.
- grep(GrepOptions, String, String...) - Method in interface org.unix4j.unix.Grep.Interface
-
Filters the input lines from the specified input files and writes
the matching lines to the standard output.
- grep(GrepOptions, Pattern, File...) - Method in interface org.unix4j.unix.Grep.Interface
-
Filters the input lines from the specified input files and writes
the matching lines to the standard output.
- grep(GrepOptions, Pattern, String...) - Method in interface org.unix4j.unix.Grep.Interface
-
Filters the input lines from the specified input files and writes
the matching lines to the standard output.
- grep(String, File...) - Static method in class org.unix4j.Unix4j
-
Filters the lines from the specified input files and writes the
matching lines to the standard output.
- grep(Pattern, File...) - Static method in class org.unix4j.Unix4j
-
Filters the lines from the specified input files and writes the
matching lines to the standard output.
- grep(Pattern, String...) - Static method in class org.unix4j.Unix4j
-
Filters the lines from the specified input files and writes the
matching lines to the standard output.
- grep(GrepOptions, String, File...) - Static method in class org.unix4j.Unix4j
-
Filters the input lines from the specified input files and writes
the matching lines to the standard output.
- grep(GrepOptions, String, String...) - Static method in class org.unix4j.Unix4j
-
Filters the input lines from the specified input files and writes
the matching lines to the standard output.
- grep(GrepOptions, Pattern, File...) - Static method in class org.unix4j.Unix4j
-
Filters the input lines from the specified input files and writes
the matching lines to the standard output.
- grep(GrepOptions, Pattern, String...) - Static method in class org.unix4j.Unix4j
-
Filters the input lines from the specified input files and writes
the matching lines to the standard output.
- Grep.Interface<R> - Interface in org.unix4j.unix
-
Interface defining all method signatures for the "grep" command.
- GrepArguments - Class in org.unix4j.unix.grep
-
Arguments and options for the
grep command.
- GrepArguments() - Constructor for class org.unix4j.unix.grep.GrepArguments
-
Constructor to use if no options are specified.
- GrepArguments(GrepOptions) - Constructor for class org.unix4j.unix.grep.GrepArguments
-
Constructor with option set containing the selected command options.
- GrepArguments(String...) - Constructor for class org.unix4j.unix.grep.GrepArguments
-
Constructor string arguments encoding options and arguments, possibly
also containing variable expressions.
- GrepCommand - Class in org.unix4j.unix.grep
-
Implementation of the
grep command.
- GrepCommand(GrepArguments) - Constructor for class org.unix4j.unix.grep.GrepCommand
-
- GrepFactory - Class in org.unix4j.unix.grep
-
Factory for the
grep command returning
a new command instance from every signature method.
- GrepOption - Enum in org.unix4j.unix.grep
-
Options for the
grep command.
- GrepOptions - Interface in org.unix4j.unix.grep
-
Interface implemented by all option sets for the
grep command.
- GrepOptions.Default - Class in org.unix4j.unix.grep
-
Default implementation for a modifiable option set.
- GrepOptions.Default() - Constructor for class org.unix4j.unix.grep.GrepOptions.Default
-
Default constructor for an empty option set with no active options.
- GrepOptions.Default(GrepOption) - Constructor for class org.unix4j.unix.grep.GrepOptions.Default
-
Constructor for an option set with a single active option.
- GrepOptions.Default(GrepOption...) - Constructor for class org.unix4j.unix.grep.GrepOptions.Default
-
Constructor for an option set with the given active options.
- GrepOptions.Default(OptionSet<GrepOption>) - Constructor for class org.unix4j.unix.grep.GrepOptions.Default
-
Constructor for an option set initialized with the options given by
another option set.
- GrepOptionSet_Fcilnvx - Enum in org.unix4j.unix.grep
-
Option sets for the
grep command with
the following options:
c,
F,
i,
v,
n,
l,
x.
- GrepOptionSets - Class in org.unix4j.unix.grep
-
Options for the
grep command with the
the following options:
- GrepOptionSets() - Constructor for class org.unix4j.unix.grep.GrepOptionSets
-
- h - Variable in enum org.unix4j.unix.ls.LsOptionSet_Rahlrt
-
Option "-h": Print sizes in human readable format.
- h - Variable in class org.unix4j.unix.ls.LsOptionSets
-
Option "-h": Print sizes in human readable format.
- h - Variable in enum org.unix4j.unix.sort.SortOptionSet_bcdfhmru
-
Option "-h": Sort numerically, first by numeric sign (negative, zero, or
positive); then by SI suffix (either empty, or 'k' or 'K', or one
of 'MGTPEZY', in that order); and finally by numeric value.
- h - Variable in enum org.unix4j.unix.sort.SortOptionSet_bcdfhru
-
Option "-h": Sort numerically, first by numeric sign (negative, zero, or
positive); then by SI suffix (either empty, or 'k' or 'K', or one
of 'MGTPEZY', in that order); and finally by numeric value.
- h - Variable in enum org.unix4j.unix.sort.SortOptionSet_bdfhmru
-
Option "-h": Sort numerically, first by numeric sign (negative, zero, or
positive); then by SI suffix (either empty, or 'k' or 'K', or one
of 'MGTPEZY', in that order); and finally by numeric value.
- h - Variable in enum org.unix4j.unix.sort.SortOptionSet_MVbcdfghmnru
-
Option "-h": Sort numerically, first by numeric sign (negative, zero, or
positive); then by SI suffix (either empty, or 'k' or 'K', or one
of 'MGTPEZY', in that order); and finally by numeric value.
- h - Variable in enum org.unix4j.unix.sort.SortOptionSet_MVbcdfghnru
-
Option "-h": Sort numerically, first by numeric sign (negative, zero, or
positive); then by SI suffix (either empty, or 'k' or 'K', or one
of 'MGTPEZY', in that order); and finally by numeric value.
- h - Variable in enum org.unix4j.unix.sort.SortOptionSet_MVbdfghmnru
-
Option "-h": Sort numerically, first by numeric sign (negative, zero, or
positive); then by SI suffix (either empty, or 'k' or 'K', or one
of 'MGTPEZY', in that order); and finally by numeric value.
- h - Variable in class org.unix4j.unix.sort.SortOptionSets
-
Option "-h": Sort numerically, first by numeric sign (negative, zero, or
positive); then by SI suffix (either empty, or 'k' or 'K', or one
of 'MGTPEZY', in that order); and finally by numeric value.
- head() - Method in class org.unix4j.builder.DefaultUnix4jCommandBuilder
-
- head(String...) - Method in class org.unix4j.builder.DefaultUnix4jCommandBuilder
-
- head(long) - Method in class org.unix4j.builder.DefaultUnix4jCommandBuilder
-
- head(HeadOptions, long) - Method in class org.unix4j.builder.DefaultUnix4jCommandBuilder
-
- head(File...) - Method in class org.unix4j.builder.DefaultUnix4jCommandBuilder
-
- head(long, File...) - Method in class org.unix4j.builder.DefaultUnix4jCommandBuilder
-
- head(long, String...) - Method in class org.unix4j.builder.DefaultUnix4jCommandBuilder
-
- head(HeadOptions, long, File...) - Method in class org.unix4j.builder.DefaultUnix4jCommandBuilder
-
- head(HeadOptions, long, String...) - Method in class org.unix4j.builder.DefaultUnix4jCommandBuilder
-
- head() - Method in interface org.unix4j.builder.Unix4jCommandBuilder
-
Reads the first 10 lines from the standard input and writes them to
the standard output.
- head(String...) - Method in interface org.unix4j.builder.Unix4jCommandBuilder
-
Reads the first n lines from each of the files specified and writes
them to the standard output.
- head(long) - Method in interface org.unix4j.builder.Unix4jCommandBuilder
-
Reads the first count lines from the standard input and
writes them to the standard output.
- head(HeadOptions, long) - Method in interface org.unix4j.builder.Unix4jCommandBuilder
-
Reads the first count lines or characters from the standard
input and writes them to the standard output.
- head(File...) - Method in interface org.unix4j.builder.Unix4jCommandBuilder
-
Reads the first 10 lines from each of the specified files and writes
them to the standard output.
- head(long, File...) - Method in interface org.unix4j.builder.Unix4jCommandBuilder
-
Reads the first count lines from each of the specified files
and writes them to the standard output.
- head(long, String...) - Method in interface org.unix4j.builder.Unix4jCommandBuilder
-
Reads the first count lines from each of the specified files
and writes them to the standard output.
- head(HeadOptions, long, File...) - Method in interface org.unix4j.builder.Unix4jCommandBuilder
-
Reads the first count lines or characters from each of the
specified files and writes them to the standard output.
- head(HeadOptions, long, String...) - Method in interface org.unix4j.builder.Unix4jCommandBuilder
-
Reads the first count lines or characters from each of the
specified files and writes them to the standard output.
- Head - Class in org.unix4j.unix
-
Non-instantiable module with inner types making up the head command.
- head() - Method in class org.unix4j.unix.head.HeadFactory
-
- head(String...) - Method in class org.unix4j.unix.head.HeadFactory
-
- head(long) - Method in class org.unix4j.unix.head.HeadFactory
-
- head(HeadOptions, long) - Method in class org.unix4j.unix.head.HeadFactory
-
- head(File...) - Method in class org.unix4j.unix.head.HeadFactory
-
- head(long, File...) - Method in class org.unix4j.unix.head.HeadFactory
-
- head(long, String...) - Method in class org.unix4j.unix.head.HeadFactory
-
- head(HeadOptions, long, File...) - Method in class org.unix4j.unix.head.HeadFactory
-
- head(HeadOptions, long, String...) - Method in class org.unix4j.unix.head.HeadFactory
-
- head() - Method in interface org.unix4j.unix.Head.Interface
-
Reads the first 10 lines from the standard input and writes them to
the standard output.
- head(String...) - Method in interface org.unix4j.unix.Head.Interface
-
Reads the first n lines from each of the files specified and writes
them to the standard output.
- head(long) - Method in interface org.unix4j.unix.Head.Interface
-
Reads the first count lines from the standard input and
writes them to the standard output.
- head(HeadOptions, long) - Method in interface org.unix4j.unix.Head.Interface
-
Reads the first count lines or characters from the standard
input and writes them to the standard output.
- head(File...) - Method in interface org.unix4j.unix.Head.Interface
-
Reads the first 10 lines from each of the specified files and writes
them to the standard output.
- head(long, File...) - Method in interface org.unix4j.unix.Head.Interface
-
Reads the first count lines from each of the specified files
and writes them to the standard output.
- head(long, String...) - Method in interface org.unix4j.unix.Head.Interface
-
Reads the first count lines from each of the specified files
and writes them to the standard output.
- head(HeadOptions, long, File...) - Method in interface org.unix4j.unix.Head.Interface
-
Reads the first count lines or characters from each of the
specified files and writes them to the standard output.
- head(HeadOptions, long, String...) - Method in interface org.unix4j.unix.Head.Interface
-
Reads the first count lines or characters from each of the
specified files and writes them to the standard output.
- head(File...) - Static method in class org.unix4j.Unix4j
-
Reads the first 10 lines from each of the specified files and writes
them to the standard output.
- head(long, File...) - Static method in class org.unix4j.Unix4j
-
Reads the first count lines from each of the specified files
and writes them to the standard output.
- head(long, String...) - Static method in class org.unix4j.Unix4j
-
Reads the first count lines from each of the specified files
and writes them to the standard output.
- head(HeadOptions, long, File...) - Static method in class org.unix4j.Unix4j
-
Reads the first count lines or characters from each of the
specified files and writes them to the standard output.
- head(HeadOptions, long, String...) - Static method in class org.unix4j.Unix4j
-
Reads the first count lines or characters from each of the
specified files and writes them to the standard output.
- Head.Interface<R> - Interface in org.unix4j.unix
-
Interface defining all method signatures for the "head" command.
- HeadArguments - Class in org.unix4j.unix.head
-
Arguments and options for the
head command.
- HeadArguments() - Constructor for class org.unix4j.unix.head.HeadArguments
-
Constructor to use if no options are specified.
- HeadArguments(HeadOptions) - Constructor for class org.unix4j.unix.head.HeadArguments
-
Constructor with option set containing the selected command options.
- HeadArguments(String...) - Constructor for class org.unix4j.unix.head.HeadArguments
-
Constructor string arguments encoding options and arguments, possibly
also containing variable expressions.
- HeadCharsProcessor - Class in org.unix4j.unix.head
-
- HeadCharsProcessor(HeadCommand, ExecutionContext, LineProcessor) - Constructor for class org.unix4j.unix.head.HeadCharsProcessor
-
- HeadCommand - Class in org.unix4j.unix.head
-
Implementation of the
head command.
- HeadCommand(HeadArguments) - Constructor for class org.unix4j.unix.head.HeadCommand
-
- HeadFactory - Class in org.unix4j.unix.head
-
Factory for the
head command returning
a new command instance from every signature method.
- HeadLinesProcessor - Class in org.unix4j.unix.head
-
- HeadLinesProcessor(HeadCommand, ExecutionContext, LineProcessor) - Constructor for class org.unix4j.unix.head.HeadLinesProcessor
-
- HeadOption - Enum in org.unix4j.unix.head
-
Options for the
head command.
- HeadOptions - Interface in org.unix4j.unix.head
-
Interface implemented by all option sets for the
head command.
- HeadOptions.Default - Class in org.unix4j.unix.head
-
Default implementation for a modifiable option set.
- HeadOptions.Default() - Constructor for class org.unix4j.unix.head.HeadOptions.Default
-
Default constructor for an empty option set with no active options.
- HeadOptions.Default(HeadOption) - Constructor for class org.unix4j.unix.head.HeadOptions.Default
-
Constructor for an option set with a single active option.
- HeadOptions.Default(HeadOption...) - Constructor for class org.unix4j.unix.head.HeadOptions.Default
-
Constructor for an option set with the given active options.
- HeadOptions.Default(OptionSet<HeadOption>) - Constructor for class org.unix4j.unix.head.HeadOptions.Default
-
Constructor for an option set initialized with the options given by
another option set.
- HeadOptionSet_cq - Enum in org.unix4j.unix.head
-
Option sets for the
head command with
the following options:
c,
q.
- HeadOptionSets - Class in org.unix4j.unix.head
-
Options for the
head command with the
the following options:
- HeadOptionSets() - Constructor for class org.unix4j.unix.head.HeadOptionSets
-
- humanNumericSort - Variable in enum org.unix4j.unix.sort.SortOptionSet_bcdfhmru
-
Option "--humanNumericSort": Sort numerically, first by numeric sign (negative, zero, or
positive); then by SI suffix (either empty, or 'k' or 'K', or one
of 'MGTPEZY', in that order); and finally by numeric value.
- humanNumericSort - Variable in enum org.unix4j.unix.sort.SortOptionSet_bcdfhru
-
Option "--humanNumericSort": Sort numerically, first by numeric sign (negative, zero, or
positive); then by SI suffix (either empty, or 'k' or 'K', or one
of 'MGTPEZY', in that order); and finally by numeric value.
- humanNumericSort - Variable in enum org.unix4j.unix.sort.SortOptionSet_bdfhmru
-
Option "--humanNumericSort": Sort numerically, first by numeric sign (negative, zero, or
positive); then by SI suffix (either empty, or 'k' or 'K', or one
of 'MGTPEZY', in that order); and finally by numeric value.
- humanNumericSort - Variable in enum org.unix4j.unix.sort.SortOptionSet_MVbcdfghmnru
-
Option "--humanNumericSort": Sort numerically, first by numeric sign (negative, zero, or
positive); then by SI suffix (either empty, or 'k' or 'K', or one
of 'MGTPEZY', in that order); and finally by numeric value.
- humanNumericSort - Variable in enum org.unix4j.unix.sort.SortOptionSet_MVbcdfghnru
-
Option "--humanNumericSort": Sort numerically, first by numeric sign (negative, zero, or
positive); then by SI suffix (either empty, or 'k' or 'K', or one
of 'MGTPEZY', in that order); and finally by numeric value.
- humanNumericSort - Variable in enum org.unix4j.unix.sort.SortOptionSet_MVbdfghmnru
-
Option "--humanNumericSort": Sort numerically, first by numeric sign (negative, zero, or
positive); then by SI suffix (either empty, or 'k' or 'K', or one
of 'MGTPEZY', in that order); and finally by numeric value.
- humanNumericSort - Variable in class org.unix4j.unix.sort.SortOptionSets
-
Option "--humanNumericSort": Sort numerically, first by numeric sign (negative, zero, or
positive); then by SI suffix (either empty, or 'k' or 'K', or one
of 'MGTPEZY', in that order); and finally by numeric value.
- humanReadable - Variable in enum org.unix4j.unix.ls.LsOptionSet_Rahlrt
-
Option "--humanReadable": Print sizes in human readable format.
- humanReadable - Variable in class org.unix4j.unix.ls.LsOptionSets
-
Option "--humanReadable": Print sizes in human readable format.
- i - Variable in enum org.unix4j.unix.find.FindOptionSet_acdfilmnorxz
-
Option "-i": Use case insensitive matching when applying the file name pattern
specified by the name operand
- i - Variable in enum org.unix4j.unix.find.FindOptionSet_acdimnorz
-
Option "-i": Use case insensitive matching when applying the file name pattern
specified by the name operand
- i - Variable in enum org.unix4j.unix.find.FindOptionSet_acfimnorz
-
Option "-i": Use case insensitive matching when applying the file name pattern
specified by the name operand
- i - Variable in enum org.unix4j.unix.find.FindOptionSet_acilmnorz
-
Option "-i": Use case insensitive matching when applying the file name pattern
specified by the name operand
- i - Variable in enum org.unix4j.unix.find.FindOptionSet_acimnorxz
-
Option "-i": Use case insensitive matching when applying the file name pattern
specified by the name operand
- i - Variable in enum org.unix4j.unix.find.FindOptionSet_adfilnorxz
-
Option "-i": Use case insensitive matching when applying the file name pattern
specified by the name operand
- i - Variable in enum org.unix4j.unix.find.FindOptionSet_adinorz
-
Option "-i": Use case insensitive matching when applying the file name pattern
specified by the name operand
- i - Variable in enum org.unix4j.unix.find.FindOptionSet_afinorz
-
Option "-i": Use case insensitive matching when applying the file name pattern
specified by the name operand
- i - Variable in enum org.unix4j.unix.find.FindOptionSet_ailnorz
-
Option "-i": Use case insensitive matching when applying the file name pattern
specified by the name operand
- i - Variable in enum org.unix4j.unix.find.FindOptionSet_ainorxz
-
Option "-i": Use case insensitive matching when applying the file name pattern
specified by the name operand
- i - Variable in enum org.unix4j.unix.find.FindOptionSet_cdfilnorxz
-
Option "-i": Use case insensitive matching when applying the file name pattern
specified by the name operand
- i - Variable in enum org.unix4j.unix.find.FindOptionSet_cdinorz
-
Option "-i": Use case insensitive matching when applying the file name pattern
specified by the name operand
- i - Variable in enum org.unix4j.unix.find.FindOptionSet_cfinorz
-
Option "-i": Use case insensitive matching when applying the file name pattern
specified by the name operand
- i - Variable in enum org.unix4j.unix.find.FindOptionSet_cilnorz
-
Option "-i": Use case insensitive matching when applying the file name pattern
specified by the name operand
- i - Variable in enum org.unix4j.unix.find.FindOptionSet_cinorxz
-
Option "-i": Use case insensitive matching when applying the file name pattern
specified by the name operand
- i - Variable in enum org.unix4j.unix.find.FindOptionSet_dfilmnorxz
-
Option "-i": Use case insensitive matching when applying the file name pattern
specified by the name operand
- i - Variable in enum org.unix4j.unix.find.FindOptionSet_dimnorz
-
Option "-i": Use case insensitive matching when applying the file name pattern
specified by the name operand
- i - Variable in enum org.unix4j.unix.find.FindOptionSet_fimnorz
-
Option "-i": Use case insensitive matching when applying the file name pattern
specified by the name operand
- i - Variable in enum org.unix4j.unix.find.FindOptionSet_ilmnorz
-
Option "-i": Use case insensitive matching when applying the file name pattern
specified by the name operand
- i - Variable in enum org.unix4j.unix.find.FindOptionSet_imnorxz
-
Option "-i": Use case insensitive matching when applying the file name pattern
specified by the name operand
- i - Variable in class org.unix4j.unix.find.FindOptionSets
-
Option "-i": Use case insensitive matching when applying the file name pattern
specified by the name operand
- i - Variable in enum org.unix4j.unix.grep.GrepOptionSet_Fcilnvx
-
Option "-i": Match lines ignoring the case when comparing the strings, also known
from Unix with its acronym 'i'.
- i - Variable in class org.unix4j.unix.grep.GrepOptionSets
-
Option "-i": Match lines ignoring the case when comparing the strings, also known
from Unix with its acronym 'i'.
- I - Variable in enum org.unix4j.unix.sed.SedOptionSet_Iacdgilnpsy
-
Option "-I": Use case insensitive pattern matching.
- i - Variable in enum org.unix4j.unix.sed.SedOptionSet_Iacdgilnpsy
-
Option "-i": Insert string2 as a separate line before the matched line.
- I - Variable in enum org.unix4j.unix.sed.SedOptionSet_Iaglnp
-
Option "-I": Use case insensitive pattern matching.
- I - Variable in enum org.unix4j.unix.sed.SedOptionSet_Icglnp
-
Option "-I": Use case insensitive pattern matching.
- I - Variable in enum org.unix4j.unix.sed.SedOptionSet_Idglnp
-
Option "-I": Use case insensitive pattern matching.
- I - Variable in enum org.unix4j.unix.sed.SedOptionSet_Igilnp
-
Option "-I": Use case insensitive pattern matching.
- i - Variable in enum org.unix4j.unix.sed.SedOptionSet_Igilnp
-
Option "-i": Insert string2 as a separate line before the matched line.
- I - Variable in enum org.unix4j.unix.sed.SedOptionSet_Iglnps
-
Option "-I": Use case insensitive pattern matching.
- I - Variable in enum org.unix4j.unix.sed.SedOptionSet_Iglnpy
-
Option "-I": Use case insensitive pattern matching.
- I - Variable in class org.unix4j.unix.sed.SedOptionSets
-
Option "-I": Use case insensitive pattern matching.
- i - Variable in class org.unix4j.unix.sed.SedOptionSets
-
Option "-i": Insert string2 as a separate line before the matched line.
- ignoreCase - Variable in enum org.unix4j.unix.find.FindOptionSet_acdfilmnorxz
-
Option "--ignoreCase": Use case insensitive matching when applying the file name pattern
specified by the name operand
- ignoreCase - Variable in enum org.unix4j.unix.find.FindOptionSet_acdimnorz
-
Option "--ignoreCase": Use case insensitive matching when applying the file name pattern
specified by the name operand
- ignoreCase - Variable in enum org.unix4j.unix.find.FindOptionSet_acfimnorz
-
Option "--ignoreCase": Use case insensitive matching when applying the file name pattern
specified by the name operand
- ignoreCase - Variable in enum org.unix4j.unix.find.FindOptionSet_acilmnorz
-
Option "--ignoreCase": Use case insensitive matching when applying the file name pattern
specified by the name operand
- ignoreCase - Variable in enum org.unix4j.unix.find.FindOptionSet_acimnorxz
-
Option "--ignoreCase": Use case insensitive matching when applying the file name pattern
specified by the name operand
- ignoreCase - Variable in enum org.unix4j.unix.find.FindOptionSet_adfilnorxz
-
Option "--ignoreCase": Use case insensitive matching when applying the file name pattern
specified by the name operand
- ignoreCase - Variable in enum org.unix4j.unix.find.FindOptionSet_adinorz
-
Option "--ignoreCase": Use case insensitive matching when applying the file name pattern
specified by the name operand
- ignoreCase - Variable in enum org.unix4j.unix.find.FindOptionSet_afinorz
-
Option "--ignoreCase": Use case insensitive matching when applying the file name pattern
specified by the name operand
- ignoreCase - Variable in enum org.unix4j.unix.find.FindOptionSet_ailnorz
-
Option "--ignoreCase": Use case insensitive matching when applying the file name pattern
specified by the name operand
- ignoreCase - Variable in enum org.unix4j.unix.find.FindOptionSet_ainorxz
-
Option "--ignoreCase": Use case insensitive matching when applying the file name pattern
specified by the name operand
- ignoreCase - Variable in enum org.unix4j.unix.find.FindOptionSet_cdfilnorxz
-
Option "--ignoreCase": Use case insensitive matching when applying the file name pattern
specified by the name operand
- ignoreCase - Variable in enum org.unix4j.unix.find.FindOptionSet_cdinorz
-
Option "--ignoreCase": Use case insensitive matching when applying the file name pattern
specified by the name operand
- ignoreCase - Variable in enum org.unix4j.unix.find.FindOptionSet_cfinorz
-
Option "--ignoreCase": Use case insensitive matching when applying the file name pattern
specified by the name operand
- ignoreCase - Variable in enum org.unix4j.unix.find.FindOptionSet_cilnorz
-
Option "--ignoreCase": Use case insensitive matching when applying the file name pattern
specified by the name operand
- ignoreCase - Variable in enum org.unix4j.unix.find.FindOptionSet_cinorxz
-
Option "--ignoreCase": Use case insensitive matching when applying the file name pattern
specified by the name operand
- ignoreCase - Variable in enum org.unix4j.unix.find.FindOptionSet_dfilmnorxz
-
Option "--ignoreCase": Use case insensitive matching when applying the file name pattern
specified by the name operand
- ignoreCase - Variable in enum org.unix4j.unix.find.FindOptionSet_dimnorz
-
Option "--ignoreCase": Use case insensitive matching when applying the file name pattern
specified by the name operand
- ignoreCase - Variable in enum org.unix4j.unix.find.FindOptionSet_fimnorz
-
Option "--ignoreCase": Use case insensitive matching when applying the file name pattern
specified by the name operand
- ignoreCase - Variable in enum org.unix4j.unix.find.FindOptionSet_ilmnorz
-
Option "--ignoreCase": Use case insensitive matching when applying the file name pattern
specified by the name operand
- ignoreCase - Variable in enum org.unix4j.unix.find.FindOptionSet_imnorxz
-
Option "--ignoreCase": Use case insensitive matching when applying the file name pattern
specified by the name operand
- ignoreCase - Variable in class org.unix4j.unix.find.FindOptionSets
-
Option "--ignoreCase": Use case insensitive matching when applying the file name pattern
specified by the name operand
- ignoreCase - Variable in enum org.unix4j.unix.grep.GrepOptionSet_Fcilnvx
-
Option "--ignoreCase": Match lines ignoring the case when comparing the strings, also known
from Unix with its acronym 'i'.
- ignoreCase - Variable in class org.unix4j.unix.grep.GrepOptionSets
-
Option "--ignoreCase": Match lines ignoring the case when comparing the strings, also known
from Unix with its acronym 'i'.
- ignoreCase - Variable in enum org.unix4j.unix.sed.SedOptionSet_Iacdgilnpsy
-
Option "--ignoreCase": Use case insensitive pattern matching.
- ignoreCase - Variable in enum org.unix4j.unix.sed.SedOptionSet_Iaglnp
-
Option "--ignoreCase": Use case insensitive pattern matching.
- ignoreCase - Variable in enum org.unix4j.unix.sed.SedOptionSet_Icglnp
-
Option "--ignoreCase": Use case insensitive pattern matching.
- ignoreCase - Variable in enum org.unix4j.unix.sed.SedOptionSet_Idglnp
-
Option "--ignoreCase": Use case insensitive pattern matching.
- ignoreCase - Variable in enum org.unix4j.unix.sed.SedOptionSet_Igilnp
-
Option "--ignoreCase": Use case insensitive pattern matching.
- ignoreCase - Variable in enum org.unix4j.unix.sed.SedOptionSet_Iglnps
-
Option "--ignoreCase": Use case insensitive pattern matching.
- ignoreCase - Variable in enum org.unix4j.unix.sed.SedOptionSet_Iglnpy
-
Option "--ignoreCase": Use case insensitive pattern matching.
- ignoreCase - Variable in class org.unix4j.unix.sed.SedOptionSets
-
Option "--ignoreCase": Use case insensitive pattern matching.
- ignoreCase - Variable in enum org.unix4j.unix.sort.SortOptionSet_bcdfgmru
-
Option "--ignoreCase": Consider all lowercase characters that have uppercase equivalents to
be the uppercase equivalent for the purposes of comparison.
- ignoreCase - Variable in enum org.unix4j.unix.sort.SortOptionSet_bcdfgru
-
Option "--ignoreCase": Consider all lowercase characters that have uppercase equivalents to
be the uppercase equivalent for the purposes of comparison.
- ignoreCase - Variable in enum org.unix4j.unix.sort.SortOptionSet_bcdfhmru
-
Option "--ignoreCase": Consider all lowercase characters that have uppercase equivalents to
be the uppercase equivalent for the purposes of comparison.
- ignoreCase - Variable in enum org.unix4j.unix.sort.SortOptionSet_bcdfhru
-
Option "--ignoreCase": Consider all lowercase characters that have uppercase equivalents to
be the uppercase equivalent for the purposes of comparison.
- ignoreCase - Variable in enum org.unix4j.unix.sort.SortOptionSet_bcdfmnru
-
Option "--ignoreCase": Consider all lowercase characters that have uppercase equivalents to
be the uppercase equivalent for the purposes of comparison.
- ignoreCase - Variable in enum org.unix4j.unix.sort.SortOptionSet_bcdfnru
-
Option "--ignoreCase": Consider all lowercase characters that have uppercase equivalents to
be the uppercase equivalent for the purposes of comparison.
- ignoreCase - Variable in enum org.unix4j.unix.sort.SortOptionSet_bdfgmru
-
Option "--ignoreCase": Consider all lowercase characters that have uppercase equivalents to
be the uppercase equivalent for the purposes of comparison.
- ignoreCase - Variable in enum org.unix4j.unix.sort.SortOptionSet_bdfhmru
-
Option "--ignoreCase": Consider all lowercase characters that have uppercase equivalents to
be the uppercase equivalent for the purposes of comparison.
- ignoreCase - Variable in enum org.unix4j.unix.sort.SortOptionSet_bdfmnru
-
Option "--ignoreCase": Consider all lowercase characters that have uppercase equivalents to
be the uppercase equivalent for the purposes of comparison.
- ignoreCase - Variable in enum org.unix4j.unix.sort.SortOptionSet_Mbcdfmru
-
Option "--ignoreCase": Consider all lowercase characters that have uppercase equivalents to
be the uppercase equivalent for the purposes of comparison.
- ignoreCase - Variable in enum org.unix4j.unix.sort.SortOptionSet_Mbcdfru
-
Option "--ignoreCase": Consider all lowercase characters that have uppercase equivalents to
be the uppercase equivalent for the purposes of comparison.
- ignoreCase - Variable in enum org.unix4j.unix.sort.SortOptionSet_Mbdfmru
-
Option "--ignoreCase": Consider all lowercase characters that have uppercase equivalents to
be the uppercase equivalent for the purposes of comparison.
- ignoreCase - Variable in enum org.unix4j.unix.sort.SortOptionSet_MVbcdfghmnru
-
Option "--ignoreCase": Consider all lowercase characters that have uppercase equivalents to
be the uppercase equivalent for the purposes of comparison.
- ignoreCase - Variable in enum org.unix4j.unix.sort.SortOptionSet_MVbcdfghnru
-
Option "--ignoreCase": Consider all lowercase characters that have uppercase equivalents to
be the uppercase equivalent for the purposes of comparison.
- ignoreCase - Variable in enum org.unix4j.unix.sort.SortOptionSet_MVbdfghmnru
-
Option "--ignoreCase": Consider all lowercase characters that have uppercase equivalents to
be the uppercase equivalent for the purposes of comparison.
- ignoreCase - Variable in enum org.unix4j.unix.sort.SortOptionSet_Vbcdfmru
-
Option "--ignoreCase": Consider all lowercase characters that have uppercase equivalents to
be the uppercase equivalent for the purposes of comparison.
- ignoreCase - Variable in enum org.unix4j.unix.sort.SortOptionSet_Vbcdfru
-
Option "--ignoreCase": Consider all lowercase characters that have uppercase equivalents to
be the uppercase equivalent for the purposes of comparison.
- ignoreCase - Variable in enum org.unix4j.unix.sort.SortOptionSet_Vbdfmru
-
Option "--ignoreCase": Consider all lowercase characters that have uppercase equivalents to
be the uppercase equivalent for the purposes of comparison.
- ignoreCase - Variable in class org.unix4j.unix.sort.SortOptionSets
-
Option "--ignoreCase": Consider all lowercase characters that have uppercase equivalents to
be the uppercase equivalent for the purposes of comparison.
- ignoreLeadingBlanks - Variable in enum org.unix4j.unix.sort.SortOptionSet_bcdfgmru
-
Option "--ignoreLeadingBlanks": Ignore leading blanks.
- ignoreLeadingBlanks - Variable in enum org.unix4j.unix.sort.SortOptionSet_bcdfgru
-
Option "--ignoreLeadingBlanks": Ignore leading blanks.
- ignoreLeadingBlanks - Variable in enum org.unix4j.unix.sort.SortOptionSet_bcdfhmru
-
Option "--ignoreLeadingBlanks": Ignore leading blanks.
- ignoreLeadingBlanks - Variable in enum org.unix4j.unix.sort.SortOptionSet_bcdfhru
-
Option "--ignoreLeadingBlanks": Ignore leading blanks.
- ignoreLeadingBlanks - Variable in enum org.unix4j.unix.sort.SortOptionSet_bcdfmnru
-
Option "--ignoreLeadingBlanks": Ignore leading blanks.
- ignoreLeadingBlanks - Variable in enum org.unix4j.unix.sort.SortOptionSet_bcdfnru
-
Option "--ignoreLeadingBlanks": Ignore leading blanks.
- ignoreLeadingBlanks - Variable in enum org.unix4j.unix.sort.SortOptionSet_bdfgmru
-
Option "--ignoreLeadingBlanks": Ignore leading blanks.
- ignoreLeadingBlanks - Variable in enum org.unix4j.unix.sort.SortOptionSet_bdfhmru
-
Option "--ignoreLeadingBlanks": Ignore leading blanks.
- ignoreLeadingBlanks - Variable in enum org.unix4j.unix.sort.SortOptionSet_bdfmnru
-
Option "--ignoreLeadingBlanks": Ignore leading blanks.
- ignoreLeadingBlanks - Variable in enum org.unix4j.unix.sort.SortOptionSet_Mbcdfmru
-
Option "--ignoreLeadingBlanks": Ignore leading blanks.
- ignoreLeadingBlanks - Variable in enum org.unix4j.unix.sort.SortOptionSet_Mbcdfru
-
Option "--ignoreLeadingBlanks": Ignore leading blanks.
- ignoreLeadingBlanks - Variable in enum org.unix4j.unix.sort.SortOptionSet_Mbdfmru
-
Option "--ignoreLeadingBlanks": Ignore leading blanks.
- ignoreLeadingBlanks - Variable in enum org.unix4j.unix.sort.SortOptionSet_MVbcdfghmnru
-
Option "--ignoreLeadingBlanks": Ignore leading blanks.
- ignoreLeadingBlanks - Variable in enum org.unix4j.unix.sort.SortOptionSet_MVbcdfghnru
-
Option "--ignoreLeadingBlanks": Ignore leading blanks.
- ignoreLeadingBlanks - Variable in enum org.unix4j.unix.sort.SortOptionSet_MVbdfghmnru
-
Option "--ignoreLeadingBlanks": Ignore leading blanks.
- ignoreLeadingBlanks - Variable in enum org.unix4j.unix.sort.SortOptionSet_Vbcdfmru
-
Option "--ignoreLeadingBlanks": Ignore leading blanks.
- ignoreLeadingBlanks - Variable in enum org.unix4j.unix.sort.SortOptionSet_Vbcdfru
-
Option "--ignoreLeadingBlanks": Ignore leading blanks.
- ignoreLeadingBlanks - Variable in enum org.unix4j.unix.sort.SortOptionSet_Vbdfmru
-
Option "--ignoreLeadingBlanks": Ignore leading blanks.
- ignoreLeadingBlanks - Variable in class org.unix4j.unix.sort.SortOptionSets
-
Option "--ignoreLeadingBlanks": Ignore leading blanks.
- incrementLineCount() - Method in class org.unix4j.unix.xargs.DefaultItemStorage
-
- incrementLineCount() - Method in interface org.unix4j.unix.xargs.ItemStorage
-
Increments the line count by one.
- indexOfNextDelimiter(String, int) - Static method in class org.unix4j.unix.sed.AbstractSedProcessor
-
Returns the index of the next delimiter in the given sed script.
- insert - Variable in enum org.unix4j.unix.sed.SedOptionSet_Iacdgilnpsy
-
Option "--insert": Insert string2 as a separate line before the matched line.
- insert - Variable in enum org.unix4j.unix.sed.SedOptionSet_Igilnp
-
Option "--insert": Insert string2 as a separate line before the matched line.
- insert - Variable in class org.unix4j.unix.sed.SedOptionSets
-
Option "--insert": Insert string2 as a separate line before the matched line.
- InsertProcessor - Class in org.unix4j.unix.sed
-
- InsertProcessor(Command, SedArguments, LineProcessor) - Constructor for class org.unix4j.unix.sed.InsertProcessor
-
- InsertProcessor(Command, String, SedArguments, LineProcessor) - Constructor for class org.unix4j.unix.sed.InsertProcessor
-
- INSTANCE - Static variable in class org.unix4j.unix.cat.CatFactory
-
The singleton instance of this factory.
- INSTANCE - Static variable in class org.unix4j.unix.cat.CatOptionSets
-
The singleton instance.
- INSTANCE - Static variable in class org.unix4j.unix.cd.CdFactory
-
The singleton instance of this factory.
- INSTANCE - Static variable in class org.unix4j.unix.cut.CutFactory
-
The singleton instance of this factory.
- INSTANCE - Static variable in class org.unix4j.unix.cut.CutOptionSets
-
The singleton instance.
- INSTANCE - Static variable in class org.unix4j.unix.echo.EchoFactory
-
The singleton instance of this factory.
- INSTANCE - Static variable in class org.unix4j.unix.echo.EchoOptionSets
-
The singleton instance.
- INSTANCE - Static variable in class org.unix4j.unix.find.FileAttributes
-
Singleton instance loading the Java7 version if possible with support for
more file attributes.
- INSTANCE - Static variable in class org.unix4j.unix.find.FindFactory
-
The singleton instance of this factory.
- INSTANCE - Static variable in class org.unix4j.unix.find.FindOptionSets
-
The singleton instance.
- INSTANCE - Static variable in class org.unix4j.unix.from.FromFactory
-
The singleton instance of this factory.
- INSTANCE - Static variable in class org.unix4j.unix.grep.GrepFactory
-
The singleton instance of this factory.
- INSTANCE - Static variable in class org.unix4j.unix.grep.GrepOptionSets
-
The singleton instance.
- INSTANCE - Static variable in class org.unix4j.unix.head.HeadFactory
-
The singleton instance of this factory.
- INSTANCE - Static variable in class org.unix4j.unix.head.HeadOptionSets
-
The singleton instance.
- INSTANCE - Static variable in class org.unix4j.unix.ls.LsFactory
-
The singleton instance of this factory.
- INSTANCE - Static variable in class org.unix4j.unix.ls.LsFormatterShort
-
- INSTANCE - Static variable in class org.unix4j.unix.ls.LsOptionSets
-
The singleton instance.
- INSTANCE - Static variable in class org.unix4j.unix.sed.SedFactory
-
The singleton instance of this factory.
- INSTANCE - Static variable in class org.unix4j.unix.sed.SedOptionSets
-
The singleton instance.
- INSTANCE - Static variable in class org.unix4j.unix.sort.SortFactory
-
The singleton instance of this factory.
- INSTANCE - Static variable in class org.unix4j.unix.sort.SortOptionSets
-
The singleton instance.
- INSTANCE - Static variable in class org.unix4j.unix.tail.TailFactory
-
The singleton instance of this factory.
- INSTANCE - Static variable in class org.unix4j.unix.tail.TailOptionSets
-
The singleton instance.
- INSTANCE - Static variable in class org.unix4j.unix.uniq.UniqFactory
-
The singleton instance of this factory.
- INSTANCE - Static variable in class org.unix4j.unix.uniq.UniqOptionSets
-
The singleton instance.
- INSTANCE - Static variable in class org.unix4j.unix.wc.WcFactory
-
The singleton instance of this factory.
- INSTANCE - Static variable in class org.unix4j.unix.wc.WcOptionSets
-
The singleton instance.
- INSTANCE - Static variable in class org.unix4j.unix.xargs.XargsFactory
-
The singleton instance of this factory.
- INSTANCE - Static variable in class org.unix4j.unix.xargs.XargsOptionSets
-
The singleton instance.
- InvertedMatcher - Class in org.unix4j.unix.grep
-
Inverts the result of another matcher that is passed to the constructor.
- InvertedMatcher(LineMatcher) - Constructor for class org.unix4j.unix.grep.InvertedMatcher
-
Constructor with matcher to invert.
- invertMatch - Variable in enum org.unix4j.unix.grep.GrepOptionSet_Fcilnvx
-
Option "--invertMatch": Invert the match result, that is, a non-matching line is written to
the output and a matching line is not.
- invertMatch - Variable in class org.unix4j.unix.grep.GrepOptionSets
-
Option "--invertMatch": Invert the match result, that is, a non-matching line is written to
the output and a matching line is not.
- invoke() - Method in class org.unix4j.unix.xargs.XargsLineProcessor
-
- isAllFiles() - Method in class org.unix4j.unix.ls.LsArguments
-
Returns true if the
--allFiles option
is set.
- isAppend() - Method in class org.unix4j.unix.sed.SedArguments
-
Returns true if the
--append option
is set.
- isArgsSet() - Method in class org.unix4j.unix.cat.CatArguments
-
Returns true if the <args> operand has been set.
- isArgsSet() - Method in class org.unix4j.unix.cut.CutArguments
-
Returns true if the <args> operand has been set.
- isArgsSet() - Method in class org.unix4j.unix.echo.EchoArguments
-
Returns true if the <args> operand has been set.
- isArgsSet() - Method in class org.unix4j.unix.find.FindArguments
-
Returns true if the <args> operand has been set.
- isArgsSet() - Method in class org.unix4j.unix.grep.GrepArguments
-
Returns true if the <args> operand has been set.
- isArgsSet() - Method in class org.unix4j.unix.head.HeadArguments
-
Returns true if the <args> operand has been set.
- isArgsSet() - Method in class org.unix4j.unix.ls.LsArguments
-
Returns true if the <args> operand has been set.
- isArgsSet() - Method in class org.unix4j.unix.sed.SedArguments
-
Returns true if the <args> operand has been set.
- isArgsSet() - Method in class org.unix4j.unix.sort.SortArguments
-
Returns true if the <args> operand has been set.
- isArgsSet() - Method in class org.unix4j.unix.tail.TailArguments
-
Returns true if the <args> operand has been set.
- isArgsSet() - Method in class org.unix4j.unix.uniq.UniqArguments
-
Returns true if the <args> operand has been set.
- isArgsSet() - Method in class org.unix4j.unix.wc.WcArguments
-
Returns true if the <args> operand has been set.
- isArgsSet() - Method in class org.unix4j.unix.xargs.XargsArguments
-
Returns true if the <args> operand has been set.
- isChange() - Method in class org.unix4j.unix.sed.SedArguments
-
Returns true if the
--change option
is set.
- isChars() - Method in class org.unix4j.unix.cut.CutArguments
-
Returns true if the
--chars option
is set.
- isChars() - Method in class org.unix4j.unix.head.HeadArguments
-
Returns true if the
--chars option
is set.
- isChars() - Method in class org.unix4j.unix.tail.TailArguments
-
Returns true if the
--chars option
is set.
- isChars() - Method in class org.unix4j.unix.wc.WcArguments
-
Returns true if the
--chars option
is set.
- isCheck() - Method in class org.unix4j.unix.sort.SortArguments
-
Returns true if the
--check option
is set.
- isComparatorSet() - Method in class org.unix4j.unix.sort.SortArguments
-
Returns true if the <comparator> operand has been set.
- isCount() - Method in class org.unix4j.unix.grep.GrepArguments
-
Returns true if the
--count option
is set.
- isCount() - Method in class org.unix4j.unix.uniq.UniqArguments
-
Returns true if the
--count option
is set.
- isCountFromStart() - Method in class org.unix4j.unix.tail.TailArguments
-
- isCountSet() - Method in class org.unix4j.unix.head.HeadArguments
-
Returns true if the <count> operand has been set.
- isCountSet() - Method in class org.unix4j.unix.tail.TailArguments
-
Returns true if the <count> operand has been set.
- isDelete() - Method in class org.unix4j.unix.sed.SedArguments
-
Returns true if the
--delete option
is set.
- isDelimiter0() - Method in class org.unix4j.unix.xargs.XargsArguments
-
- isDelimiterSet() - Method in class org.unix4j.unix.cut.CutArguments
-
Returns true if the <delimiter> operand has been set.
- isDelimiterSet() - Method in class org.unix4j.unix.xargs.XargsArguments
-
Returns true if the <delimiter> operand has been set.
- isDictionaryOrder() - Method in class org.unix4j.unix.sort.SortArguments
-
- isDirectory(File) - Method in class org.unix4j.unix.find.FileAttributes
-
- isDirectory(File) - Method in class org.unix4j.unix.find.FileAttributes7
-
- isDuplicatedOnly() - Method in class org.unix4j.unix.uniq.UniqArguments
-
- isEofSet() - Method in class org.unix4j.unix.xargs.XargsArguments
-
Returns true if the <eof> operand has been set.
- isExactArgs() - Method in class org.unix4j.unix.xargs.XargsArguments
-
Returns true if the
--exactArgs option
is set.
- isFields() - Method in class org.unix4j.unix.cut.CutArguments
-
Returns true if the
--fields option
is set.
- isFileSet() - Method in class org.unix4j.unix.cd.CdArguments
-
Returns true if the <file> operand has been set.
- isFileSet() - Method in class org.unix4j.unix.uniq.UniqArguments
-
Returns true if the <file> operand has been set.
- isFilesSet() - Method in class org.unix4j.unix.cat.CatArguments
-
Returns true if the <files> operand has been set.
- isFilesSet() - Method in class org.unix4j.unix.grep.GrepArguments
-
Returns true if the <files> operand has been set.
- isFilesSet() - Method in class org.unix4j.unix.head.HeadArguments
-
Returns true if the <files> operand has been set.
- isFilesSet() - Method in class org.unix4j.unix.ls.LsArguments
-
Returns true if the <files> operand has been set.
- isFilesSet() - Method in class org.unix4j.unix.sort.SortArguments
-
Returns true if the <files> operand has been set.
- isFilesSet() - Method in class org.unix4j.unix.tail.TailArguments
-
Returns true if the <files> operand has been set.
- isFilesSet() - Method in class org.unix4j.unix.wc.WcArguments
-
Returns true if the <files> operand has been set.
- isFixedStrings() - Method in class org.unix4j.unix.grep.GrepArguments
-
- isGeneralNumericSort() - Method in class org.unix4j.unix.sort.SortArguments
-
- isGlobal() - Method in class org.unix4j.unix.sed.SedArguments
-
Returns true if the
--global option
is set.
- isGlobal() - Method in class org.unix4j.unix.uniq.UniqArguments
-
Returns true if the
--global option
is set.
- isHumanNumericSort() - Method in class org.unix4j.unix.sort.SortArguments
-
- isHumanReadable() - Method in class org.unix4j.unix.ls.LsArguments
-
- isIgnoreCase() - Method in class org.unix4j.unix.find.FindArguments
-
- isIgnoreCase() - Method in class org.unix4j.unix.grep.GrepArguments
-
- isIgnoreCase() - Method in class org.unix4j.unix.sed.SedArguments
-
- isIgnoreCase() - Method in class org.unix4j.unix.sort.SortArguments
-
- isIgnoreLeadingBlanks() - Method in class org.unix4j.unix.sort.SortArguments
-
- isIndexesSet() - Method in class org.unix4j.unix.cut.CutArguments
-
Returns true if the <indexes> operand has been set.
- isInputSet() - Method in class org.unix4j.unix.from.FromArguments
-
Returns true if the <input> operand has been set.
- isInsert() - Method in class org.unix4j.unix.sed.SedArguments
-
Returns true if the
--insert option
is set.
- isInvertMatch() - Method in class org.unix4j.unix.grep.GrepArguments
-
- isLineNumber() - Method in class org.unix4j.unix.grep.GrepArguments
-
- isLineNumber() - Method in class org.unix4j.unix.sed.SedArguments
-
- isLines() - Method in class org.unix4j.unix.wc.WcArguments
-
Returns true if the
--lines option
is set.
- isLongFormat() - Method in class org.unix4j.unix.ls.LsArguments
-
- isMatchingFiles() - Method in class org.unix4j.unix.grep.GrepArguments
-
- isMaxArgsSet() - Method in class org.unix4j.unix.xargs.XargsArguments
-
Returns true if the <maxArgs> operand has been set.
- isMaxLinesSet() - Method in class org.unix4j.unix.xargs.XargsArguments
-
Returns true if the <maxLines> operand has been set.
- isMerge() - Method in class org.unix4j.unix.sort.SortArguments
-
Returns true if the
--merge option
is set.
- isMonthSort() - Method in class org.unix4j.unix.sort.SortArguments
-
Returns true if the
--monthSort option
is set.
- isNameSet() - Method in class org.unix4j.unix.find.FindArguments
-
Returns true if the <name> operand has been set.
- isNoNewline() - Method in class org.unix4j.unix.echo.EchoArguments
-
Returns true if the
--noNewline option
is set.
- isNoRunIfEmpty() - Method in class org.unix4j.unix.xargs.XargsArguments
-
- isNumberLines() - Method in class org.unix4j.unix.cat.CatArguments
-
- isNumberNonBlankLines() - Method in class org.unix4j.unix.cat.CatArguments
-
- isNumericSort() - Method in class org.unix4j.unix.sort.SortArguments
-
- isOccurrenceSet() - Method in class org.unix4j.unix.sed.SedArguments
-
Returns true if the <occurrence> operand has been set.
- isOptionSet(WcArguments) - Method in enum org.unix4j.unix.wc.CounterType
-
Returns true if the option relevant for this count type is set in
args.
- isOther(File) - Method in class org.unix4j.unix.find.FileAttributes
-
- isOther(File) - Method in class org.unix4j.unix.find.FileAttributes7
-
- isOutputDelimiterSet() - Method in class org.unix4j.unix.cut.CutArguments
-
Returns true if the <outputDelimiter> operand has been set.
- isPathSet() - Method in class org.unix4j.unix.cd.CdArguments
-
Returns true if the <path> operand has been set.
- isPathSet() - Method in class org.unix4j.unix.find.FindArguments
-
Returns true if the <path> operand has been set.
- isPathSet() - Method in class org.unix4j.unix.from.FromArguments
-
Returns true if the <path> operand has been set.
- isPathSet() - Method in class org.unix4j.unix.uniq.UniqArguments
-
Returns true if the <path> operand has been set.
- isPathsSet() - Method in class org.unix4j.unix.cat.CatArguments
-
Returns true if the <paths> operand has been set.
- isPathsSet() - Method in class org.unix4j.unix.grep.GrepArguments
-
Returns true if the <paths> operand has been set.
- isPathsSet() - Method in class org.unix4j.unix.head.HeadArguments
-
Returns true if the <paths> operand has been set.
- isPathsSet() - Method in class org.unix4j.unix.ls.LsArguments
-
Returns true if the <paths> operand has been set.
- isPathsSet() - Method in class org.unix4j.unix.sort.SortArguments
-
Returns true if the <paths> operand has been set.
- isPathsSet() - Method in class org.unix4j.unix.tail.TailArguments
-
Returns true if the <paths> operand has been set.
- isPathsSet() - Method in class org.unix4j.unix.wc.WcArguments
-
Returns true if the <paths> operand has been set.
- isPatternSet() - Method in class org.unix4j.unix.grep.GrepArguments
-
Returns true if the <pattern> operand has been set.
- isPrint() - Method in class org.unix4j.unix.sed.SedArguments
-
Returns true if the
--print option
is set.
- isPrint0() - Method in class org.unix4j.unix.find.FindArguments
-
Returns true if the
--print0 option
is set.
- isQuiet() - Method in class org.unix4j.unix.sed.SedArguments
-
Returns true if the
--quiet option
is set.
- isRangeSet() - Method in class org.unix4j.unix.cut.CutArguments
-
Returns true if the <range> operand has been set.
- isRecurseSubdirs() - Method in class org.unix4j.unix.ls.LsArguments
-
- isRegex() - Method in class org.unix4j.unix.find.FindArguments
-
Returns true if the
--regex option
is set.
- isRegexpSet() - Method in class org.unix4j.unix.grep.GrepArguments
-
Returns true if the <regexp> operand has been set.
- isRegexpSet() - Method in class org.unix4j.unix.sed.SedArguments
-
Returns true if the <regexp> operand has been set.
- isRegularFile(File) - Method in class org.unix4j.unix.find.FileAttributes
-
- isRegularFile(File) - Method in class org.unix4j.unix.find.FileAttributes7
-
- isReplacementSet() - Method in class org.unix4j.unix.sed.SedArguments
-
Returns true if the <replacement> operand has been set.
- isReverse() - Method in class org.unix4j.unix.sort.SortArguments
-
Returns true if the
--reverse option
is set.
- isReverseOrder() - Method in class org.unix4j.unix.ls.LsArguments
-
- isScriptSet() - Method in class org.unix4j.unix.sed.SedArguments
-
Returns true if the <script> operand has been set.
- isSet(CatOption) - Method in enum org.unix4j.unix.cat.CatOption
-
- isSet(CatOption) - Method in enum org.unix4j.unix.cat.CatOptionSet_bns
-
- isSet(CatOption) - Method in enum org.unix4j.unix.cat.CatOptionSet_bs
-
- isSet(CatOption) - Method in enum org.unix4j.unix.cat.CatOptionSet_ns
-
- isSet(CutOption) - Method in enum org.unix4j.unix.cut.CutOption
-
- isSet(CutOption) - Method in enum org.unix4j.unix.cut.CutOptionSet_cf
-
- isSet(EchoOption) - Method in enum org.unix4j.unix.echo.EchoOption
-
- isSet(EchoOption) - Method in enum org.unix4j.unix.echo.EchoOptionSet_n
-
- isSet(FindOption) - Method in enum org.unix4j.unix.find.FindOption
-
- isSet(FindOption) - Method in enum org.unix4j.unix.find.FindOptionSet_acdfilmnorxz
-
- isSet(FindOption) - Method in enum org.unix4j.unix.find.FindOptionSet_acdimnorz
-
- isSet(FindOption) - Method in enum org.unix4j.unix.find.FindOptionSet_acfimnorz
-
- isSet(FindOption) - Method in enum org.unix4j.unix.find.FindOptionSet_acilmnorz
-
- isSet(FindOption) - Method in enum org.unix4j.unix.find.FindOptionSet_acimnorxz
-
- isSet(FindOption) - Method in enum org.unix4j.unix.find.FindOptionSet_adfilnorxz
-
- isSet(FindOption) - Method in enum org.unix4j.unix.find.FindOptionSet_adinorz
-
- isSet(FindOption) - Method in enum org.unix4j.unix.find.FindOptionSet_afinorz
-
- isSet(FindOption) - Method in enum org.unix4j.unix.find.FindOptionSet_ailnorz
-
- isSet(FindOption) - Method in enum org.unix4j.unix.find.FindOptionSet_ainorxz
-
- isSet(FindOption) - Method in enum org.unix4j.unix.find.FindOptionSet_cdfilnorxz
-
- isSet(FindOption) - Method in enum org.unix4j.unix.find.FindOptionSet_cdinorz
-
- isSet(FindOption) - Method in enum org.unix4j.unix.find.FindOptionSet_cfinorz
-
- isSet(FindOption) - Method in enum org.unix4j.unix.find.FindOptionSet_cilnorz
-
- isSet(FindOption) - Method in enum org.unix4j.unix.find.FindOptionSet_cinorxz
-
- isSet(FindOption) - Method in enum org.unix4j.unix.find.FindOptionSet_dfilmnorxz
-
- isSet(FindOption) - Method in enum org.unix4j.unix.find.FindOptionSet_dimnorz
-
- isSet(FindOption) - Method in enum org.unix4j.unix.find.FindOptionSet_fimnorz
-
- isSet(FindOption) - Method in enum org.unix4j.unix.find.FindOptionSet_ilmnorz
-
- isSet(FindOption) - Method in enum org.unix4j.unix.find.FindOptionSet_imnorxz
-
- isSet(GrepOption) - Method in enum org.unix4j.unix.grep.GrepOption
-
- isSet(GrepOption) - Method in enum org.unix4j.unix.grep.GrepOptionSet_Fcilnvx
-
- isSet(HeadOption) - Method in enum org.unix4j.unix.head.HeadOption
-
- isSet(HeadOption) - Method in enum org.unix4j.unix.head.HeadOptionSet_cq
-
- isSet(LsOption) - Method in enum org.unix4j.unix.ls.LsOption
-
- isSet(LsOption) - Method in enum org.unix4j.unix.ls.LsOptionSet_Rahlrt
-
- isSet(SedOption) - Method in enum org.unix4j.unix.sed.SedOption
-
- isSet(SedOption) - Method in enum org.unix4j.unix.sed.SedOptionSet_Iacdgilnpsy
-
- isSet(SedOption) - Method in enum org.unix4j.unix.sed.SedOptionSet_Iaglnp
-
- isSet(SedOption) - Method in enum org.unix4j.unix.sed.SedOptionSet_Icglnp
-
- isSet(SedOption) - Method in enum org.unix4j.unix.sed.SedOptionSet_Idglnp
-
- isSet(SedOption) - Method in enum org.unix4j.unix.sed.SedOptionSet_Igilnp
-
- isSet(SedOption) - Method in enum org.unix4j.unix.sed.SedOptionSet_Iglnps
-
- isSet(SedOption) - Method in enum org.unix4j.unix.sed.SedOptionSet_Iglnpy
-
- isSet(SortOption) - Method in enum org.unix4j.unix.sort.SortOption
-
- isSet(SortOption) - Method in enum org.unix4j.unix.sort.SortOptionSet_bcdfgmru
-
- isSet(SortOption) - Method in enum org.unix4j.unix.sort.SortOptionSet_bcdfgru
-
- isSet(SortOption) - Method in enum org.unix4j.unix.sort.SortOptionSet_bcdfhmru
-
- isSet(SortOption) - Method in enum org.unix4j.unix.sort.SortOptionSet_bcdfhru
-
- isSet(SortOption) - Method in enum org.unix4j.unix.sort.SortOptionSet_bcdfmnru
-
- isSet(SortOption) - Method in enum org.unix4j.unix.sort.SortOptionSet_bcdfnru
-
- isSet(SortOption) - Method in enum org.unix4j.unix.sort.SortOptionSet_bdfgmru
-
- isSet(SortOption) - Method in enum org.unix4j.unix.sort.SortOptionSet_bdfhmru
-
- isSet(SortOption) - Method in enum org.unix4j.unix.sort.SortOptionSet_bdfmnru
-
- isSet(SortOption) - Method in enum org.unix4j.unix.sort.SortOptionSet_Mbcdfmru
-
- isSet(SortOption) - Method in enum org.unix4j.unix.sort.SortOptionSet_Mbcdfru
-
- isSet(SortOption) - Method in enum org.unix4j.unix.sort.SortOptionSet_Mbdfmru
-
- isSet(SortOption) - Method in enum org.unix4j.unix.sort.SortOptionSet_MVbcdfghmnru
-
- isSet(SortOption) - Method in enum org.unix4j.unix.sort.SortOptionSet_MVbcdfghnru
-
- isSet(SortOption) - Method in enum org.unix4j.unix.sort.SortOptionSet_MVbdfghmnru
-
- isSet(SortOption) - Method in enum org.unix4j.unix.sort.SortOptionSet_Vbcdfmru
-
- isSet(SortOption) - Method in enum org.unix4j.unix.sort.SortOptionSet_Vbcdfru
-
- isSet(SortOption) - Method in enum org.unix4j.unix.sort.SortOptionSet_Vbdfmru
-
- isSet(TailOption) - Method in enum org.unix4j.unix.tail.TailOption
-
- isSet(TailOption) - Method in enum org.unix4j.unix.tail.TailOptionSet_cqs
-
- isSet(UniqOption) - Method in enum org.unix4j.unix.uniq.UniqOption
-
- isSet(UniqOption) - Method in enum org.unix4j.unix.uniq.UniqOptionSet_cdgu
-
- isSet(UniqOption) - Method in enum org.unix4j.unix.uniq.UniqOptionSet_cg
-
- isSet(UniqOption) - Method in enum org.unix4j.unix.uniq.UniqOptionSet_dg
-
- isSet(UniqOption) - Method in enum org.unix4j.unix.uniq.UniqOptionSet_gu
-
- isSet(WcOption) - Method in enum org.unix4j.unix.wc.WcOption
-
- isSet(WcOption) - Method in enum org.unix4j.unix.wc.WcOptionSet_lmw
-
- isSet(XargsOption) - Method in enum org.unix4j.unix.xargs.XargsOption
-
- isSet(XargsOption) - Method in enum org.unix4j.unix.xargs.XargsOptionSet_rtxz
-
- isSizeSet() - Method in class org.unix4j.unix.find.FindArguments
-
Returns true if the <size> operand has been set.
- isSqueezeEmptyLines() - Method in class org.unix4j.unix.cat.CatArguments
-
- isString1Set() - Method in class org.unix4j.unix.sed.SedArguments
-
Returns true if the <string1> operand has been set.
- isString2Set() - Method in class org.unix4j.unix.sed.SedArguments
-
Returns true if the <string2> operand has been set.
- isStringSet() - Method in class org.unix4j.unix.echo.EchoArguments
-
Returns true if the <string> operand has been set.
- isStringsSet() - Method in class org.unix4j.unix.echo.EchoArguments
-
Returns true if the <strings> operand has been set.
- isSubstitute() - Method in class org.unix4j.unix.sed.SedArguments
-
- isSuppressHeaders() - Method in class org.unix4j.unix.head.HeadArguments
-
- isSuppressHeaders() - Method in class org.unix4j.unix.tail.TailArguments
-
- isSymbolicLink(File) - Method in class org.unix4j.unix.find.FileAttributes
-
- isSymbolicLink(File) - Method in class org.unix4j.unix.find.FileAttributes7
-
- isTimeAccess() - Method in class org.unix4j.unix.find.FindArguments
-
- isTimeCreate() - Method in class org.unix4j.unix.find.FindArguments
-
- isTimeModified() - Method in class org.unix4j.unix.find.FindArguments
-
- isTimeNewer() - Method in class org.unix4j.unix.find.FindArguments
-
Returns true if the
--timeNewer option
is set.
- isTimeOlder() - Method in class org.unix4j.unix.find.FindArguments
-
Returns true if the
--timeOlder option
is set.
- isTimeSet() - Method in class org.unix4j.unix.find.FindArguments
-
Returns true if the <time> operand has been set.
- isTimeSorted() - Method in class org.unix4j.unix.ls.LsArguments
-
- isTranslate() - Method in class org.unix4j.unix.sed.SedArguments
-
Returns true if the
--translate option
is set.
- isTypeDirectory() - Method in class org.unix4j.unix.find.FindArguments
-
- isTypeFile() - Method in class org.unix4j.unix.find.FindArguments
-
Returns true if the
--typeFile option
is set.
- isTypeOther() - Method in class org.unix4j.unix.find.FindArguments
-
Returns true if the
--typeOther option
is set.
- isTypeSymlink() - Method in class org.unix4j.unix.find.FindArguments
-
- isUnique() - Method in class org.unix4j.unix.sort.SortArguments
-
Returns true if the
--unique option
is set.
- isUniqueOnly() - Method in class org.unix4j.unix.uniq.UniqArguments
-
- isVerbose() - Method in class org.unix4j.unix.xargs.XargsArguments
-
Returns true if the
--verbose option
is set.
- isVersionSort() - Method in class org.unix4j.unix.sort.SortArguments
-
- isWholeLine() - Method in class org.unix4j.unix.grep.GrepArguments
-
Returns true if the
--wholeLine option
is set.
- isWords() - Method in class org.unix4j.unix.wc.WcArguments
-
Returns true if the
--words option
is set.
- itemizeLine(Line, ItemStorage) - Method in class org.unix4j.unix.xargs.CharDelimitedItemizer
-
- itemizeLine(Line, ItemStorage) - Method in interface org.unix4j.unix.xargs.Itemizer
-
Itemize the given line and stores all found items in the item storage.
- itemizeLine(Line, ItemStorage) - Method in class org.unix4j.unix.xargs.WhitespaceItemizer
-
- Itemizer - Interface in org.unix4j.unix.xargs
-
Itemizes one or multiple lines and stores the found items in an
ItemStorage.
- ItemStorage - Interface in org.unix4j.unix.xargs
-
- iterator() - Method in enum org.unix4j.unix.cat.CatOption
-
Returns an immutable iterator returning o single element: this
option.
- iterator() - Method in enum org.unix4j.unix.cat.CatOptionSet_bns
-
Returns an immutable iterator with the active options of this option set.
- iterator() - Method in enum org.unix4j.unix.cat.CatOptionSet_bs
-
Returns an immutable iterator with the active options of this option set.
- iterator() - Method in enum org.unix4j.unix.cat.CatOptionSet_ns
-
Returns an immutable iterator with the active options of this option set.
- iterator() - Method in enum org.unix4j.unix.cut.CutOption
-
Returns an immutable iterator returning o single element: this
option.
- iterator() - Method in enum org.unix4j.unix.cut.CutOptionSet_cf
-
Returns an immutable iterator with the active options of this option set.
- iterator() - Method in enum org.unix4j.unix.echo.EchoOption
-
Returns an immutable iterator returning o single element: this
option.
- iterator() - Method in enum org.unix4j.unix.echo.EchoOptionSet_n
-
Returns an immutable iterator with the active options of this option set.
- iterator() - Method in enum org.unix4j.unix.find.FindOption
-
Returns an immutable iterator returning o single element: this
option.
- iterator() - Method in enum org.unix4j.unix.find.FindOptionSet_acdfilmnorxz
-
Returns an immutable iterator with the active options of this option set.
- iterator() - Method in enum org.unix4j.unix.find.FindOptionSet_acdimnorz
-
Returns an immutable iterator with the active options of this option set.
- iterator() - Method in enum org.unix4j.unix.find.FindOptionSet_acfimnorz
-
Returns an immutable iterator with the active options of this option set.
- iterator() - Method in enum org.unix4j.unix.find.FindOptionSet_acilmnorz
-
Returns an immutable iterator with the active options of this option set.
- iterator() - Method in enum org.unix4j.unix.find.FindOptionSet_acimnorxz
-
Returns an immutable iterator with the active options of this option set.
- iterator() - Method in enum org.unix4j.unix.find.FindOptionSet_adfilnorxz
-
Returns an immutable iterator with the active options of this option set.
- iterator() - Method in enum org.unix4j.unix.find.FindOptionSet_adinorz
-
Returns an immutable iterator with the active options of this option set.
- iterator() - Method in enum org.unix4j.unix.find.FindOptionSet_afinorz
-
Returns an immutable iterator with the active options of this option set.
- iterator() - Method in enum org.unix4j.unix.find.FindOptionSet_ailnorz
-
Returns an immutable iterator with the active options of this option set.
- iterator() - Method in enum org.unix4j.unix.find.FindOptionSet_ainorxz
-
Returns an immutable iterator with the active options of this option set.
- iterator() - Method in enum org.unix4j.unix.find.FindOptionSet_cdfilnorxz
-
Returns an immutable iterator with the active options of this option set.
- iterator() - Method in enum org.unix4j.unix.find.FindOptionSet_cdinorz
-
Returns an immutable iterator with the active options of this option set.
- iterator() - Method in enum org.unix4j.unix.find.FindOptionSet_cfinorz
-
Returns an immutable iterator with the active options of this option set.
- iterator() - Method in enum org.unix4j.unix.find.FindOptionSet_cilnorz
-
Returns an immutable iterator with the active options of this option set.
- iterator() - Method in enum org.unix4j.unix.find.FindOptionSet_cinorxz
-
Returns an immutable iterator with the active options of this option set.
- iterator() - Method in enum org.unix4j.unix.find.FindOptionSet_dfilmnorxz
-
Returns an immutable iterator with the active options of this option set.
- iterator() - Method in enum org.unix4j.unix.find.FindOptionSet_dimnorz
-
Returns an immutable iterator with the active options of this option set.
- iterator() - Method in enum org.unix4j.unix.find.FindOptionSet_fimnorz
-
Returns an immutable iterator with the active options of this option set.
- iterator() - Method in enum org.unix4j.unix.find.FindOptionSet_ilmnorz
-
Returns an immutable iterator with the active options of this option set.
- iterator() - Method in enum org.unix4j.unix.find.FindOptionSet_imnorxz
-
Returns an immutable iterator with the active options of this option set.
- iterator() - Method in enum org.unix4j.unix.grep.GrepOption
-
Returns an immutable iterator returning o single element: this
option.
- iterator() - Method in enum org.unix4j.unix.grep.GrepOptionSet_Fcilnvx
-
Returns an immutable iterator with the active options of this option set.
- iterator() - Method in enum org.unix4j.unix.head.HeadOption
-
Returns an immutable iterator returning o single element: this
option.
- iterator() - Method in enum org.unix4j.unix.head.HeadOptionSet_cq
-
Returns an immutable iterator with the active options of this option set.
- iterator() - Method in enum org.unix4j.unix.ls.LsOption
-
Returns an immutable iterator returning o single element: this
option.
- iterator() - Method in enum org.unix4j.unix.ls.LsOptionSet_Rahlrt
-
Returns an immutable iterator with the active options of this option set.
- iterator() - Method in enum org.unix4j.unix.sed.SedOption
-
Returns an immutable iterator returning o single element: this
option.
- iterator() - Method in enum org.unix4j.unix.sed.SedOptionSet_Iacdgilnpsy
-
Returns an immutable iterator with the active options of this option set.
- iterator() - Method in enum org.unix4j.unix.sed.SedOptionSet_Iaglnp
-
Returns an immutable iterator with the active options of this option set.
- iterator() - Method in enum org.unix4j.unix.sed.SedOptionSet_Icglnp
-
Returns an immutable iterator with the active options of this option set.
- iterator() - Method in enum org.unix4j.unix.sed.SedOptionSet_Idglnp
-
Returns an immutable iterator with the active options of this option set.
- iterator() - Method in enum org.unix4j.unix.sed.SedOptionSet_Igilnp
-
Returns an immutable iterator with the active options of this option set.
- iterator() - Method in enum org.unix4j.unix.sed.SedOptionSet_Iglnps
-
Returns an immutable iterator with the active options of this option set.
- iterator() - Method in enum org.unix4j.unix.sed.SedOptionSet_Iglnpy
-
Returns an immutable iterator with the active options of this option set.
- iterator() - Method in enum org.unix4j.unix.sort.SortOption
-
Returns an immutable iterator returning o single element: this
option.
- iterator() - Method in enum org.unix4j.unix.sort.SortOptionSet_bcdfgmru
-
Returns an immutable iterator with the active options of this option set.
- iterator() - Method in enum org.unix4j.unix.sort.SortOptionSet_bcdfgru
-
Returns an immutable iterator with the active options of this option set.
- iterator() - Method in enum org.unix4j.unix.sort.SortOptionSet_bcdfhmru
-
Returns an immutable iterator with the active options of this option set.
- iterator() - Method in enum org.unix4j.unix.sort.SortOptionSet_bcdfhru
-
Returns an immutable iterator with the active options of this option set.
- iterator() - Method in enum org.unix4j.unix.sort.SortOptionSet_bcdfmnru
-
Returns an immutable iterator with the active options of this option set.
- iterator() - Method in enum org.unix4j.unix.sort.SortOptionSet_bcdfnru
-
Returns an immutable iterator with the active options of this option set.
- iterator() - Method in enum org.unix4j.unix.sort.SortOptionSet_bdfgmru
-
Returns an immutable iterator with the active options of this option set.
- iterator() - Method in enum org.unix4j.unix.sort.SortOptionSet_bdfhmru
-
Returns an immutable iterator with the active options of this option set.
- iterator() - Method in enum org.unix4j.unix.sort.SortOptionSet_bdfmnru
-
Returns an immutable iterator with the active options of this option set.
- iterator() - Method in enum org.unix4j.unix.sort.SortOptionSet_Mbcdfmru
-
Returns an immutable iterator with the active options of this option set.
- iterator() - Method in enum org.unix4j.unix.sort.SortOptionSet_Mbcdfru
-
Returns an immutable iterator with the active options of this option set.
- iterator() - Method in enum org.unix4j.unix.sort.SortOptionSet_Mbdfmru
-
Returns an immutable iterator with the active options of this option set.
- iterator() - Method in enum org.unix4j.unix.sort.SortOptionSet_MVbcdfghmnru
-
Returns an immutable iterator with the active options of this option set.
- iterator() - Method in enum org.unix4j.unix.sort.SortOptionSet_MVbcdfghnru
-
Returns an immutable iterator with the active options of this option set.
- iterator() - Method in enum org.unix4j.unix.sort.SortOptionSet_MVbdfghmnru
-
Returns an immutable iterator with the active options of this option set.
- iterator() - Method in enum org.unix4j.unix.sort.SortOptionSet_Vbcdfmru
-
Returns an immutable iterator with the active options of this option set.
- iterator() - Method in enum org.unix4j.unix.sort.SortOptionSet_Vbcdfru
-
Returns an immutable iterator with the active options of this option set.
- iterator() - Method in enum org.unix4j.unix.sort.SortOptionSet_Vbdfmru
-
Returns an immutable iterator with the active options of this option set.
- iterator() - Method in enum org.unix4j.unix.tail.TailOption
-
Returns an immutable iterator returning o single element: this
option.
- iterator() - Method in enum org.unix4j.unix.tail.TailOptionSet_cqs
-
Returns an immutable iterator with the active options of this option set.
- iterator() - Method in enum org.unix4j.unix.uniq.UniqOption
-
Returns an immutable iterator returning o single element: this
option.
- iterator() - Method in enum org.unix4j.unix.uniq.UniqOptionSet_cdgu
-
Returns an immutable iterator with the active options of this option set.
- iterator() - Method in enum org.unix4j.unix.uniq.UniqOptionSet_cg
-
Returns an immutable iterator with the active options of this option set.
- iterator() - Method in enum org.unix4j.unix.uniq.UniqOptionSet_dg
-
Returns an immutable iterator with the active options of this option set.
- iterator() - Method in enum org.unix4j.unix.uniq.UniqOptionSet_gu
-
Returns an immutable iterator with the active options of this option set.
- iterator() - Method in enum org.unix4j.unix.wc.WcOption
-
Returns an immutable iterator returning o single element: this
option.
- iterator() - Method in enum org.unix4j.unix.wc.WcOptionSet_lmw
-
Returns an immutable iterator with the active options of this option set.
- iterator() - Method in enum org.unix4j.unix.xargs.XargsOption
-
Returns an immutable iterator returning o single element: this
option.
- iterator() - Method in enum org.unix4j.unix.xargs.XargsOptionSet_rtxz
-
Returns an immutable iterator with the active options of this option set.
- l - Variable in enum org.unix4j.unix.find.FindOptionSet_acdfilmnorxz
-
Option "-l": Consider only symbolic links
- l - Variable in enum org.unix4j.unix.find.FindOptionSet_acilmnorz
-
Option "-l": Consider only symbolic links
- l - Variable in enum org.unix4j.unix.find.FindOptionSet_adfilnorxz
-
Option "-l": Consider only symbolic links
- l - Variable in enum org.unix4j.unix.find.FindOptionSet_ailnorz
-
Option "-l": Consider only symbolic links
- l - Variable in enum org.unix4j.unix.find.FindOptionSet_cdfilnorxz
-
Option "-l": Consider only symbolic links
- l - Variable in enum org.unix4j.unix.find.FindOptionSet_cilnorz
-
Option "-l": Consider only symbolic links
- l - Variable in enum org.unix4j.unix.find.FindOptionSet_dfilmnorxz
-
Option "-l": Consider only symbolic links
- l - Variable in enum org.unix4j.unix.find.FindOptionSet_ilmnorz
-
Option "-l": Consider only symbolic links
- l - Variable in class org.unix4j.unix.find.FindOptionSets
-
Option "-l": Consider only symbolic links
- l - Variable in enum org.unix4j.unix.grep.GrepOptionSet_Fcilnvx
-
Option "-l": Suppress normal output; instead print the name of each input file
from which output would normally have been printed.
- l - Variable in class org.unix4j.unix.grep.GrepOptionSets
-
Option "-l": Suppress normal output; instead print the name of each input file
from which output would normally have been printed.
- l - Variable in enum org.unix4j.unix.ls.LsOptionSet_Rahlrt
-
Option "-l": Long format, displaying file types, permissions, number of hard
links, owner, group, size, date, and filename.
- l - Variable in class org.unix4j.unix.ls.LsOptionSets
-
Option "-l": Long format, displaying file types, permissions, number of hard
links, owner, group, size, date, and filename.
- l - Variable in enum org.unix4j.unix.sed.SedOptionSet_Iacdgilnpsy
-
Option "-l": Writes the current line number on a separate line to the standard
output.
- l - Variable in enum org.unix4j.unix.sed.SedOptionSet_Iaglnp
-
Option "-l": Writes the current line number on a separate line to the standard
output.
- l - Variable in enum org.unix4j.unix.sed.SedOptionSet_Icglnp
-
Option "-l": Writes the current line number on a separate line to the standard
output.
- l - Variable in enum org.unix4j.unix.sed.SedOptionSet_Idglnp
-
Option "-l": Writes the current line number on a separate line to the standard
output.
- l - Variable in enum org.unix4j.unix.sed.SedOptionSet_Igilnp
-
Option "-l": Writes the current line number on a separate line to the standard
output.
- l - Variable in enum org.unix4j.unix.sed.SedOptionSet_Iglnps
-
Option "-l": Writes the current line number on a separate line to the standard
output.
- l - Variable in enum org.unix4j.unix.sed.SedOptionSet_Iglnpy
-
Option "-l": Writes the current line number on a separate line to the standard
output.
- l - Variable in class org.unix4j.unix.sed.SedOptionSets
-
Option "-l": Writes the current line number on a separate line to the standard
output.
- l - Variable in enum org.unix4j.unix.wc.WcOptionSet_lmw
-
Option "-l": Executes a count of lines and writes this count to the output.
- l - Variable in class org.unix4j.unix.wc.WcOptionSets
-
Option "-l": Executes a count of lines and writes this count to the output.
- LineMatcher - Interface in org.unix4j.unix.grep
-
Returns true if a line matches a certain matching criterion.
- lineNumber - Variable in enum org.unix4j.unix.grep.GrepOptionSet_Fcilnvx
-
Option "--lineNumber": Prefix each line of output with the line number within its input
file.
- lineNumber - Variable in class org.unix4j.unix.grep.GrepOptionSets
-
Option "--lineNumber": Prefix each line of output with the line number within its input
file.
- lineNumber - Variable in enum org.unix4j.unix.sed.SedOptionSet_Iacdgilnpsy
-
Option "--lineNumber": Writes the current line number on a separate line to the standard
output.
- lineNumber - Variable in enum org.unix4j.unix.sed.SedOptionSet_Iaglnp
-
Option "--lineNumber": Writes the current line number on a separate line to the standard
output.
- lineNumber - Variable in enum org.unix4j.unix.sed.SedOptionSet_Icglnp
-
Option "--lineNumber": Writes the current line number on a separate line to the standard
output.
- lineNumber - Variable in enum org.unix4j.unix.sed.SedOptionSet_Idglnp
-
Option "--lineNumber": Writes the current line number on a separate line to the standard
output.
- lineNumber - Variable in enum org.unix4j.unix.sed.SedOptionSet_Igilnp
-
Option "--lineNumber": Writes the current line number on a separate line to the standard
output.
- lineNumber - Variable in enum org.unix4j.unix.sed.SedOptionSet_Iglnps
-
Option "--lineNumber": Writes the current line number on a separate line to the standard
output.
- lineNumber - Variable in enum org.unix4j.unix.sed.SedOptionSet_Iglnpy
-
Option "--lineNumber": Writes the current line number on a separate line to the standard
output.
- lineNumber - Variable in class org.unix4j.unix.sed.SedOptionSets
-
Option "--lineNumber": Writes the current line number on a separate line to the standard
output.
- lines - Variable in enum org.unix4j.unix.wc.WcOptionSet_lmw
-
Option "--lines": Executes a count of lines and writes this count to the output.
- lines - Variable in class org.unix4j.unix.wc.WcOptionSets
-
Option "--lines": Executes a count of lines and writes this count to the output.
- lineToCount - Variable in class org.unix4j.unix.uniq.GlobalProcessor
-
- longFormat - Variable in enum org.unix4j.unix.ls.LsOptionSet_Rahlrt
-
Option "--longFormat": Long format, displaying file types, permissions, number of hard
links, owner, group, size, date, and filename.
- longFormat - Variable in class org.unix4j.unix.ls.LsOptionSets
-
Option "--longFormat": Long format, displaying file types, permissions, number of hard
links, owner, group, size, date, and filename.
- ls() - Method in class org.unix4j.builder.DefaultUnix4jCommandBuilder
-
- ls(String...) - Method in class org.unix4j.builder.DefaultUnix4jCommandBuilder
-
- ls(File...) - Method in class org.unix4j.builder.DefaultUnix4jCommandBuilder
-
- ls(LsOptions) - Method in class org.unix4j.builder.DefaultUnix4jCommandBuilder
-
- ls(LsOptions, File...) - Method in class org.unix4j.builder.DefaultUnix4jCommandBuilder
-
- ls(LsOptions, String...) - Method in class org.unix4j.builder.DefaultUnix4jCommandBuilder
-
- ls() - Method in interface org.unix4j.builder.Unix4jCommandBuilder
-
Lists all files and directories in the user's current working
directory and writes them to the output.
- ls(String...) - Method in interface org.unix4j.builder.Unix4jCommandBuilder
-
Prints the name of the specified files and lists all files contained
in directories for every directory in those files.
- ls(File...) - Method in interface org.unix4j.builder.Unix4jCommandBuilder
-
Prints the name of the given files and lists all files contained in
directories for every directory in files.
- ls(LsOptions) - Method in interface org.unix4j.builder.Unix4jCommandBuilder
-
Lists all files and directories in the user's current working
directory and writes them to the output using the given options
specifying the details of the output format.
- ls(LsOptions, File...) - Method in interface org.unix4j.builder.Unix4jCommandBuilder
-
Prints the name of the given files and lists all files contained in
directories for every directory in files.
- ls(LsOptions, String...) - Method in interface org.unix4j.builder.Unix4jCommandBuilder
-
Prints the name of the given files and lists all files contained in
directories for every directory in files.
- Ls - Class in org.unix4j.unix
-
Non-instantiable module with inner types making up the ls command.
- ls() - Method in interface org.unix4j.unix.Ls.Interface
-
Lists all files and directories in the user's current working
directory and writes them to the output.
- ls(String...) - Method in interface org.unix4j.unix.Ls.Interface
-
Prints the name of the specified files and lists all files contained
in directories for every directory in those files.
- ls(File...) - Method in interface org.unix4j.unix.Ls.Interface
-
Prints the name of the given files and lists all files contained in
directories for every directory in files.
- ls(LsOptions) - Method in interface org.unix4j.unix.Ls.Interface
-
Lists all files and directories in the user's current working
directory and writes them to the output using the given options
specifying the details of the output format.
- ls(LsOptions, File...) - Method in interface org.unix4j.unix.Ls.Interface
-
Prints the name of the given files and lists all files contained in
directories for every directory in files.
- ls(LsOptions, String...) - Method in interface org.unix4j.unix.Ls.Interface
-
Prints the name of the given files and lists all files contained in
directories for every directory in files.
- ls() - Method in class org.unix4j.unix.ls.LsFactory
-
- ls(String...) - Method in class org.unix4j.unix.ls.LsFactory
-
- ls(File...) - Method in class org.unix4j.unix.ls.LsFactory
-
- ls(LsOptions) - Method in class org.unix4j.unix.ls.LsFactory
-
- ls(LsOptions, File...) - Method in class org.unix4j.unix.ls.LsFactory
-
- ls(LsOptions, String...) - Method in class org.unix4j.unix.ls.LsFactory
-
- ls() - Static method in class org.unix4j.Unix4j
-
Lists all files and directories in the user's current working
directory and writes them to the output.
- ls(String...) - Static method in class org.unix4j.Unix4j
-
Prints the name of the specified files and lists all files contained
in directories for every directory in those files.
- ls(File...) - Static method in class org.unix4j.Unix4j
-
Prints the name of the given files and lists all files contained in
directories for every directory in files.
- ls(LsOptions) - Static method in class org.unix4j.Unix4j
-
Lists all files and directories in the user's current working
directory and writes them to the output using the given options
specifying the details of the output format.
- ls(LsOptions, File...) - Static method in class org.unix4j.Unix4j
-
Prints the name of the given files and lists all files contained in
directories for every directory in files.
- ls(LsOptions, String...) - Static method in class org.unix4j.Unix4j
-
Prints the name of the given files and lists all files contained in
directories for every directory in files.
- Ls.Interface<R> - Interface in org.unix4j.unix
-
Interface defining all method signatures for the "ls" command.
- LsArguments - Class in org.unix4j.unix.ls
-
Arguments and options for the
ls command.
- LsArguments() - Constructor for class org.unix4j.unix.ls.LsArguments
-
Constructor to use if no options are specified.
- LsArguments(LsOptions) - Constructor for class org.unix4j.unix.ls.LsArguments
-
Constructor with option set containing the selected command options.
- LsArguments(String...) - Constructor for class org.unix4j.unix.ls.LsArguments
-
Constructor string arguments encoding options and arguments, possibly
also containing variable expressions.
- LsCommand - Class in org.unix4j.unix.ls
-
Implementation of the
ls command.
- LsCommand(LsArguments) - Constructor for class org.unix4j.unix.ls.LsCommand
-
- LsFactory - Class in org.unix4j.unix.ls
-
Factory for the
ls command returning
a new command instance from every signature method.
- LsFormatter - Interface in org.unix4j.unix.ls
-
Interface used by the different output formats of the ls command.
- LsFormatter.Factory - Interface in org.unix4j.unix.ls
-
- LsFormatterDirectoryHeader - Class in org.unix4j.unix.ls
-
- LsFormatterDirectoryHeader(List<File>, LsArguments) - Constructor for class org.unix4j.unix.ls.LsFormatterDirectoryHeader
-
- LsFormatterLong - Class in org.unix4j.unix.ls
-
Formatter for long file output including permissions, owner, size etc.
- LsFormatterLong() - Constructor for class org.unix4j.unix.ls.LsFormatterLong
-
- LsFormatterLong7 - Class in org.unix4j.unix.ls
-
Long format for java 7.
- LsFormatterLong7() - Constructor for class org.unix4j.unix.ls.LsFormatterLong7
-
- LsFormatterShort - Class in org.unix4j.unix.ls
-
- LsOption - Enum in org.unix4j.unix.ls
-
Options for the
ls command.
- LsOptions - Interface in org.unix4j.unix.ls
-
Interface implemented by all option sets for the
ls command.
- LsOptions.Default - Class in org.unix4j.unix.ls
-
Default implementation for a modifiable option set.
- LsOptions.Default() - Constructor for class org.unix4j.unix.ls.LsOptions.Default
-
Default constructor for an empty option set with no active options.
- LsOptions.Default(LsOption) - Constructor for class org.unix4j.unix.ls.LsOptions.Default
-
Constructor for an option set with a single active option.
- LsOptions.Default(LsOption...) - Constructor for class org.unix4j.unix.ls.LsOptions.Default
-
Constructor for an option set with the given active options.
- LsOptions.Default(OptionSet<LsOption>) - Constructor for class org.unix4j.unix.ls.LsOptions.Default
-
Constructor for an option set initialized with the options given by
another option set.
- LsOptionSet_Rahlrt - Enum in org.unix4j.unix.ls
-
Option sets for the
ls command with
the following options:
a,
h,
l,
R,
r,
t.
- LsOptionSets - Class in org.unix4j.unix.ls
-
Options for the
ls command with the
the following options:
- LsOptionSets() - Constructor for class org.unix4j.unix.ls.LsOptionSets
-
- m - Variable in enum org.unix4j.unix.find.FindOptionSet_acdfilmnorxz
-
Option "-m": The time operand refers to the last modification time of the file
(the default)
- m - Variable in enum org.unix4j.unix.find.FindOptionSet_acdimnorz
-
Option "-m": The time operand refers to the last modification time of the file
(the default)
- m - Variable in enum org.unix4j.unix.find.FindOptionSet_acfimnorz
-
Option "-m": The time operand refers to the last modification time of the file
(the default)
- m - Variable in enum org.unix4j.unix.find.FindOptionSet_acilmnorz
-
Option "-m": The time operand refers to the last modification time of the file
(the default)
- m - Variable in enum org.unix4j.unix.find.FindOptionSet_acimnorxz
-
Option "-m": The time operand refers to the last modification time of the file
(the default)
- m - Variable in enum org.unix4j.unix.find.FindOptionSet_dfilmnorxz
-
Option "-m": The time operand refers to the last modification time of the file
(the default)
- m - Variable in enum org.unix4j.unix.find.FindOptionSet_dimnorz
-
Option "-m": The time operand refers to the last modification time of the file
(the default)
- m - Variable in enum org.unix4j.unix.find.FindOptionSet_fimnorz
-
Option "-m": The time operand refers to the last modification time of the file
(the default)
- m - Variable in enum org.unix4j.unix.find.FindOptionSet_ilmnorz
-
Option "-m": The time operand refers to the last modification time of the file
(the default)
- m - Variable in enum org.unix4j.unix.find.FindOptionSet_imnorxz
-
Option "-m": The time operand refers to the last modification time of the file
(the default)
- m - Variable in class org.unix4j.unix.find.FindOptionSets
-
Option "-m": The time operand refers to the last modification time of the file
(the default)
- m - Variable in enum org.unix4j.unix.sort.SortOptionSet_bcdfgmru
-
Option "-m": Merge only; the input file are assumed to be already sorted.
- m - Variable in enum org.unix4j.unix.sort.SortOptionSet_bcdfhmru
-
Option "-m": Merge only; the input file are assumed to be already sorted.
- m - Variable in enum org.unix4j.unix.sort.SortOptionSet_bcdfmnru
-
Option "-m": Merge only; the input file are assumed to be already sorted.
- m - Variable in enum org.unix4j.unix.sort.SortOptionSet_bdfgmru
-
Option "-m": Merge only; the input file are assumed to be already sorted.
- m - Variable in enum org.unix4j.unix.sort.SortOptionSet_bdfhmru
-
Option "-m": Merge only; the input file are assumed to be already sorted.
- m - Variable in enum org.unix4j.unix.sort.SortOptionSet_bdfmnru
-
Option "-m": Merge only; the input file are assumed to be already sorted.
- m - Variable in enum org.unix4j.unix.sort.SortOptionSet_Mbcdfmru
-
Option "-m": Merge only; the input file are assumed to be already sorted.
- M - Variable in enum org.unix4j.unix.sort.SortOptionSet_Mbcdfmru
-
Option "-M": An initial string, consisting of any amount of blanks, followed by a
month name abbreviation, is folded to UPPER case and compared in the
order: (unknown) < 'JAN' < ...
- M - Variable in enum org.unix4j.unix.sort.SortOptionSet_Mbcdfru
-
Option "-M": An initial string, consisting of any amount of blanks, followed by a
month name abbreviation, is folded to UPPER case and compared in the
order: (unknown) < 'JAN' < ...
- m - Variable in enum org.unix4j.unix.sort.SortOptionSet_Mbdfmru
-
Option "-m": Merge only; the input file are assumed to be already sorted.
- M - Variable in enum org.unix4j.unix.sort.SortOptionSet_Mbdfmru
-
Option "-M": An initial string, consisting of any amount of blanks, followed by a
month name abbreviation, is folded to UPPER case and compared in the
order: (unknown) < 'JAN' < ...
- m - Variable in enum org.unix4j.unix.sort.SortOptionSet_MVbcdfghmnru
-
Option "-m": Merge only; the input file are assumed to be already sorted.
- M - Variable in enum org.unix4j.unix.sort.SortOptionSet_MVbcdfghmnru
-
Option "-M": An initial string, consisting of any amount of blanks, followed by a
month name abbreviation, is folded to UPPER case and compared in the
order: (unknown) < 'JAN' < ...
- M - Variable in enum org.unix4j.unix.sort.SortOptionSet_MVbcdfghnru
-
Option "-M": An initial string, consisting of any amount of blanks, followed by a
month name abbreviation, is folded to UPPER case and compared in the
order: (unknown) < 'JAN' < ...
- m - Variable in enum org.unix4j.unix.sort.SortOptionSet_MVbdfghmnru
-
Option "-m": Merge only; the input file are assumed to be already sorted.
- M - Variable in enum org.unix4j.unix.sort.SortOptionSet_MVbdfghmnru
-
Option "-M": An initial string, consisting of any amount of blanks, followed by a
month name abbreviation, is folded to UPPER case and compared in the
order: (unknown) < 'JAN' < ...
- m - Variable in enum org.unix4j.unix.sort.SortOptionSet_Vbcdfmru
-
Option "-m": Merge only; the input file are assumed to be already sorted.
- m - Variable in enum org.unix4j.unix.sort.SortOptionSet_Vbdfmru
-
Option "-m": Merge only; the input file are assumed to be already sorted.
- m - Variable in class org.unix4j.unix.sort.SortOptionSets
-
Option "-m": Merge only; the input file are assumed to be already sorted.
- M - Variable in class org.unix4j.unix.sort.SortOptionSets
-
Option "-M": An initial string, consisting of any amount of blanks, followed by a
month name abbreviation, is folded to UPPER case and compared in the
order: (unknown) < 'JAN' < ...
- m - Variable in enum org.unix4j.unix.wc.WcOptionSet_lmw
-
Option "-m": Executes a count of chars and writes this count to the output.
- m - Variable in class org.unix4j.unix.wc.WcOptionSets
-
Option "-m": Executes a count of chars and writes this count to the output.
- map(char) - Method in class org.unix4j.unix.sed.CharMap
-
- matches(Line) - Method in class org.unix4j.unix.grep.FixedStringMatcher.IgnoreCase
-
- matches(Line) - Method in class org.unix4j.unix.grep.FixedStringMatcher.Standard
-
- matches(Line) - Method in class org.unix4j.unix.grep.FixedStringMatcher.WholeLine
-
- matches(Line) - Method in class org.unix4j.unix.grep.FixedStringMatcher.WholeLineIgnoreCase
-
- matches(Line) - Method in class org.unix4j.unix.grep.InvertedMatcher
-
- matches(Line) - Method in interface org.unix4j.unix.grep.LineMatcher
-
Returns true if the given line matches, and false otherwise.
- matches(Line) - Method in class org.unix4j.unix.grep.RegexpMatcher
-
- matches(SedArguments) - Method in enum org.unix4j.unix.sed.Command
-
Returns true if the the command option for this command is set in the
specified sed arguments, and false otherwise.
- matchingFiles - Variable in enum org.unix4j.unix.grep.GrepOptionSet_Fcilnvx
-
Option "--matchingFiles": Suppress normal output; instead print the name of each input file
from which output would normally have been printed.
- matchingFiles - Variable in class org.unix4j.unix.grep.GrepOptionSets
-
Option "--matchingFiles": Suppress normal output; instead print the name of each input file
from which output would normally have been printed.
- maxSizeStringLength - Variable in class org.unix4j.unix.ls.LsFormatterLong
-
- merge - Variable in enum org.unix4j.unix.sort.SortOptionSet_bcdfgmru
-
Option "--merge": Merge only; the input file are assumed to be already sorted.
- merge - Variable in enum org.unix4j.unix.sort.SortOptionSet_bcdfhmru
-
Option "--merge": Merge only; the input file are assumed to be already sorted.
- merge - Variable in enum org.unix4j.unix.sort.SortOptionSet_bcdfmnru
-
Option "--merge": Merge only; the input file are assumed to be already sorted.
- merge - Variable in enum org.unix4j.unix.sort.SortOptionSet_bdfgmru
-
Option "--merge": Merge only; the input file are assumed to be already sorted.
- merge - Variable in enum org.unix4j.unix.sort.SortOptionSet_bdfhmru
-
Option "--merge": Merge only; the input file are assumed to be already sorted.
- merge - Variable in enum org.unix4j.unix.sort.SortOptionSet_bdfmnru
-
Option "--merge": Merge only; the input file are assumed to be already sorted.
- merge - Variable in enum org.unix4j.unix.sort.SortOptionSet_Mbcdfmru
-
Option "--merge": Merge only; the input file are assumed to be already sorted.
- merge - Variable in enum org.unix4j.unix.sort.SortOptionSet_Mbdfmru
-
Option "--merge": Merge only; the input file are assumed to be already sorted.
- merge - Variable in enum org.unix4j.unix.sort.SortOptionSet_MVbcdfghmnru
-
Option "--merge": Merge only; the input file are assumed to be already sorted.
- merge - Variable in enum org.unix4j.unix.sort.SortOptionSet_MVbdfghmnru
-
Option "--merge": Merge only; the input file are assumed to be already sorted.
- merge - Variable in enum org.unix4j.unix.sort.SortOptionSet_Vbcdfmru
-
Option "--merge": Merge only; the input file are assumed to be already sorted.
- merge - Variable in enum org.unix4j.unix.sort.SortOptionSet_Vbdfmru
-
Option "--merge": Merge only; the input file are assumed to be already sorted.
- merge - Variable in class org.unix4j.unix.sort.SortOptionSets
-
Option "--merge": Merge only; the input file are assumed to be already sorted.
- MergeProcessor - Class in org.unix4j.unix.sort
-
- MergeProcessor(SortCommand, ExecutionContext, LineProcessor, List<? extends Input>) - Constructor for class org.unix4j.unix.sort.MergeProcessor
-
- MIN_COUNT_PADDING - Static variable in class org.unix4j.unix.wc.Counters
-
- monthSort - Variable in enum org.unix4j.unix.sort.SortOptionSet_Mbcdfmru
-
Option "--monthSort": An initial string, consisting of any amount of blanks, followed by a
month name abbreviation, is folded to UPPER case and compared in the
order: (unknown) < 'JAN' < ...
- monthSort - Variable in enum org.unix4j.unix.sort.SortOptionSet_Mbcdfru
-
Option "--monthSort": An initial string, consisting of any amount of blanks, followed by a
month name abbreviation, is folded to UPPER case and compared in the
order: (unknown) < 'JAN' < ...
- monthSort - Variable in enum org.unix4j.unix.sort.SortOptionSet_Mbdfmru
-
Option "--monthSort": An initial string, consisting of any amount of blanks, followed by a
month name abbreviation, is folded to UPPER case and compared in the
order: (unknown) < 'JAN' < ...
- monthSort - Variable in enum org.unix4j.unix.sort.SortOptionSet_MVbcdfghmnru
-
Option "--monthSort": An initial string, consisting of any amount of blanks, followed by a
month name abbreviation, is folded to UPPER case and compared in the
order: (unknown) < 'JAN' < ...
- monthSort - Variable in enum org.unix4j.unix.sort.SortOptionSet_MVbcdfghnru
-
Option "--monthSort": An initial string, consisting of any amount of blanks, followed by a
month name abbreviation, is folded to UPPER case and compared in the
order: (unknown) < 'JAN' < ...
- monthSort - Variable in enum org.unix4j.unix.sort.SortOptionSet_MVbdfghmnru
-
Option "--monthSort": An initial string, consisting of any amount of blanks, followed by a
month name abbreviation, is folded to UPPER case and compared in the
order: (unknown) < 'JAN' < ...
- monthSort - Variable in class org.unix4j.unix.sort.SortOptionSets
-
Option "--monthSort": An initial string, consisting of any amount of blanks, followed by a
month name abbreviation, is folded to UPPER case and compared in the
order: (unknown) < 'JAN' < ...
- n - Variable in enum org.unix4j.unix.cat.CatOptionSet_bns
-
Option "-n": Number the output lines, starting at 1.
- n - Variable in enum org.unix4j.unix.cat.CatOptionSet_ns
-
Option "-n": Number the output lines, starting at 1.
- n - Variable in class org.unix4j.unix.cat.CatOptionSets
-
Option "-n": Number the output lines, starting at 1.
- n - Variable in enum org.unix4j.unix.echo.EchoOptionSet_n
-
Option "-n": Do not print the trailing newline character(s).
- n - Variable in class org.unix4j.unix.echo.EchoOptionSets
-
Option "-n": Do not print the trailing newline character(s).
- n - Variable in enum org.unix4j.unix.find.FindOptionSet_acdfilmnorxz
-
Option "-n": Consider only files that have been created, modified or accessed
after or at the time specified by the time operand (the default)
- n - Variable in enum org.unix4j.unix.find.FindOptionSet_acdimnorz
-
Option "-n": Consider only files that have been created, modified or accessed
after or at the time specified by the time operand (the default)
- n - Variable in enum org.unix4j.unix.find.FindOptionSet_acfimnorz
-
Option "-n": Consider only files that have been created, modified or accessed
after or at the time specified by the time operand (the default)
- n - Variable in enum org.unix4j.unix.find.FindOptionSet_acilmnorz
-
Option "-n": Consider only files that have been created, modified or accessed
after or at the time specified by the time operand (the default)
- n - Variable in enum org.unix4j.unix.find.FindOptionSet_acimnorxz
-
Option "-n": Consider only files that have been created, modified or accessed
after or at the time specified by the time operand (the default)
- n - Variable in enum org.unix4j.unix.find.FindOptionSet_adfilnorxz
-
Option "-n": Consider only files that have been created, modified or accessed
after or at the time specified by the time operand (the default)
- n - Variable in enum org.unix4j.unix.find.FindOptionSet_adinorz
-
Option "-n": Consider only files that have been created, modified or accessed
after or at the time specified by the time operand (the default)
- n - Variable in enum org.unix4j.unix.find.FindOptionSet_afinorz
-
Option "-n": Consider only files that have been created, modified or accessed
after or at the time specified by the time operand (the default)
- n - Variable in enum org.unix4j.unix.find.FindOptionSet_ailnorz
-
Option "-n": Consider only files that have been created, modified or accessed
after or at the time specified by the time operand (the default)
- n - Variable in enum org.unix4j.unix.find.FindOptionSet_ainorxz
-
Option "-n": Consider only files that have been created, modified or accessed
after or at the time specified by the time operand (the default)
- n - Variable in enum org.unix4j.unix.find.FindOptionSet_cdfilnorxz
-
Option "-n": Consider only files that have been created, modified or accessed
after or at the time specified by the time operand (the default)
- n - Variable in enum org.unix4j.unix.find.FindOptionSet_cdinorz
-
Option "-n": Consider only files that have been created, modified or accessed
after or at the time specified by the time operand (the default)
- n - Variable in enum org.unix4j.unix.find.FindOptionSet_cfinorz
-
Option "-n": Consider only files that have been created, modified or accessed
after or at the time specified by the time operand (the default)
- n - Variable in enum org.unix4j.unix.find.FindOptionSet_cilnorz
-
Option "-n": Consider only files that have been created, modified or accessed
after or at the time specified by the time operand (the default)
- n - Variable in enum org.unix4j.unix.find.FindOptionSet_cinorxz
-
Option "-n": Consider only files that have been created, modified or accessed
after or at the time specified by the time operand (the default)
- n - Variable in enum org.unix4j.unix.find.FindOptionSet_dfilmnorxz
-
Option "-n": Consider only files that have been created, modified or accessed
after or at the time specified by the time operand (the default)
- n - Variable in enum org.unix4j.unix.find.FindOptionSet_dimnorz
-
Option "-n": Consider only files that have been created, modified or accessed
after or at the time specified by the time operand (the default)
- n - Variable in enum org.unix4j.unix.find.FindOptionSet_fimnorz
-
Option "-n": Consider only files that have been created, modified or accessed
after or at the time specified by the time operand (the default)
- n - Variable in enum org.unix4j.unix.find.FindOptionSet_ilmnorz
-
Option "-n": Consider only files that have been created, modified or accessed
after or at the time specified by the time operand (the default)
- n - Variable in enum org.unix4j.unix.find.FindOptionSet_imnorxz
-
Option "-n": Consider only files that have been created, modified or accessed
after or at the time specified by the time operand (the default)
- n - Variable in class org.unix4j.unix.find.FindOptionSets
-
Option "-n": Consider only files that have been created, modified or accessed
after or at the time specified by the time operand (the default)
- n - Variable in enum org.unix4j.unix.grep.GrepOptionSet_Fcilnvx
-
Option "-n": Prefix each line of output with the line number within its input
file.
- n - Variable in class org.unix4j.unix.grep.GrepOptionSets
-
Option "-n": Prefix each line of output with the line number within its input
file.
- n - Variable in enum org.unix4j.unix.sed.SedOptionSet_Iacdgilnpsy
-
Option "-n": Suppress the default output (in which each line, after it is
examined for editing, is written to standard output).
- n - Variable in enum org.unix4j.unix.sed.SedOptionSet_Iaglnp
-
Option "-n": Suppress the default output (in which each line, after it is
examined for editing, is written to standard output).
- n - Variable in enum org.unix4j.unix.sed.SedOptionSet_Icglnp
-
Option "-n": Suppress the default output (in which each line, after it is
examined for editing, is written to standard output).
- n - Variable in enum org.unix4j.unix.sed.SedOptionSet_Idglnp
-
Option "-n": Suppress the default output (in which each line, after it is
examined for editing, is written to standard output).
- n - Variable in enum org.unix4j.unix.sed.SedOptionSet_Igilnp
-
Option "-n": Suppress the default output (in which each line, after it is
examined for editing, is written to standard output).
- n - Variable in enum org.unix4j.unix.sed.SedOptionSet_Iglnps
-
Option "-n": Suppress the default output (in which each line, after it is
examined for editing, is written to standard output).
- n - Variable in enum org.unix4j.unix.sed.SedOptionSet_Iglnpy
-
Option "-n": Suppress the default output (in which each line, after it is
examined for editing, is written to standard output).
- n - Variable in class org.unix4j.unix.sed.SedOptionSets
-
Option "-n": Suppress the default output (in which each line, after it is
examined for editing, is written to standard output).
- n - Variable in enum org.unix4j.unix.sort.SortOptionSet_bcdfmnru
-
Option "-n": Sort numerically; the number begins each line and consists of
optional blanks, an optional minus sign, and zero or more digits
possibly separated by thousands separators, optionally followed by a
decimal-point character and zero or more digits.
- n - Variable in enum org.unix4j.unix.sort.SortOptionSet_bcdfnru
-
Option "-n": Sort numerically; the number begins each line and consists of
optional blanks, an optional minus sign, and zero or more digits
possibly separated by thousands separators, optionally followed by a
decimal-point character and zero or more digits.
- n - Variable in enum org.unix4j.unix.sort.SortOptionSet_bdfmnru
-
Option "-n": Sort numerically; the number begins each line and consists of
optional blanks, an optional minus sign, and zero or more digits
possibly separated by thousands separators, optionally followed by a
decimal-point character and zero or more digits.
- n - Variable in enum org.unix4j.unix.sort.SortOptionSet_MVbcdfghmnru
-
Option "-n": Sort numerically; the number begins each line and consists of
optional blanks, an optional minus sign, and zero or more digits
possibly separated by thousands separators, optionally followed by a
decimal-point character and zero or more digits.
- n - Variable in enum org.unix4j.unix.sort.SortOptionSet_MVbcdfghnru
-
Option "-n": Sort numerically; the number begins each line and consists of
optional blanks, an optional minus sign, and zero or more digits
possibly separated by thousands separators, optionally followed by a
decimal-point character and zero or more digits.
- n - Variable in enum org.unix4j.unix.sort.SortOptionSet_MVbdfghmnru
-
Option "-n": Sort numerically; the number begins each line and consists of
optional blanks, an optional minus sign, and zero or more digits
possibly separated by thousands separators, optionally followed by a
decimal-point character and zero or more digits.
- n - Variable in class org.unix4j.unix.sort.SortOptionSets
-
Option "-n": Sort numerically; the number begins each line and consists of
optional blanks, an optional minus sign, and zero or more digits
possibly separated by thousands separators, optionally followed by a
decimal-point character and zero or more digits.
- NAME - Static variable in class org.unix4j.unix.Cat
-
The "cat" command name.
- NAME - Static variable in class org.unix4j.unix.Cd
-
The "cd" command name.
- NAME - Static variable in class org.unix4j.unix.Cut
-
The "cut" command name.
- NAME - Static variable in class org.unix4j.unix.Echo
-
The "echo" command name.
- NAME - Static variable in class org.unix4j.unix.Find
-
The "find" command name.
- NAME - Static variable in class org.unix4j.unix.From
-
The "from" command name.
- NAME - Static variable in class org.unix4j.unix.Grep
-
The "grep" command name.
- NAME - Static variable in class org.unix4j.unix.Head
-
The "head" command name.
- NAME - Static variable in class org.unix4j.unix.Ls
-
The "ls" command name.
- NAME - Static variable in class org.unix4j.unix.Sed
-
The "sed" command name.
- NAME - Static variable in class org.unix4j.unix.Sort
-
The "sort" command name.
- NAME - Static variable in class org.unix4j.unix.Tail
-
The "tail" command name.
- NAME - Static variable in class org.unix4j.unix.Uniq
-
The "uniq" command name.
- NAME - Static variable in class org.unix4j.unix.Wc
-
The "wc" command name.
- NAME - Static variable in class org.unix4j.unix.Xargs
-
The "xargs" command name.
- NameFilter - Class in org.unix4j.unix.find
-
File filter based on file name.
- NameFilter(String, boolean) - Constructor for class org.unix4j.unix.find.NameFilter
-
- noNewline - Variable in enum org.unix4j.unix.echo.EchoOptionSet_n
-
Option "--noNewline": Do not print the trailing newline character(s).
- noNewline - Variable in class org.unix4j.unix.echo.EchoOptionSets
-
Option "--noNewline": Do not print the trailing newline character(s).
- noRunIfEmpty - Variable in enum org.unix4j.unix.xargs.XargsOptionSet_rtxz
-
Option "--noRunIfEmpty": If the standard input does not contain any nonblanks, do not run the
command.
- noRunIfEmpty - Variable in class org.unix4j.unix.xargs.XargsOptionSets
-
Option "--noRunIfEmpty": If the standard input does not contain any nonblanks, do not run the
command.
- numberLines - Variable in enum org.unix4j.unix.cat.CatOptionSet_bns
-
Option "--numberLines": Number the output lines, starting at 1.
- numberLines - Variable in enum org.unix4j.unix.cat.CatOptionSet_ns
-
Option "--numberLines": Number the output lines, starting at 1.
- numberLines - Variable in class org.unix4j.unix.cat.CatOptionSets
-
Option "--numberLines": Number the output lines, starting at 1.
- NumberLinesProcessor - Class in org.unix4j.unix.cat
-
- NumberLinesProcessor(Command<CatArguments>, ExecutionContext, LineProcessor) - Constructor for class org.unix4j.unix.cat.NumberLinesProcessor
-
- numberNonBlankLines - Variable in enum org.unix4j.unix.cat.CatOptionSet_bns
-
Option "--numberNonBlankLines": Number the non-blank output lines, starting at 1.
- numberNonBlankLines - Variable in enum org.unix4j.unix.cat.CatOptionSet_bs
-
Option "--numberNonBlankLines": Number the non-blank output lines, starting at 1.
- numberNonBlankLines - Variable in class org.unix4j.unix.cat.CatOptionSets
-
Option "--numberNonBlankLines": Number the non-blank output lines, starting at 1.
- numericSort - Variable in enum org.unix4j.unix.sort.SortOptionSet_bcdfmnru
-
Option "--numericSort": Sort numerically; the number begins each line and consists of
optional blanks, an optional minus sign, and zero or more digits
possibly separated by thousands separators, optionally followed by a
decimal-point character and zero or more digits.
- numericSort - Variable in enum org.unix4j.unix.sort.SortOptionSet_bcdfnru
-
Option "--numericSort": Sort numerically; the number begins each line and consists of
optional blanks, an optional minus sign, and zero or more digits
possibly separated by thousands separators, optionally followed by a
decimal-point character and zero or more digits.
- numericSort - Variable in enum org.unix4j.unix.sort.SortOptionSet_bdfmnru
-
Option "--numericSort": Sort numerically; the number begins each line and consists of
optional blanks, an optional minus sign, and zero or more digits
possibly separated by thousands separators, optionally followed by a
decimal-point character and zero or more digits.
- numericSort - Variable in enum org.unix4j.unix.sort.SortOptionSet_MVbcdfghmnru
-
Option "--numericSort": Sort numerically; the number begins each line and consists of
optional blanks, an optional minus sign, and zero or more digits
possibly separated by thousands separators, optionally followed by a
decimal-point character and zero or more digits.
- numericSort - Variable in enum org.unix4j.unix.sort.SortOptionSet_MVbcdfghnru
-
Option "--numericSort": Sort numerically; the number begins each line and consists of
optional blanks, an optional minus sign, and zero or more digits
possibly separated by thousands separators, optionally followed by a
decimal-point character and zero or more digits.
- numericSort - Variable in enum org.unix4j.unix.sort.SortOptionSet_MVbdfghmnru
-
Option "--numericSort": Sort numerically; the number begins each line and consists of
optional blanks, an optional minus sign, and zero or more digits
possibly separated by thousands separators, optionally followed by a
decimal-point character and zero or more digits.
- numericSort - Variable in class org.unix4j.unix.sort.SortOptionSets
-
Option "--numericSort": Sort numerically; the number begins each line and consists of
optional blanks, an optional minus sign, and zero or more digits
possibly separated by thousands separators, optionally followed by a
decimal-point character and zero or more digits.
- r - Variable in enum org.unix4j.unix.find.FindOptionSet_acdfilmnorxz
-
Option "-r": Use full regular expression syntax for the patterns specified by the
name operand
- r - Variable in enum org.unix4j.unix.find.FindOptionSet_acdimnorz
-
Option "-r": Use full regular expression syntax for the patterns specified by the
name operand
- r - Variable in enum org.unix4j.unix.find.FindOptionSet_acfimnorz
-
Option "-r": Use full regular expression syntax for the patterns specified by the
name operand
- r - Variable in enum org.unix4j.unix.find.FindOptionSet_acilmnorz
-
Option "-r": Use full regular expression syntax for the patterns specified by the
name operand
- r - Variable in enum org.unix4j.unix.find.FindOptionSet_acimnorxz
-
Option "-r": Use full regular expression syntax for the patterns specified by the
name operand
- r - Variable in enum org.unix4j.unix.find.FindOptionSet_adfilnorxz
-
Option "-r": Use full regular expression syntax for the patterns specified by the
name operand
- r - Variable in enum org.unix4j.unix.find.FindOptionSet_adinorz
-
Option "-r": Use full regular expression syntax for the patterns specified by the
name operand
- r - Variable in enum org.unix4j.unix.find.FindOptionSet_afinorz
-
Option "-r": Use full regular expression syntax for the patterns specified by the
name operand
- r - Variable in enum org.unix4j.unix.find.FindOptionSet_ailnorz
-
Option "-r": Use full regular expression syntax for the patterns specified by the
name operand
- r - Variable in enum org.unix4j.unix.find.FindOptionSet_ainorxz
-
Option "-r": Use full regular expression syntax for the patterns specified by the
name operand
- r - Variable in enum org.unix4j.unix.find.FindOptionSet_cdfilnorxz
-
Option "-r": Use full regular expression syntax for the patterns specified by the
name operand
- r - Variable in enum org.unix4j.unix.find.FindOptionSet_cdinorz
-
Option "-r": Use full regular expression syntax for the patterns specified by the
name operand
- r - Variable in enum org.unix4j.unix.find.FindOptionSet_cfinorz
-
Option "-r": Use full regular expression syntax for the patterns specified by the
name operand
- r - Variable in enum org.unix4j.unix.find.FindOptionSet_cilnorz
-
Option "-r": Use full regular expression syntax for the patterns specified by the
name operand
- r - Variable in enum org.unix4j.unix.find.FindOptionSet_cinorxz
-
Option "-r": Use full regular expression syntax for the patterns specified by the
name operand
- r - Variable in enum org.unix4j.unix.find.FindOptionSet_dfilmnorxz
-
Option "-r": Use full regular expression syntax for the patterns specified by the
name operand
- r - Variable in enum org.unix4j.unix.find.FindOptionSet_dimnorz
-
Option "-r": Use full regular expression syntax for the patterns specified by the
name operand
- r - Variable in enum org.unix4j.unix.find.FindOptionSet_fimnorz
-
Option "-r": Use full regular expression syntax for the patterns specified by the
name operand
- r - Variable in enum org.unix4j.unix.find.FindOptionSet_ilmnorz
-
Option "-r": Use full regular expression syntax for the patterns specified by the
name operand
- r - Variable in enum org.unix4j.unix.find.FindOptionSet_imnorxz
-
Option "-r": Use full regular expression syntax for the patterns specified by the
name operand
- r - Variable in class org.unix4j.unix.find.FindOptionSets
-
Option "-r": Use full regular expression syntax for the patterns specified by the
name operand
- R - Variable in enum org.unix4j.unix.ls.LsOptionSet_Rahlrt
-
Option "-R": Recursively lists subdirectories encountered.
- r - Variable in enum org.unix4j.unix.ls.LsOptionSet_Rahlrt
-
Option "-r": Reverses the order of the sort to get reverse collating sequence or
oldest first.
- R - Variable in class org.unix4j.unix.ls.LsOptionSets
-
Option "-R": Recursively lists subdirectories encountered.
- r - Variable in class org.unix4j.unix.ls.LsOptionSets
-
Option "-r": Reverses the order of the sort to get reverse collating sequence or
oldest first.
- r - Variable in enum org.unix4j.unix.sort.SortOptionSet_bcdfgmru
-
Option "-r": Reverse the sense of comparisons.
- r - Variable in enum org.unix4j.unix.sort.SortOptionSet_bcdfgru
-
Option "-r": Reverse the sense of comparisons.
- r - Variable in enum org.unix4j.unix.sort.SortOptionSet_bcdfhmru
-
Option "-r": Reverse the sense of comparisons.
- r - Variable in enum org.unix4j.unix.sort.SortOptionSet_bcdfhru
-
Option "-r": Reverse the sense of comparisons.
- r - Variable in enum org.unix4j.unix.sort.SortOptionSet_bcdfmnru
-
Option "-r": Reverse the sense of comparisons.
- r - Variable in enum org.unix4j.unix.sort.SortOptionSet_bcdfnru
-
Option "-r": Reverse the sense of comparisons.
- r - Variable in enum org.unix4j.unix.sort.SortOptionSet_bdfgmru
-
Option "-r": Reverse the sense of comparisons.
- r - Variable in enum org.unix4j.unix.sort.SortOptionSet_bdfhmru
-
Option "-r": Reverse the sense of comparisons.
- r - Variable in enum org.unix4j.unix.sort.SortOptionSet_bdfmnru
-
Option "-r": Reverse the sense of comparisons.
- r - Variable in enum org.unix4j.unix.sort.SortOptionSet_Mbcdfmru
-
Option "-r": Reverse the sense of comparisons.
- r - Variable in enum org.unix4j.unix.sort.SortOptionSet_Mbcdfru
-
Option "-r": Reverse the sense of comparisons.
- r - Variable in enum org.unix4j.unix.sort.SortOptionSet_Mbdfmru
-
Option "-r": Reverse the sense of comparisons.
- r - Variable in enum org.unix4j.unix.sort.SortOptionSet_MVbcdfghmnru
-
Option "-r": Reverse the sense of comparisons.
- r - Variable in enum org.unix4j.unix.sort.SortOptionSet_MVbcdfghnru
-
Option "-r": Reverse the sense of comparisons.
- r - Variable in enum org.unix4j.unix.sort.SortOptionSet_MVbdfghmnru
-
Option "-r": Reverse the sense of comparisons.
- r - Variable in enum org.unix4j.unix.sort.SortOptionSet_Vbcdfmru
-
Option "-r": Reverse the sense of comparisons.
- r - Variable in enum org.unix4j.unix.sort.SortOptionSet_Vbcdfru
-
Option "-r": Reverse the sense of comparisons.
- r - Variable in enum org.unix4j.unix.sort.SortOptionSet_Vbdfmru
-
Option "-r": Reverse the sense of comparisons.
- r - Variable in class org.unix4j.unix.sort.SortOptionSets
-
Option "-r": Reverse the sense of comparisons.
- r - Variable in enum org.unix4j.unix.xargs.XargsOptionSet_rtxz
-
Option "-r": If the standard input does not contain any nonblanks, do not run the
command.
- r - Variable in class org.unix4j.unix.xargs.XargsOptionSets
-
Option "-r": If the standard input does not contain any nonblanks, do not run the
command.
- recurseSubdirs - Variable in enum org.unix4j.unix.ls.LsOptionSet_Rahlrt
-
Option "--recurseSubdirs": Recursively lists subdirectories encountered.
- recurseSubdirs - Variable in class org.unix4j.unix.ls.LsOptionSets
-
Option "--recurseSubdirs": Recursively lists subdirectories encountered.
- regex - Variable in enum org.unix4j.unix.find.FindOptionSet_acdfilmnorxz
-
Option "--regex": Use full regular expression syntax for the patterns specified by the
name operand
- regex - Variable in enum org.unix4j.unix.find.FindOptionSet_acdimnorz
-
Option "--regex": Use full regular expression syntax for the patterns specified by the
name operand
- regex - Variable in enum org.unix4j.unix.find.FindOptionSet_acfimnorz
-
Option "--regex": Use full regular expression syntax for the patterns specified by the
name operand
- regex - Variable in enum org.unix4j.unix.find.FindOptionSet_acilmnorz
-
Option "--regex": Use full regular expression syntax for the patterns specified by the
name operand
- regex - Variable in enum org.unix4j.unix.find.FindOptionSet_acimnorxz
-
Option "--regex": Use full regular expression syntax for the patterns specified by the
name operand
- regex - Variable in enum org.unix4j.unix.find.FindOptionSet_adfilnorxz
-
Option "--regex": Use full regular expression syntax for the patterns specified by the
name operand
- regex - Variable in enum org.unix4j.unix.find.FindOptionSet_adinorz
-
Option "--regex": Use full regular expression syntax for the patterns specified by the
name operand
- regex - Variable in enum org.unix4j.unix.find.FindOptionSet_afinorz
-
Option "--regex": Use full regular expression syntax for the patterns specified by the
name operand
- regex - Variable in enum org.unix4j.unix.find.FindOptionSet_ailnorz
-
Option "--regex": Use full regular expression syntax for the patterns specified by the
name operand
- regex - Variable in enum org.unix4j.unix.find.FindOptionSet_ainorxz
-
Option "--regex": Use full regular expression syntax for the patterns specified by the
name operand
- regex - Variable in enum org.unix4j.unix.find.FindOptionSet_cdfilnorxz
-
Option "--regex": Use full regular expression syntax for the patterns specified by the
name operand
- regex - Variable in enum org.unix4j.unix.find.FindOptionSet_cdinorz
-
Option "--regex": Use full regular expression syntax for the patterns specified by the
name operand
- regex - Variable in enum org.unix4j.unix.find.FindOptionSet_cfinorz
-
Option "--regex": Use full regular expression syntax for the patterns specified by the
name operand
- regex - Variable in enum org.unix4j.unix.find.FindOptionSet_cilnorz
-
Option "--regex": Use full regular expression syntax for the patterns specified by the
name operand
- regex - Variable in enum org.unix4j.unix.find.FindOptionSet_cinorxz
-
Option "--regex": Use full regular expression syntax for the patterns specified by the
name operand
- regex - Variable in enum org.unix4j.unix.find.FindOptionSet_dfilmnorxz
-
Option "--regex": Use full regular expression syntax for the patterns specified by the
name operand
- regex - Variable in enum org.unix4j.unix.find.FindOptionSet_dimnorz
-
Option "--regex": Use full regular expression syntax for the patterns specified by the
name operand
- regex - Variable in enum org.unix4j.unix.find.FindOptionSet_fimnorz
-
Option "--regex": Use full regular expression syntax for the patterns specified by the
name operand
- regex - Variable in enum org.unix4j.unix.find.FindOptionSet_ilmnorz
-
Option "--regex": Use full regular expression syntax for the patterns specified by the
name operand
- regex - Variable in enum org.unix4j.unix.find.FindOptionSet_imnorxz
-
Option "--regex": Use full regular expression syntax for the patterns specified by the
name operand
- regex - Variable in class org.unix4j.unix.find.FindOptionSets
-
Option "--regex": Use full regular expression syntax for the patterns specified by the
name operand
- RegexFilter - Class in org.unix4j.unix.find
-
File filter based on file name using regular expressions for the comparison.
- RegexFilter(String, boolean) - Constructor for class org.unix4j.unix.find.RegexFilter
-
Constructor with pattern and ignore-case flag.
- regexp - Variable in class org.unix4j.unix.sed.AbstractRegexpProcessor
-
- RegexpMatcher - Class in org.unix4j.unix.grep
-
A matcher using regular expressions to match the pattern with a line.
- RegexpMatcher(GrepArguments) - Constructor for class org.unix4j.unix.grep.RegexpMatcher
-
- relativeFileName(File) - Static method in class org.unix4j.unix.ls.FileComparators
-
Sorts files alphabetically according to the relative file name from the
specified root to the actual file.
- reset() - Method in class org.unix4j.builder.DefaultUnix4jCommandBuilder
-
- reset() - Method in interface org.unix4j.builder.Unix4jCommandBuilder
-
- reset() - Method in class org.unix4j.unix.sort.CheckProcessor
-
Resets the last line, for instance when a new file should be checked.
- reset() - Method in class org.unix4j.unix.wc.Counters
-
Resets all counts to zero.
- resetCounter() - Method in class org.unix4j.unix.head.AbstractHeadProcessor
-
- resetCountersAndFlush() - Method in class org.unix4j.unix.tail.AbstractTailProcessor
-
- resetCountersAndFlush() - Method in class org.unix4j.unix.tail.TailCharsFromEndProcessor
-
- resetCountersAndFlush() - Method in class org.unix4j.unix.tail.TailCharsFromStartProcessor
-
- resetCountersAndFlush() - Method in class org.unix4j.unix.tail.TailLinesFromEndProcessor
-
- resetCountersAndFlush() - Method in class org.unix4j.unix.tail.TailLinesFromStartProcessor
-
- reverse - Variable in enum org.unix4j.unix.sort.SortOptionSet_bcdfgmru
-
Option "--reverse": Reverse the sense of comparisons.
- reverse - Variable in enum org.unix4j.unix.sort.SortOptionSet_bcdfgru
-
Option "--reverse": Reverse the sense of comparisons.
- reverse - Variable in enum org.unix4j.unix.sort.SortOptionSet_bcdfhmru
-
Option "--reverse": Reverse the sense of comparisons.
- reverse - Variable in enum org.unix4j.unix.sort.SortOptionSet_bcdfhru
-
Option "--reverse": Reverse the sense of comparisons.
- reverse - Variable in enum org.unix4j.unix.sort.SortOptionSet_bcdfmnru
-
Option "--reverse": Reverse the sense of comparisons.
- reverse - Variable in enum org.unix4j.unix.sort.SortOptionSet_bcdfnru
-
Option "--reverse": Reverse the sense of comparisons.
- reverse - Variable in enum org.unix4j.unix.sort.SortOptionSet_bdfgmru
-
Option "--reverse": Reverse the sense of comparisons.
- reverse - Variable in enum org.unix4j.unix.sort.SortOptionSet_bdfhmru
-
Option "--reverse": Reverse the sense of comparisons.
- reverse - Variable in enum org.unix4j.unix.sort.SortOptionSet_bdfmnru
-
Option "--reverse": Reverse the sense of comparisons.
- reverse - Variable in enum org.unix4j.unix.sort.SortOptionSet_Mbcdfmru
-
Option "--reverse": Reverse the sense of comparisons.
- reverse - Variable in enum org.unix4j.unix.sort.SortOptionSet_Mbcdfru
-
Option "--reverse": Reverse the sense of comparisons.
- reverse - Variable in enum org.unix4j.unix.sort.SortOptionSet_Mbdfmru
-
Option "--reverse": Reverse the sense of comparisons.
- reverse - Variable in enum org.unix4j.unix.sort.SortOptionSet_MVbcdfghmnru
-
Option "--reverse": Reverse the sense of comparisons.
- reverse - Variable in enum org.unix4j.unix.sort.SortOptionSet_MVbcdfghnru
-
Option "--reverse": Reverse the sense of comparisons.
- reverse - Variable in enum org.unix4j.unix.sort.SortOptionSet_MVbdfghmnru
-
Option "--reverse": Reverse the sense of comparisons.
- reverse - Variable in enum org.unix4j.unix.sort.SortOptionSet_Vbcdfmru
-
Option "--reverse": Reverse the sense of comparisons.
- reverse - Variable in enum org.unix4j.unix.sort.SortOptionSet_Vbcdfru
-
Option "--reverse": Reverse the sense of comparisons.
- reverse - Variable in enum org.unix4j.unix.sort.SortOptionSet_Vbdfmru
-
Option "--reverse": Reverse the sense of comparisons.
- reverse - Variable in class org.unix4j.unix.sort.SortOptionSets
-
Option "--reverse": Reverse the sense of comparisons.
- reverseOrder - Variable in enum org.unix4j.unix.ls.LsOptionSet_Rahlrt
-
Option "--reverseOrder": Reverses the order of the sort to get reverse collating sequence or
oldest first.
- reverseOrder - Variable in class org.unix4j.unix.ls.LsOptionSets
-
Option "--reverseOrder": Reverses the order of the sort to get reverse collating sequence or
oldest first.
- s - Variable in enum org.unix4j.unix.cat.CatOptionSet_bns
-
Option "-s": Squeeze multiple adjacent empty lines, causing the output to be
single spaced.
- s - Variable in enum org.unix4j.unix.cat.CatOptionSet_bs
-
Option "-s": Squeeze multiple adjacent empty lines, causing the output to be
single spaced.
- s - Variable in enum org.unix4j.unix.cat.CatOptionSet_ns
-
Option "-s": Squeeze multiple adjacent empty lines, causing the output to be
single spaced.
- s - Variable in class org.unix4j.unix.cat.CatOptionSets
-
Option "-s": Squeeze multiple adjacent empty lines, causing the output to be
single spaced.
- s - Variable in enum org.unix4j.unix.sed.SedOptionSet_Iacdgilnpsy
-
Option "-s": Substitutes the replacement string for instances of the regexp in
the matched line.
- s - Variable in enum org.unix4j.unix.sed.SedOptionSet_Iglnps
-
Option "-s": Substitutes the replacement string for instances of the regexp in
the matched line.
- s - Variable in class org.unix4j.unix.sed.SedOptionSets
-
Option "-s": Substitutes the replacement string for instances of the regexp in
the matched line.
- s - Variable in enum org.unix4j.unix.tail.TailOptionSet_cqs
-
Option "-s": The count argument is relative to the beginning of the file
instead of counting from the end of the file.
- s - Variable in class org.unix4j.unix.tail.TailOptionSets
-
Option "-s": The count argument is relative to the beginning of the file
instead of counting from the end of the file.
- sed(String...) - Method in class org.unix4j.builder.DefaultUnix4jCommandBuilder
-
- sed(String) - Method in class org.unix4j.builder.DefaultUnix4jCommandBuilder
-
- sed(String, String) - Method in class org.unix4j.builder.DefaultUnix4jCommandBuilder
-
- sed(String, String, int...) - Method in class org.unix4j.builder.DefaultUnix4jCommandBuilder
-
- sed(SedOptions, String) - Method in class org.unix4j.builder.DefaultUnix4jCommandBuilder
-
- sed(SedOptions, String, String) - Method in class org.unix4j.builder.DefaultUnix4jCommandBuilder
-
- sed(SedOptions, String, String, int...) - Method in class org.unix4j.builder.DefaultUnix4jCommandBuilder
-
- sed(String...) - Method in interface org.unix4j.builder.Unix4jCommandBuilder
-
Executes the sed script specified by the given arguments and writes
the result to the standard output.
- sed(String) - Method in interface org.unix4j.builder.Unix4jCommandBuilder
-
Executes the given sed script, such as "s/original/replacement/g".
- sed(String, String) - Method in interface org.unix4j.builder.Unix4jCommandBuilder
-
Substitutes the replacement string for instances of the regexp in
the matched line.
- sed(String, String, int...) - Method in interface org.unix4j.builder.Unix4jCommandBuilder
-
Substitutes the replacement string for instances of the regexp in
the matched line.
- sed(SedOptions, String) - Method in interface org.unix4j.builder.Unix4jCommandBuilder
-
Executes the sed command specified by the given options or executes
the print command p if no command option has been declared.
- sed(SedOptions, String, String) - Method in interface org.unix4j.builder.Unix4jCommandBuilder
-
Executes the sed command specified by the given options or executes
the substitute command s if no command option has been declared.
- sed(SedOptions, String, String, int...) - Method in interface org.unix4j.builder.Unix4jCommandBuilder
-
Executes the sed command specified by the given options or executes
the substitute command s if no command option has been declared.
- Sed - Class in org.unix4j.unix
-
Non-instantiable module with inner types making up the sed command.
- sed(String...) - Method in interface org.unix4j.unix.Sed.Interface
-
Executes the sed script specified by the given arguments and writes
the result to the standard output.
- sed(String) - Method in interface org.unix4j.unix.Sed.Interface
-
Executes the given sed script, such as "s/original/replacement/g".
- sed(String, String) - Method in interface org.unix4j.unix.Sed.Interface
-
Substitutes the replacement string for instances of the regexp in
the matched line.
- sed(String, String, int...) - Method in interface org.unix4j.unix.Sed.Interface
-
Substitutes the replacement string for instances of the regexp in
the matched line.
- sed(SedOptions, String) - Method in interface org.unix4j.unix.Sed.Interface
-
Executes the sed command specified by the given options or executes
the print command p if no command option has been declared.
- sed(SedOptions, String, String) - Method in interface org.unix4j.unix.Sed.Interface
-
Executes the sed command specified by the given options or executes
the substitute command s if no command option has been declared.
- sed(SedOptions, String, String, int...) - Method in interface org.unix4j.unix.Sed.Interface
-
Executes the sed command specified by the given options or executes
the substitute command s if no command option has been declared.
- sed(String...) - Method in class org.unix4j.unix.sed.SedFactory
-
- sed(String) - Method in class org.unix4j.unix.sed.SedFactory
-
- sed(String, String) - Method in class org.unix4j.unix.sed.SedFactory
-
- sed(String, String, int...) - Method in class org.unix4j.unix.sed.SedFactory
-
- sed(SedOptions, String) - Method in class org.unix4j.unix.sed.SedFactory
-
- sed(SedOptions, String, String) - Method in class org.unix4j.unix.sed.SedFactory
-
- sed(SedOptions, String, String, int...) - Method in class org.unix4j.unix.sed.SedFactory
-
- sed(String...) - Static method in class org.unix4j.Unix4j
-
Executes the sed script specified by the given arguments and writes
the result to the standard output.
- sed(String) - Static method in class org.unix4j.Unix4j
-
Executes the given sed script, such as "s/original/replacement/g".
- sed(String, String) - Static method in class org.unix4j.Unix4j
-
Substitutes the replacement string for instances of the regexp in
the matched line.
- sed(String, String, int...) - Static method in class org.unix4j.Unix4j
-
Substitutes the replacement string for instances of the regexp in
the matched line.
- sed(SedOptions, String) - Static method in class org.unix4j.Unix4j
-
Executes the sed command specified by the given options or executes
the print command p if no command option has been declared.
- sed(SedOptions, String, String) - Static method in class org.unix4j.Unix4j
-
Executes the sed command specified by the given options or executes
the substitute command s if no command option has been declared.
- sed(SedOptions, String, String, int...) - Static method in class org.unix4j.Unix4j
-
Executes the sed command specified by the given options or executes
the substitute command s if no command option has been declared.
- Sed.Interface<R> - Interface in org.unix4j.unix
-
Interface defining all method signatures for the "sed" command.
- SedArguments - Class in org.unix4j.unix.sed
-
Arguments and options for the
sed command.
- SedArguments() - Constructor for class org.unix4j.unix.sed.SedArguments
-
Constructor to use if no options are specified.
- SedArguments(SedOptions) - Constructor for class org.unix4j.unix.sed.SedArguments
-
Constructor with option set containing the selected command options.
- SedArguments(String...) - Constructor for class org.unix4j.unix.sed.SedArguments
-
Constructor string arguments encoding options and arguments, possibly
also containing variable expressions.
- SedCommand - Class in org.unix4j.unix.sed
-
Implementation of the
sed command.
- SedCommand(SedArguments) - Constructor for class org.unix4j.unix.sed.SedCommand
-
- SedFactory - Class in org.unix4j.unix.sed
-
Factory for the
sed command returning
a new command instance from every signature method.
- SedOption - Enum in org.unix4j.unix.sed
-
Options for the
sed command.
- SedOptions - Interface in org.unix4j.unix.sed
-
Interface implemented by all option sets for the
sed command.
- SedOptions.Default - Class in org.unix4j.unix.sed
-
Default implementation for a modifiable option set.
- SedOptions.Default() - Constructor for class org.unix4j.unix.sed.SedOptions.Default
-
Default constructor for an empty option set with no active options.
- SedOptions.Default(SedOption) - Constructor for class org.unix4j.unix.sed.SedOptions.Default
-
Constructor for an option set with a single active option.
- SedOptions.Default(SedOption...) - Constructor for class org.unix4j.unix.sed.SedOptions.Default
-
Constructor for an option set with the given active options.
- SedOptions.Default(OptionSet<SedOption>) - Constructor for class org.unix4j.unix.sed.SedOptions.Default
-
Constructor for an option set initialized with the options given by
another option set.
- SedOptionSet_Iacdgilnpsy - Enum in org.unix4j.unix.sed
-
Option sets for the
sed command with
the following options:
a,
c,
d,
g,
I,
i,
l,
p,
n,
s,
y.
- SedOptionSet_Iaglnp - Enum in org.unix4j.unix.sed
-
Option sets for the
sed command with
the following options:
a,
g,
I,
l,
p,
n.
- SedOptionSet_Icglnp - Enum in org.unix4j.unix.sed
-
Option sets for the
sed command with
the following options:
c,
g,
I,
l,
p,
n.
- SedOptionSet_Idglnp - Enum in org.unix4j.unix.sed
-
Option sets for the
sed command with
the following options:
d,
g,
I,
l,
p,
n.
- SedOptionSet_Igilnp - Enum in org.unix4j.unix.sed
-
Option sets for the
sed command with
the following options:
g,
I,
i,
l,
p,
n.
- SedOptionSet_Iglnps - Enum in org.unix4j.unix.sed
-
Option sets for the
sed command with
the following options:
g,
I,
l,
p,
n,
s.
- SedOptionSet_Iglnpy - Enum in org.unix4j.unix.sed
-
Option sets for the
sed command with
the following options:
g,
I,
l,
p,
n,
y.
- SedOptionSets - Class in org.unix4j.unix.sed
-
Options for the
sed command with the
the following options:
- SedOptionSets() - Constructor for class org.unix4j.unix.sed.SedOptionSets
-
- setComparator(Comparator<? super Line>) - Method in class org.unix4j.unix.sort.SortArguments
-
Sets <comparator>: The comparator to use for the line comparisons.
- setCount(long) - Method in class org.unix4j.unix.head.HeadArguments
-
Sets <count>: The first count lines of each input file are
copied to standard output, starting from 1 (characters instead of
lines if the -c option is specified).
- setCount(long) - Method in class org.unix4j.unix.tail.TailArguments
-
Sets <count>: The last count lines of each input file are
copied to standard output, starting from 1 (characters instead of
lines if the -c option is specified, and offset from start
instead of end with -s option).
- setDelimiter(String) - Method in class org.unix4j.unix.cut.CutArguments
-
Sets <delimiter>: use as the output delimiter the default is to use the input delimiter
- setDelimiter(String) - Method in class org.unix4j.unix.xargs.XargsArguments
-
Sets <delimiter>: Input items are terminated by the specified characters.
- setEof(String) - Method in class org.unix4j.unix.xargs.XargsArguments
-
Sets <eof>: If the end of file string occurs as a line of input, the rest of the
input is ignored.
- setFile(File) - Method in class org.unix4j.unix.cd.CdArguments
-
Sets <file>: the file to use as input; relative paths are not resolved (use the
string path argument to enable relative path resolving based on the
current working directory).
- setFile(File) - Method in class org.unix4j.unix.uniq.UniqArguments
-
Sets <file>: The files or directories used as starting point for the listing;
relative paths are not resolved (use the string path argument to
enable relative path resolving based on the current working
directory).
- setFiles(File...) - Method in class org.unix4j.unix.cat.CatArguments
-
Sets <files>: The input files to be printed; relative paths are not resolved (use
the string path argument to enable relative path resolving based on
the current working directory).
- setFiles(File...) - Method in class org.unix4j.unix.grep.GrepArguments
-
Sets <files>: The input files to be searched for the pattern; relative paths are
not resolved (use the string paths argument to enable relative path
resolving based on the current working directory).
- setFiles(File...) - Method in class org.unix4j.unix.head.HeadArguments
-
Sets <files>: The input files to be filtered; relative paths are not resolved (use
the string paths argument to enable relative path resolving based on
the current working directory).
- setFiles(File...) - Method in class org.unix4j.unix.ls.LsArguments
-
Sets <files>: The files or directories used as starting point for the listing;
relative paths are not resolved (use the string path argument to
enable relative path resolving based on the current working
directory).
- setFiles(File...) - Method in class org.unix4j.unix.sort.SortArguments
-
Sets <files>: The files to be sorted or merged; relative paths are not resolved
(use the string paths argument to enable relative path resolving
based on the current working directory).
- setFiles(File...) - Method in class org.unix4j.unix.tail.TailArguments
-
Sets <files>: The input files to be filtered; relative paths are not resolved (use
the string paths argument to enable relative path resolving based on
the current working directory).
- setFiles(File...) - Method in class org.unix4j.unix.wc.WcArguments
-
Sets <files>: The input files; relative paths are not resolved (use the string
paths argument to enable relative path resolving based on the
current working directory).
- setIndexes(int...) - Method in class org.unix4j.unix.cut.CutArguments
-
Sets <indexes>: select these chars/field based on the given indexes.
- setInput(Input) - Method in class org.unix4j.unix.from.FromArguments
-
Sets <input>: the input object to read from
- setMaxArgs(int) - Method in class org.unix4j.unix.xargs.XargsArguments
-
Sets <maxArgs>: Use at most maxArgs arguments per command invocation.
- setMaxLines(long) - Method in class org.unix4j.unix.xargs.XargsArguments
-
Sets <maxLines>: Use at most maxLines nonblank input lines per command invocation.
- setName(String) - Method in class org.unix4j.unix.find.FindArguments
-
Sets <name>: Name pattern to match the file name after removing the path with the
leading directories; wildcards * and ? are supported, or full
regular expressions if either of the options -regex (-r) or
-iregex (-i) is specified.
- setOccurrence(int...) - Method in class org.unix4j.unix.sed.SedArguments
-
Sets <occurrence>: Substitute for the given occurrences only of the regexp found within
the matched string; the occurrence indices are one-based.
- setOutputDelimiter(char) - Method in class org.unix4j.unix.cut.CutArguments
-
Sets <outputDelimiter>: use as the output delimiter the default is to use the input delimiter
- setPath(String) - Method in class org.unix4j.unix.cd.CdArguments
-
Sets <path>: the directory to become the new current working directory;
wildcards * and ? are supported; relative paths are resolved on the
basis of the current working directory.
- setPath(String) - Method in class org.unix4j.unix.find.FindArguments
-
Sets <path>: Starting point for the search in the directory hierarchy;
wildcards * and ? are supported; relative paths are resolved on the
basis of the current working directory.
- setPath(String) - Method in class org.unix4j.unix.from.FromArguments
-
Sets <path>: the file to use as input; wildcards * and ? are supported; relative
paths are resolved on the basis of the current working directory.
- setPath(String) - Method in class org.unix4j.unix.uniq.UniqArguments
-
Sets <path>: The files or directories used as starting point for the listing;
wildcards * and ? are supported; relative paths are resolved on the
basis of the current working directory.
- setPaths(String...) - Method in class org.unix4j.unix.cat.CatArguments
-
Sets <paths>: Pathnames of the input files to be printed; wildcards * and ? are
supported; relative paths are resolved on the basis of the current
working directory.
- setPaths(String...) - Method in class org.unix4j.unix.grep.GrepArguments
-
Sets <paths>: Pathnames of the input files to be searched for the pattern;
wildcards * and ? are supported; relative paths are resolved on the
basis of the current working directory.
- setPaths(String...) - Method in class org.unix4j.unix.head.HeadArguments
-
Sets <paths>: Pathnames of the input files to be filtered; wildcards * and ? are
supported; relative paths are resolved on the basis of the current
working directory.
- setPaths(String...) - Method in class org.unix4j.unix.ls.LsArguments
-
Sets <paths>: The files or directories used as starting point for the listing;
wildcards * and ? are supported; relative paths are resolved on the
basis of the current working directory.
- setPaths(String...) - Method in class org.unix4j.unix.sort.SortArguments
-
Sets <paths>: Pathnames of the files to be sorted, merged, or checked; wildcards *
and ? are supported; relative paths are resolved on the
basis of the current working directory.
- setPaths(String...) - Method in class org.unix4j.unix.tail.TailArguments
-
Sets <paths>: Pathnames of the input files to be filtered; wildcards * and ? are
supported; relative paths are resolved on the basis of the current
working directory.
- setPaths(String[]) - Method in class org.unix4j.unix.wc.WcArguments
-
Sets <paths>: Pathnames of the input files; wildcards * and ? are supported;
relative paths are resolved on the basis of the current working
directory.
- setPattern(Pattern) - Method in class org.unix4j.unix.grep.GrepArguments
-
Sets <pattern>: Lines will be printed which match the given pattern.
- setRange(Range) - Method in class org.unix4j.unix.cut.CutArguments
-
Sets <range>: select only these fields
- setRegexp(String) - Method in class org.unix4j.unix.grep.GrepArguments
-
Sets <regexp>: Lines will be printed which match the given regular expression.
- setRegexp(String) - Method in class org.unix4j.unix.sed.SedArguments
-
Sets <regexp>: Regular expression matched against a line.
- setReplacement(String) - Method in class org.unix4j.unix.sed.SedArguments
-
Sets <replacement>: Replacement string for substitute command.
- setScript(String) - Method in class org.unix4j.unix.sed.SedArguments
-
Sets <script>: Sed script as one string, such as "s/original/replacement/g".
- setSize(long) - Method in class org.unix4j.unix.find.FindArguments
-
Sets <size>: Consider only files using at least size bytes if size
is positive, or at most abs(size) bytes if size is zero
or negative.
- setString(String) - Method in class org.unix4j.unix.echo.EchoArguments
-
Sets <string>: A string to be written to standard output.
- setString1(String) - Method in class org.unix4j.unix.sed.SedArguments
-
Sets <string1>: Regular expression matched against a line for all commands except
for command y where string1 contains the source characters for the
translation.
- setString2(String) - Method in class org.unix4j.unix.sed.SedArguments
-
Sets <string2>: Replacement string for substitute command s; appended, inserted or
changed text for a, i and c command; destination characters for
translate command y; ignored by all other commands.
- setStrings(String...) - Method in class org.unix4j.unix.echo.EchoArguments
-
Sets <strings>: Strings to be written to standard output, separated by single blank
characters.
- setTime(Date) - Method in class org.unix4j.unix.find.FindArguments
-
Sets <time>: Consider only files that have been created, modified or accessed
before or after the specified time operand; consider the
-time... options for details of the comparison.
- simplify() - Method in class org.unix4j.unix.find.CompositeFileFilter
-
- size() - Method in enum org.unix4j.unix.cat.CatOption
-
Returns 1 as this is a set with a single element: this option
- size() - Method in enum org.unix4j.unix.cat.CatOptionSet_bns
-
- size() - Method in enum org.unix4j.unix.cat.CatOptionSet_bs
-
- size() - Method in enum org.unix4j.unix.cat.CatOptionSet_ns
-
- size() - Method in enum org.unix4j.unix.cut.CutOption
-
Returns 1 as this is a set with a single element: this option
- size() - Method in enum org.unix4j.unix.cut.CutOptionSet_cf
-
- size() - Method in enum org.unix4j.unix.echo.EchoOption
-
Returns 1 as this is a set with a single element: this option
- size() - Method in enum org.unix4j.unix.echo.EchoOptionSet_n
-
- size() - Method in enum org.unix4j.unix.find.FindOption
-
Returns 1 as this is a set with a single element: this option
- size() - Method in enum org.unix4j.unix.find.FindOptionSet_acdfilmnorxz
-
- size() - Method in enum org.unix4j.unix.find.FindOptionSet_acdimnorz
-
- size() - Method in enum org.unix4j.unix.find.FindOptionSet_acfimnorz
-
- size() - Method in enum org.unix4j.unix.find.FindOptionSet_acilmnorz
-
- size() - Method in enum org.unix4j.unix.find.FindOptionSet_acimnorxz
-
- size() - Method in enum org.unix4j.unix.find.FindOptionSet_adfilnorxz
-
- size() - Method in enum org.unix4j.unix.find.FindOptionSet_adinorz
-
- size() - Method in enum org.unix4j.unix.find.FindOptionSet_afinorz
-
- size() - Method in enum org.unix4j.unix.find.FindOptionSet_ailnorz
-
- size() - Method in enum org.unix4j.unix.find.FindOptionSet_ainorxz
-
- size() - Method in enum org.unix4j.unix.find.FindOptionSet_cdfilnorxz
-
- size() - Method in enum org.unix4j.unix.find.FindOptionSet_cdinorz
-
- size() - Method in enum org.unix4j.unix.find.FindOptionSet_cfinorz
-
- size() - Method in enum org.unix4j.unix.find.FindOptionSet_cilnorz
-
- size() - Method in enum org.unix4j.unix.find.FindOptionSet_cinorxz
-
- size() - Method in enum org.unix4j.unix.find.FindOptionSet_dfilmnorxz
-
- size() - Method in enum org.unix4j.unix.find.FindOptionSet_dimnorz
-
- size() - Method in enum org.unix4j.unix.find.FindOptionSet_fimnorz
-
- size() - Method in enum org.unix4j.unix.find.FindOptionSet_ilmnorz
-
- size() - Method in enum org.unix4j.unix.find.FindOptionSet_imnorxz
-
- size() - Method in enum org.unix4j.unix.grep.GrepOption
-
Returns 1 as this is a set with a single element: this option
- size() - Method in enum org.unix4j.unix.grep.GrepOptionSet_Fcilnvx
-
- size() - Method in enum org.unix4j.unix.head.HeadOption
-
Returns 1 as this is a set with a single element: this option
- size() - Method in enum org.unix4j.unix.head.HeadOptionSet_cq
-
- size() - Method in enum org.unix4j.unix.ls.LsOption
-
Returns 1 as this is a set with a single element: this option
- size() - Method in enum org.unix4j.unix.ls.LsOptionSet_Rahlrt
-
- size() - Method in enum org.unix4j.unix.sed.SedOption
-
Returns 1 as this is a set with a single element: this option
- size() - Method in enum org.unix4j.unix.sed.SedOptionSet_Iacdgilnpsy
-
- size() - Method in enum org.unix4j.unix.sed.SedOptionSet_Iaglnp
-
- size() - Method in enum org.unix4j.unix.sed.SedOptionSet_Icglnp
-
- size() - Method in enum org.unix4j.unix.sed.SedOptionSet_Idglnp
-
- size() - Method in enum org.unix4j.unix.sed.SedOptionSet_Igilnp
-
- size() - Method in enum org.unix4j.unix.sed.SedOptionSet_Iglnps
-
- size() - Method in enum org.unix4j.unix.sed.SedOptionSet_Iglnpy
-
- size() - Method in enum org.unix4j.unix.sort.SortOption
-
Returns 1 as this is a set with a single element: this option
- size() - Method in enum org.unix4j.unix.sort.SortOptionSet_bcdfgmru
-
- size() - Method in enum org.unix4j.unix.sort.SortOptionSet_bcdfgru
-
- size() - Method in enum org.unix4j.unix.sort.SortOptionSet_bcdfhmru
-
- size() - Method in enum org.unix4j.unix.sort.SortOptionSet_bcdfhru
-
- size() - Method in enum org.unix4j.unix.sort.SortOptionSet_bcdfmnru
-
- size() - Method in enum org.unix4j.unix.sort.SortOptionSet_bcdfnru
-
- size() - Method in enum org.unix4j.unix.sort.SortOptionSet_bdfgmru
-
- size() - Method in enum org.unix4j.unix.sort.SortOptionSet_bdfhmru
-
- size() - Method in enum org.unix4j.unix.sort.SortOptionSet_bdfmnru
-
- size() - Method in enum org.unix4j.unix.sort.SortOptionSet_Mbcdfmru
-
- size() - Method in enum org.unix4j.unix.sort.SortOptionSet_Mbcdfru
-
- size() - Method in enum org.unix4j.unix.sort.SortOptionSet_Mbdfmru
-
- size() - Method in enum org.unix4j.unix.sort.SortOptionSet_MVbcdfghmnru
-
- size() - Method in enum org.unix4j.unix.sort.SortOptionSet_MVbcdfghnru
-
- size() - Method in enum org.unix4j.unix.sort.SortOptionSet_MVbdfghmnru
-
- size() - Method in enum org.unix4j.unix.sort.SortOptionSet_Vbcdfmru
-
- size() - Method in enum org.unix4j.unix.sort.SortOptionSet_Vbcdfru
-
- size() - Method in enum org.unix4j.unix.sort.SortOptionSet_Vbdfmru
-
- size() - Method in enum org.unix4j.unix.tail.TailOption
-
Returns 1 as this is a set with a single element: this option
- size() - Method in enum org.unix4j.unix.tail.TailOptionSet_cqs
-
- size() - Method in enum org.unix4j.unix.uniq.UniqOption
-
Returns 1 as this is a set with a single element: this option
- size() - Method in enum org.unix4j.unix.uniq.UniqOptionSet_cdgu
-
- size() - Method in enum org.unix4j.unix.uniq.UniqOptionSet_cg
-
- size() - Method in enum org.unix4j.unix.uniq.UniqOptionSet_dg
-
- size() - Method in enum org.unix4j.unix.uniq.UniqOptionSet_gu
-
- size() - Method in enum org.unix4j.unix.wc.WcOption
-
Returns 1 as this is a set with a single element: this option
- size() - Method in enum org.unix4j.unix.wc.WcOptionSet_lmw
-
- size() - Method in enum org.unix4j.unix.xargs.XargsOption
-
Returns 1 as this is a set with a single element: this option
- size() - Method in enum org.unix4j.unix.xargs.XargsOptionSet_rtxz
-
- SizeFilter - Class in org.unix4j.unix.find
-
File filter based on file length.
- SizeFilter(long) - Constructor for class org.unix4j.unix.find.SizeFilter
-
- SizeFilter(long, SizeFilter.SizeComparator) - Constructor for class org.unix4j.unix.find.SizeFilter
-
- SizeFilter.SizeComparator - Enum in org.unix4j.unix.find
-
- sort() - Method in class org.unix4j.builder.DefaultUnix4jCommandBuilder
-
- sort(String...) - Method in class org.unix4j.builder.DefaultUnix4jCommandBuilder
-
- sort(File...) - Method in class org.unix4j.builder.DefaultUnix4jCommandBuilder
-
- sort(Comparator<? super Line>) - Method in class org.unix4j.builder.DefaultUnix4jCommandBuilder
-
- sort(Comparator<? super Line>, File...) - Method in class org.unix4j.builder.DefaultUnix4jCommandBuilder
-
- sort(Comparator<? super Line>, String...) - Method in class org.unix4j.builder.DefaultUnix4jCommandBuilder
-
- sort(SortOptions) - Method in class org.unix4j.builder.DefaultUnix4jCommandBuilder
-
- sort(SortOptions, File...) - Method in class org.unix4j.builder.DefaultUnix4jCommandBuilder
-
- sort(SortOptions, String...) - Method in class org.unix4j.builder.DefaultUnix4jCommandBuilder
-
- sort(SortOptions, Comparator<? super Line>) - Method in class org.unix4j.builder.DefaultUnix4jCommandBuilder
-
- sort(SortOptions, Comparator<? super Line>, File...) - Method in class org.unix4j.builder.DefaultUnix4jCommandBuilder
-
- sort(SortOptions, Comparator<? super Line>, String...) - Method in class org.unix4j.builder.DefaultUnix4jCommandBuilder
-
- sort() - Method in interface org.unix4j.builder.Unix4jCommandBuilder
-
Sort the lines read from the standard input and writes the result to
the standard output.
- sort(String...) - Method in interface org.unix4j.builder.Unix4jCommandBuilder
-
Sort the lines of all the specified files together and writes the
result to the standard output.
- sort(File...) - Method in interface org.unix4j.builder.Unix4jCommandBuilder
-
Sort the lines of all the specified files together and writes the
result to the standard output.
- sort(Comparator<? super Line>) - Method in interface org.unix4j.builder.Unix4jCommandBuilder
-
Sort the lines read from the standard input and writes the result to
the standard output.
- sort(Comparator<? super Line>, File...) - Method in interface org.unix4j.builder.Unix4jCommandBuilder
-
Sort the lines of all the specified files together and writes the
result to the standard output.
- sort(Comparator<? super Line>, String...) - Method in interface org.unix4j.builder.Unix4jCommandBuilder
-
Sort the lines of all the specified files together and writes the
result to the standard output.
- sort(SortOptions) - Method in interface org.unix4j.builder.Unix4jCommandBuilder
-
Sorts, merges, or sequence checks the lines read from the standard
input and writes the result to the standard output.
- sort(SortOptions, File...) - Method in interface org.unix4j.builder.Unix4jCommandBuilder
-
Sorts, merges, or sequence checks the lines the lines of all the
specified files together and writes the result to the standard
output.
- sort(SortOptions, String...) - Method in interface org.unix4j.builder.Unix4jCommandBuilder
-
Sorts, merges, or sequence checks the lines the lines of all the
specified files together and writes the result to the standard
output.
- sort(SortOptions, Comparator<? super Line>) - Method in interface org.unix4j.builder.Unix4jCommandBuilder
-
Sorts, merges, or sequence checks the lines read from the standard
input and writes the result to the standard output.
- sort(SortOptions, Comparator<? super Line>, File...) - Method in interface org.unix4j.builder.Unix4jCommandBuilder
-
Sorts, merges, or sequence checks the lines the lines of all the
specified files together and writes the result to the standard
output.
- sort(SortOptions, Comparator<? super Line>, String...) - Method in interface org.unix4j.builder.Unix4jCommandBuilder
-
Sorts, merges, or sequence checks the lines the lines of all the
specified files together and writes the result to the standard
output.
- Sort - Class in org.unix4j.unix
-
Non-instantiable module with inner types making up the sort command.
- sort() - Method in interface org.unix4j.unix.Sort.Interface
-
Sort the lines read from the standard input and writes the result to
the standard output.
- sort(String...) - Method in interface org.unix4j.unix.Sort.Interface
-
Sort the lines of all the specified files together and writes the
result to the standard output.
- sort(File...) - Method in interface org.unix4j.unix.Sort.Interface
-
Sort the lines of all the specified files together and writes the
result to the standard output.
- sort(Comparator<? super Line>) - Method in interface org.unix4j.unix.Sort.Interface
-
Sort the lines read from the standard input and writes the result to
the standard output.
- sort(Comparator<? super Line>, File...) - Method in interface org.unix4j.unix.Sort.Interface
-
Sort the lines of all the specified files together and writes the
result to the standard output.
- sort(Comparator<? super Line>, String...) - Method in interface org.unix4j.unix.Sort.Interface
-
Sort the lines of all the specified files together and writes the
result to the standard output.
- sort(SortOptions) - Method in interface org.unix4j.unix.Sort.Interface
-
Sorts, merges, or sequence checks the lines read from the standard
input and writes the result to the standard output.
- sort(SortOptions, File...) - Method in interface org.unix4j.unix.Sort.Interface
-
Sorts, merges, or sequence checks the lines the lines of all the
specified files together and writes the result to the standard
output.
- sort(SortOptions, String...) - Method in interface org.unix4j.unix.Sort.Interface
-
Sorts, merges, or sequence checks the lines the lines of all the
specified files together and writes the result to the standard
output.
- sort(SortOptions, Comparator<? super Line>) - Method in interface org.unix4j.unix.Sort.Interface
-
Sorts, merges, or sequence checks the lines read from the standard
input and writes the result to the standard output.
- sort(SortOptions, Comparator<? super Line>, File...) - Method in interface org.unix4j.unix.Sort.Interface
-
Sorts, merges, or sequence checks the lines the lines of all the
specified files together and writes the result to the standard
output.
- sort(SortOptions, Comparator<? super Line>, String...) - Method in interface org.unix4j.unix.Sort.Interface
-
Sorts, merges, or sequence checks the lines the lines of all the
specified files together and writes the result to the standard
output.
- sort() - Method in class org.unix4j.unix.sort.SortFactory
-
- sort(String...) - Method in class org.unix4j.unix.sort.SortFactory
-
- sort(File...) - Method in class org.unix4j.unix.sort.SortFactory
-
- sort(Comparator<? super Line>) - Method in class org.unix4j.unix.sort.SortFactory
-
- sort(Comparator<? super Line>, File...) - Method in class org.unix4j.unix.sort.SortFactory
-
- sort(Comparator<? super Line>, String...) - Method in class org.unix4j.unix.sort.SortFactory
-
- sort(SortOptions) - Method in class org.unix4j.unix.sort.SortFactory
-
- sort(SortOptions, File...) - Method in class org.unix4j.unix.sort.SortFactory
-
- sort(SortOptions, String...) - Method in class org.unix4j.unix.sort.SortFactory
-
- sort(SortOptions, Comparator<? super Line>) - Method in class org.unix4j.unix.sort.SortFactory
-
- sort(SortOptions, Comparator<? super Line>, File...) - Method in class org.unix4j.unix.sort.SortFactory
-
- sort(SortOptions, Comparator<? super Line>, String...) - Method in class org.unix4j.unix.sort.SortFactory
-
- sort(String...) - Static method in class org.unix4j.Unix4j
-
Sort the lines of all the specified files together and writes the
result to the standard output.
- sort(File...) - Static method in class org.unix4j.Unix4j
-
Sort the lines of all the specified files together and writes the
result to the standard output.
- sort(Comparator<? super Line>, File...) - Static method in class org.unix4j.Unix4j
-
Sort the lines of all the specified files together and writes the
result to the standard output.
- sort(Comparator<? super Line>, String...) - Static method in class org.unix4j.Unix4j
-
Sort the lines of all the specified files together and writes the
result to the standard output.
- sort(SortOptions, File...) - Static method in class org.unix4j.Unix4j
-
Sorts, merges, or sequence checks the lines the lines of all the
specified files together and writes the result to the standard
output.
- sort(SortOptions, String...) - Static method in class org.unix4j.Unix4j
-
Sorts, merges, or sequence checks the lines the lines of all the
specified files together and writes the result to the standard
output.
- sort(SortOptions, Comparator<? super Line>, File...) - Static method in class org.unix4j.Unix4j
-
Sorts, merges, or sequence checks the lines the lines of all the
specified files together and writes the result to the standard
output.
- sort(SortOptions, Comparator<? super Line>, String...) - Static method in class org.unix4j.Unix4j
-
Sorts, merges, or sequence checks the lines the lines of all the
specified files together and writes the result to the standard
output.
- Sort.Interface<R> - Interface in org.unix4j.unix
-
Interface defining all method signatures for the "sort" command.
- SortArguments - Class in org.unix4j.unix.sort
-
Arguments and options for the
sort command.
- SortArguments() - Constructor for class org.unix4j.unix.sort.SortArguments
-
Constructor to use if no options are specified.
- SortArguments(SortOptions) - Constructor for class org.unix4j.unix.sort.SortArguments
-
Constructor with option set containing the selected command options.
- SortArguments(String...) - Constructor for class org.unix4j.unix.sort.SortArguments
-
Constructor string arguments encoding options and arguments, possibly
also containing variable expressions.
- SortCommand - Class in org.unix4j.unix.sort
-
Implementation of the
sort command.
- SortCommand(SortArguments) - Constructor for class org.unix4j.unix.sort.SortCommand
-
- SortFactory - Class in org.unix4j.unix.sort
-
Factory for the
sort command returning
a new command instance from every signature method.
- SortOption - Enum in org.unix4j.unix.sort
-
Options for the
sort command.
- SortOptions - Interface in org.unix4j.unix.sort
-
Interface implemented by all option sets for the
sort command.
- SortOptions.Default - Class in org.unix4j.unix.sort
-
Default implementation for a modifiable option set.
- SortOptions.Default() - Constructor for class org.unix4j.unix.sort.SortOptions.Default
-
Default constructor for an empty option set with no active options.
- SortOptions.Default(SortOption) - Constructor for class org.unix4j.unix.sort.SortOptions.Default
-
Constructor for an option set with a single active option.
- SortOptions.Default(SortOption...) - Constructor for class org.unix4j.unix.sort.SortOptions.Default
-
Constructor for an option set with the given active options.
- SortOptions.Default(OptionSet<SortOption>) - Constructor for class org.unix4j.unix.sort.SortOptions.Default
-
Constructor for an option set initialized with the options given by
another option set.
- SortOptionSet_bcdfgmru - Enum in org.unix4j.unix.sort
-
Option sets for the
sort command with
the following options:
c,
d,
g,
f,
b,
m,
r,
u.
- SortOptionSet_bcdfgru - Enum in org.unix4j.unix.sort
-
Option sets for the
sort command with
the following options:
c,
d,
g,
f,
b,
r,
u.
- SortOptionSet_bcdfhmru - Enum in org.unix4j.unix.sort
-
Option sets for the
sort command with
the following options:
c,
d,
h,
f,
b,
m,
r,
u.
- SortOptionSet_bcdfhru - Enum in org.unix4j.unix.sort
-
Option sets for the
sort command with
the following options:
c,
d,
h,
f,
b,
r,
u.
- SortOptionSet_bcdfmnru - Enum in org.unix4j.unix.sort
-
Option sets for the
sort command with
the following options:
c,
d,
f,
b,
m,
n,
r,
u.
- SortOptionSet_bcdfnru - Enum in org.unix4j.unix.sort
-
Option sets for the
sort command with
the following options:
c,
d,
f,
b,
n,
r,
u.
- SortOptionSet_bdfgmru - Enum in org.unix4j.unix.sort
-
Option sets for the
sort command with
the following options:
d,
g,
f,
b,
m,
r,
u.
- SortOptionSet_bdfhmru - Enum in org.unix4j.unix.sort
-
Option sets for the
sort command with
the following options:
d,
h,
f,
b,
m,
r,
u.
- SortOptionSet_bdfmnru - Enum in org.unix4j.unix.sort
-
Option sets for the
sort command with
the following options:
d,
f,
b,
m,
n,
r,
u.
- SortOptionSet_Mbcdfmru - Enum in org.unix4j.unix.sort
-
Option sets for the
sort command with
the following options:
c,
d,
f,
b,
m,
M,
r,
u.
- SortOptionSet_Mbcdfru - Enum in org.unix4j.unix.sort
-
Option sets for the
sort command with
the following options:
c,
d,
f,
b,
M,
r,
u.
- SortOptionSet_Mbdfmru - Enum in org.unix4j.unix.sort
-
Option sets for the
sort command with
the following options:
d,
f,
b,
m,
M,
r,
u.
- SortOptionSet_MVbcdfghmnru - Enum in org.unix4j.unix.sort
-
Option sets for the
sort command with
the following options:
c,
d,
g,
h,
f,
b,
m,
M,
n,
r,
u,
V.
- SortOptionSet_MVbcdfghnru - Enum in org.unix4j.unix.sort
-
Option sets for the
sort command with
the following options:
c,
d,
g,
h,
f,
b,
M,
n,
r,
u,
V.
- SortOptionSet_MVbdfghmnru - Enum in org.unix4j.unix.sort
-
Option sets for the
sort command with
the following options:
d,
g,
h,
f,
b,
m,
M,
n,
r,
u,
V.
- SortOptionSet_Vbcdfmru - Enum in org.unix4j.unix.sort
-
Option sets for the
sort command with
the following options:
c,
d,
f,
b,
m,
r,
u,
V.
- SortOptionSet_Vbcdfru - Enum in org.unix4j.unix.sort
-
Option sets for the
sort command with
the following options:
c,
d,
f,
b,
r,
u,
V.
- SortOptionSet_Vbdfmru - Enum in org.unix4j.unix.sort
-
Option sets for the
sort command with
the following options:
d,
f,
b,
m,
r,
u,
V.
- SortOptionSets - Class in org.unix4j.unix.sort
-
Options for the
sort command with the
the following options:
- SortOptionSets() - Constructor for class org.unix4j.unix.sort.SortOptionSets
-
- SortProcessor - Class in org.unix4j.unix.sort
-
Line processor for normal in-memory sort using an
ArrayList to cache
and sort the lines.
- SortProcessor(SortCommand, ExecutionContext, LineProcessor) - Constructor for class org.unix4j.unix.sort.SortProcessor
-
- squeezeEmptyLines - Variable in enum org.unix4j.unix.cat.CatOptionSet_bns
-
Option "--squeezeEmptyLines": Squeeze multiple adjacent empty lines, causing the output to be
single spaced.
- squeezeEmptyLines - Variable in enum org.unix4j.unix.cat.CatOptionSet_bs
-
Option "--squeezeEmptyLines": Squeeze multiple adjacent empty lines, causing the output to be
single spaced.
- squeezeEmptyLines - Variable in enum org.unix4j.unix.cat.CatOptionSet_ns
-
Option "--squeezeEmptyLines": Squeeze multiple adjacent empty lines, causing the output to be
single spaced.
- squeezeEmptyLines - Variable in class org.unix4j.unix.cat.CatOptionSets
-
Option "--squeezeEmptyLines": Squeeze multiple adjacent empty lines, causing the output to be
single spaced.
- SqueezeEmptyLinesProcessor - Class in org.unix4j.unix.cat
-
- SqueezeEmptyLinesProcessor(Command<CatArguments>, ExecutionContext, LineProcessor) - Constructor for class org.unix4j.unix.cat.SqueezeEmptyLinesProcessor
-
- storeItem(String) - Method in class org.unix4j.unix.xargs.DefaultItemStorage
-
- storeItem(String) - Method in interface org.unix4j.unix.xargs.ItemStorage
-
Stores the specified item.
- substitute - Variable in enum org.unix4j.unix.sed.SedOptionSet_Iacdgilnpsy
-
Option "--substitute": Substitutes the replacement string for instances of the regexp in
the matched line.
- substitute - Variable in enum org.unix4j.unix.sed.SedOptionSet_Iglnps
-
Option "--substitute": Substitutes the replacement string for instances of the regexp in
the matched line.
- substitute - Variable in class org.unix4j.unix.sed.SedOptionSets
-
Option "--substitute": Substitutes the replacement string for instances of the regexp in
the matched line.
- SubstituteProcessor - Class in org.unix4j.unix.sed
-
- SubstituteProcessor(Command, SedArguments, LineProcessor) - Constructor for class org.unix4j.unix.sed.SubstituteProcessor
-
- SubstituteProcessor(Command, String, SedArguments, LineProcessor) - Constructor for class org.unix4j.unix.sed.SubstituteProcessor
-
- suppressHeaders - Variable in enum org.unix4j.unix.head.HeadOptionSet_cq
-
Option "--suppressHeaders": Suppresses printing of headers when multiple files are being
examined.
- suppressHeaders - Variable in class org.unix4j.unix.head.HeadOptionSets
-
Option "--suppressHeaders": Suppresses printing of headers when multiple files are being
examined.
- suppressHeaders - Variable in enum org.unix4j.unix.tail.TailOptionSet_cqs
-
Option "--suppressHeaders": Suppresses printing of headers when multiple files are being
examined.
- suppressHeaders - Variable in class org.unix4j.unix.tail.TailOptionSets
-
Option "--suppressHeaders": Suppresses printing of headers when multiple files are being
examined.
- t - Variable in enum org.unix4j.unix.ls.LsOptionSet_Rahlrt
-
Option "-t": Sorts with the primary key being time modified (most recently
modified first) and the secondary key being filename in the
collating sequence.
- t - Variable in class org.unix4j.unix.ls.LsOptionSets
-
Option "-t": Sorts with the primary key being time modified (most recently
modified first) and the secondary key being filename in the
collating sequence.
- t - Variable in enum org.unix4j.unix.xargs.XargsOptionSet_rtxz
-
Option "-t": Print the command line on the standard error output before executing
it.
- t - Variable in class org.unix4j.unix.xargs.XargsOptionSets
-
Option "-t": Print the command line on the standard error output before executing
it.
- tail() - Method in class org.unix4j.builder.DefaultUnix4jCommandBuilder
-
- tail(String...) - Method in class org.unix4j.builder.DefaultUnix4jCommandBuilder
-
- tail(long) - Method in class org.unix4j.builder.DefaultUnix4jCommandBuilder
-
- tail(TailOptions, long) - Method in class org.unix4j.builder.DefaultUnix4jCommandBuilder
-
- tail(File...) - Method in class org.unix4j.builder.DefaultUnix4jCommandBuilder
-
- tail(long, File...) - Method in class org.unix4j.builder.DefaultUnix4jCommandBuilder
-
- tail(long, String...) - Method in class org.unix4j.builder.DefaultUnix4jCommandBuilder
-
- tail(TailOptions, long, File...) - Method in class org.unix4j.builder.DefaultUnix4jCommandBuilder
-
- tail(TailOptions, long, String...) - Method in class org.unix4j.builder.DefaultUnix4jCommandBuilder
-
- tail() - Method in interface org.unix4j.builder.Unix4jCommandBuilder
-
Reads the last 10 lines from the standard input and writes them to
the standard output.
- tail(String...) - Method in interface org.unix4j.builder.Unix4jCommandBuilder
-
Reads the last n lines from each of the files specified and writes
them to the standard output.
- tail(long) - Method in interface org.unix4j.builder.Unix4jCommandBuilder
-
Reads the last count lines from the standard input and
writes them to the standard output.
- tail(TailOptions, long) - Method in interface org.unix4j.builder.Unix4jCommandBuilder
-
Reads the last count lines or characters from the standard
input and writes them to the standard output.
- tail(File...) - Method in interface org.unix4j.builder.Unix4jCommandBuilder
-
Reads the last 10 lines from each of the specified files and writes
them to the standard output.
- tail(long, File...) - Method in interface org.unix4j.builder.Unix4jCommandBuilder
-
Reads the last count lines from each of the specified files
and writes them to the standard output.
- tail(long, String...) - Method in interface org.unix4j.builder.Unix4jCommandBuilder
-
Reads the last count lines from each of the specified files
and writes them to the standard output.
- tail(TailOptions, long, File...) - Method in interface org.unix4j.builder.Unix4jCommandBuilder
-
Reads the last count lines or characters from each of the
specified files and writes them to the standard output.
- tail(TailOptions, long, String...) - Method in interface org.unix4j.builder.Unix4jCommandBuilder
-
Reads the last count lines or characters from each of the
specified files and writes them to the standard output.
- Tail - Class in org.unix4j.unix
-
Non-instantiable module with inner types making up the tail command.
- tail() - Method in interface org.unix4j.unix.Tail.Interface
-
Reads the last 10 lines from the standard input and writes them to
the standard output.
- tail(String...) - Method in interface org.unix4j.unix.Tail.Interface
-
Reads the last n lines from each of the files specified and writes
them to the standard output.
- tail(long) - Method in interface org.unix4j.unix.Tail.Interface
-
Reads the last count lines from the standard input and
writes them to the standard output.
- tail(TailOptions, long) - Method in interface org.unix4j.unix.Tail.Interface
-
Reads the last count lines or characters from the standard
input and writes them to the standard output.
- tail(File...) - Method in interface org.unix4j.unix.Tail.Interface
-
Reads the last 10 lines from each of the specified files and writes
them to the standard output.
- tail(long, File...) - Method in interface org.unix4j.unix.Tail.Interface
-
Reads the last count lines from each of the specified files
and writes them to the standard output.
- tail(long, String...) - Method in interface org.unix4j.unix.Tail.Interface
-
Reads the last count lines from each of the specified files
and writes them to the standard output.
- tail(TailOptions, long, File...) - Method in interface org.unix4j.unix.Tail.Interface
-
Reads the last count lines or characters from each of the
specified files and writes them to the standard output.
- tail(TailOptions, long, String...) - Method in interface org.unix4j.unix.Tail.Interface
-
Reads the last count lines or characters from each of the
specified files and writes them to the standard output.
- tail() - Method in class org.unix4j.unix.tail.TailFactory
-
- tail(String...) - Method in class org.unix4j.unix.tail.TailFactory
-
- tail(long) - Method in class org.unix4j.unix.tail.TailFactory
-
- tail(TailOptions, long) - Method in class org.unix4j.unix.tail.TailFactory
-
- tail(File...) - Method in class org.unix4j.unix.tail.TailFactory
-
- tail(long, File...) - Method in class org.unix4j.unix.tail.TailFactory
-
- tail(long, String...) - Method in class org.unix4j.unix.tail.TailFactory
-
- tail(TailOptions, long, File...) - Method in class org.unix4j.unix.tail.TailFactory
-
- tail(TailOptions, long, String...) - Method in class org.unix4j.unix.tail.TailFactory
-
- tail(String...) - Static method in class org.unix4j.Unix4j
-
Reads the last n lines from each of the files specified and writes
them to the standard output.
- tail(File...) - Static method in class org.unix4j.Unix4j
-
Reads the last 10 lines from each of the specified files and writes
them to the standard output.
- tail(long, File...) - Static method in class org.unix4j.Unix4j
-
Reads the last count lines from each of the specified files
and writes them to the standard output.
- tail(long, String...) - Static method in class org.unix4j.Unix4j
-
Reads the last count lines from each of the specified files
and writes them to the standard output.
- tail(TailOptions, long, File...) - Static method in class org.unix4j.Unix4j
-
Reads the last count lines or characters from each of the
specified files and writes them to the standard output.
- tail(TailOptions, long, String...) - Static method in class org.unix4j.Unix4j
-
Reads the last count lines or characters from each of the
specified files and writes them to the standard output.
- Tail.Interface<R> - Interface in org.unix4j.unix
-
Interface defining all method signatures for the "tail" command.
- TailArguments - Class in org.unix4j.unix.tail
-
Arguments and options for the
tail command.
- TailArguments() - Constructor for class org.unix4j.unix.tail.TailArguments
-
Constructor to use if no options are specified.
- TailArguments(TailOptions) - Constructor for class org.unix4j.unix.tail.TailArguments
-
Constructor with option set containing the selected command options.
- TailArguments(String...) - Constructor for class org.unix4j.unix.tail.TailArguments
-
Constructor string arguments encoding options and arguments, possibly
also containing variable expressions.
- TailCharsFromEndProcessor - Class in org.unix4j.unix.tail
-
- TailCharsFromEndProcessor(TailCommand, ExecutionContext, LineProcessor) - Constructor for class org.unix4j.unix.tail.TailCharsFromEndProcessor
-
- TailCharsFromStartProcessor - Class in org.unix4j.unix.tail
-
- TailCharsFromStartProcessor(TailCommand, ExecutionContext, LineProcessor) - Constructor for class org.unix4j.unix.tail.TailCharsFromStartProcessor
-
- TailCommand - Class in org.unix4j.unix.tail
-
Implementation of the
tail command.
- TailCommand(TailArguments) - Constructor for class org.unix4j.unix.tail.TailCommand
-
- TailFactory - Class in org.unix4j.unix.tail
-
Factory for the
tail command returning
a new command instance from every signature method.
- TailLinesFromEndProcessor - Class in org.unix4j.unix.tail
-
- TailLinesFromEndProcessor(TailCommand, ExecutionContext, LineProcessor) - Constructor for class org.unix4j.unix.tail.TailLinesFromEndProcessor
-
- TailLinesFromStartProcessor - Class in org.unix4j.unix.tail
-
- TailLinesFromStartProcessor(TailCommand, ExecutionContext, LineProcessor) - Constructor for class org.unix4j.unix.tail.TailLinesFromStartProcessor
-
- TailOption - Enum in org.unix4j.unix.tail
-
Options for the
tail command.
- TailOptions - Interface in org.unix4j.unix.tail
-
Interface implemented by all option sets for the
tail command.
- TailOptions.Default - Class in org.unix4j.unix.tail
-
Default implementation for a modifiable option set.
- TailOptions.Default() - Constructor for class org.unix4j.unix.tail.TailOptions.Default
-
Default constructor for an empty option set with no active options.
- TailOptions.Default(TailOption) - Constructor for class org.unix4j.unix.tail.TailOptions.Default
-
Constructor for an option set with a single active option.
- TailOptions.Default(TailOption...) - Constructor for class org.unix4j.unix.tail.TailOptions.Default
-
Constructor for an option set with the given active options.
- TailOptions.Default(OptionSet<TailOption>) - Constructor for class org.unix4j.unix.tail.TailOptions.Default
-
Constructor for an option set initialized with the options given by
another option set.
- TailOptionSet_cqs - Enum in org.unix4j.unix.tail
-
Option sets for the
tail command with
the following options:
c,
s,
q.
- TailOptionSets - Class in org.unix4j.unix.tail
-
Options for the
tail command with the
the following options:
- TailOptionSets() - Constructor for class org.unix4j.unix.tail.TailOptionSets
-
- text - Variable in class org.unix4j.unix.sed.AbstractTextProcessor
-
- timeAccess - Variable in enum org.unix4j.unix.find.FindOptionSet_acdfilmnorxz
-
Option "--timeAccess": The time operand refers to the last access time of the file
- timeAccess - Variable in enum org.unix4j.unix.find.FindOptionSet_acdimnorz
-
Option "--timeAccess": The time operand refers to the last access time of the file
- timeAccess - Variable in enum org.unix4j.unix.find.FindOptionSet_acfimnorz
-
Option "--timeAccess": The time operand refers to the last access time of the file
- timeAccess - Variable in enum org.unix4j.unix.find.FindOptionSet_acilmnorz
-
Option "--timeAccess": The time operand refers to the last access time of the file
- timeAccess - Variable in enum org.unix4j.unix.find.FindOptionSet_acimnorxz
-
Option "--timeAccess": The time operand refers to the last access time of the file
- timeAccess - Variable in enum org.unix4j.unix.find.FindOptionSet_adfilnorxz
-
Option "--timeAccess": The time operand refers to the last access time of the file
- timeAccess - Variable in enum org.unix4j.unix.find.FindOptionSet_adinorz
-
Option "--timeAccess": The time operand refers to the last access time of the file
- timeAccess - Variable in enum org.unix4j.unix.find.FindOptionSet_afinorz
-
Option "--timeAccess": The time operand refers to the last access time of the file
- timeAccess - Variable in enum org.unix4j.unix.find.FindOptionSet_ailnorz
-
Option "--timeAccess": The time operand refers to the last access time of the file
- timeAccess - Variable in enum org.unix4j.unix.find.FindOptionSet_ainorxz
-
Option "--timeAccess": The time operand refers to the last access time of the file
- timeAccess - Variable in class org.unix4j.unix.find.FindOptionSets
-
Option "--timeAccess": The time operand refers to the last access time of the file
- timeAndRelativeFileName(File) - Static method in class org.unix4j.unix.ls.FileComparators
-
Sorts files according to the last modified time (last touched files
first) and then by relative file name.
- timeCreate - Variable in enum org.unix4j.unix.find.FindOptionSet_acdfilmnorxz
-
Option "--timeCreate": The time operand refers to the creation time of the file
- timeCreate - Variable in enum org.unix4j.unix.find.FindOptionSet_acdimnorz
-
Option "--timeCreate": The time operand refers to the creation time of the file
- timeCreate - Variable in enum org.unix4j.unix.find.FindOptionSet_acfimnorz
-
Option "--timeCreate": The time operand refers to the creation time of the file
- timeCreate - Variable in enum org.unix4j.unix.find.FindOptionSet_acilmnorz
-
Option "--timeCreate": The time operand refers to the creation time of the file
- timeCreate - Variable in enum org.unix4j.unix.find.FindOptionSet_acimnorxz
-
Option "--timeCreate": The time operand refers to the creation time of the file
- timeCreate - Variable in enum org.unix4j.unix.find.FindOptionSet_cdfilnorxz
-
Option "--timeCreate": The time operand refers to the creation time of the file
- timeCreate - Variable in enum org.unix4j.unix.find.FindOptionSet_cdinorz
-
Option "--timeCreate": The time operand refers to the creation time of the file
- timeCreate - Variable in enum org.unix4j.unix.find.FindOptionSet_cfinorz
-
Option "--timeCreate": The time operand refers to the creation time of the file
- timeCreate - Variable in enum org.unix4j.unix.find.FindOptionSet_cilnorz
-
Option "--timeCreate": The time operand refers to the creation time of the file
- timeCreate - Variable in enum org.unix4j.unix.find.FindOptionSet_cinorxz
-
Option "--timeCreate": The time operand refers to the creation time of the file
- timeCreate - Variable in class org.unix4j.unix.find.FindOptionSets
-
Option "--timeCreate": The time operand refers to the creation time of the file
- TimeFilter - Class in org.unix4j.unix.find
-
File filter based on last modified, last accessed or created time of the
file.
- TimeFilter(Date, FindOptions) - Constructor for class org.unix4j.unix.find.TimeFilter
-
- TimeFilter(Date, TimeFilter.TimeType, TimeFilter.TimeComparator) - Constructor for class org.unix4j.unix.find.TimeFilter
-
- TimeFilter.TimeComparator - Enum in org.unix4j.unix.find
-
- TimeFilter.TimeType - Enum in org.unix4j.unix.find
-
- timeModified - Variable in enum org.unix4j.unix.find.FindOptionSet_acdfilmnorxz
-
Option "--timeModified": The time operand refers to the last modification time of the file
(the default)
- timeModified - Variable in enum org.unix4j.unix.find.FindOptionSet_acdimnorz
-
Option "--timeModified": The time operand refers to the last modification time of the file
(the default)
- timeModified - Variable in enum org.unix4j.unix.find.FindOptionSet_acfimnorz
-
Option "--timeModified": The time operand refers to the last modification time of the file
(the default)
- timeModified - Variable in enum org.unix4j.unix.find.FindOptionSet_acilmnorz
-
Option "--timeModified": The time operand refers to the last modification time of the file
(the default)
- timeModified - Variable in enum org.unix4j.unix.find.FindOptionSet_acimnorxz
-
Option "--timeModified": The time operand refers to the last modification time of the file
(the default)
- timeModified - Variable in enum org.unix4j.unix.find.FindOptionSet_dfilmnorxz
-
Option "--timeModified": The time operand refers to the last modification time of the file
(the default)
- timeModified - Variable in enum org.unix4j.unix.find.FindOptionSet_dimnorz
-
Option "--timeModified": The time operand refers to the last modification time of the file
(the default)
- timeModified - Variable in enum org.unix4j.unix.find.FindOptionSet_fimnorz
-
Option "--timeModified": The time operand refers to the last modification time of the file
(the default)
- timeModified - Variable in enum org.unix4j.unix.find.FindOptionSet_ilmnorz
-
Option "--timeModified": The time operand refers to the last modification time of the file
(the default)
- timeModified - Variable in enum org.unix4j.unix.find.FindOptionSet_imnorxz
-
Option "--timeModified": The time operand refers to the last modification time of the file
(the default)
- timeModified - Variable in class org.unix4j.unix.find.FindOptionSets
-
Option "--timeModified": The time operand refers to the last modification time of the file
(the default)
- timeNewer - Variable in enum org.unix4j.unix.find.FindOptionSet_acdfilmnorxz
-
Option "--timeNewer": Consider only files that have been created, modified or accessed
after or at the time specified by the time operand (the default)
- timeNewer - Variable in enum org.unix4j.unix.find.FindOptionSet_acdimnorz
-
Option "--timeNewer": Consider only files that have been created, modified or accessed
after or at the time specified by the time operand (the default)
- timeNewer - Variable in enum org.unix4j.unix.find.FindOptionSet_acfimnorz
-
Option "--timeNewer": Consider only files that have been created, modified or accessed
after or at the time specified by the time operand (the default)
- timeNewer - Variable in enum org.unix4j.unix.find.FindOptionSet_acilmnorz
-
Option "--timeNewer": Consider only files that have been created, modified or accessed
after or at the time specified by the time operand (the default)
- timeNewer - Variable in enum org.unix4j.unix.find.FindOptionSet_acimnorxz
-
Option "--timeNewer": Consider only files that have been created, modified or accessed
after or at the time specified by the time operand (the default)
- timeNewer - Variable in enum org.unix4j.unix.find.FindOptionSet_adfilnorxz
-
Option "--timeNewer": Consider only files that have been created, modified or accessed
after or at the time specified by the time operand (the default)
- timeNewer - Variable in enum org.unix4j.unix.find.FindOptionSet_adinorz
-
Option "--timeNewer": Consider only files that have been created, modified or accessed
after or at the time specified by the time operand (the default)
- timeNewer - Variable in enum org.unix4j.unix.find.FindOptionSet_afinorz
-
Option "--timeNewer": Consider only files that have been created, modified or accessed
after or at the time specified by the time operand (the default)
- timeNewer - Variable in enum org.unix4j.unix.find.FindOptionSet_ailnorz
-
Option "--timeNewer": Consider only files that have been created, modified or accessed
after or at the time specified by the time operand (the default)
- timeNewer - Variable in enum org.unix4j.unix.find.FindOptionSet_ainorxz
-
Option "--timeNewer": Consider only files that have been created, modified or accessed
after or at the time specified by the time operand (the default)
- timeNewer - Variable in enum org.unix4j.unix.find.FindOptionSet_cdfilnorxz
-
Option "--timeNewer": Consider only files that have been created, modified or accessed
after or at the time specified by the time operand (the default)
- timeNewer - Variable in enum org.unix4j.unix.find.FindOptionSet_cdinorz
-
Option "--timeNewer": Consider only files that have been created, modified or accessed
after or at the time specified by the time operand (the default)
- timeNewer - Variable in enum org.unix4j.unix.find.FindOptionSet_cfinorz
-
Option "--timeNewer": Consider only files that have been created, modified or accessed
after or at the time specified by the time operand (the default)
- timeNewer - Variable in enum org.unix4j.unix.find.FindOptionSet_cilnorz
-
Option "--timeNewer": Consider only files that have been created, modified or accessed
after or at the time specified by the time operand (the default)
- timeNewer - Variable in enum org.unix4j.unix.find.FindOptionSet_cinorxz
-
Option "--timeNewer": Consider only files that have been created, modified or accessed
after or at the time specified by the time operand (the default)
- timeNewer - Variable in enum org.unix4j.unix.find.FindOptionSet_dfilmnorxz
-
Option "--timeNewer": Consider only files that have been created, modified or accessed
after or at the time specified by the time operand (the default)
- timeNewer - Variable in enum org.unix4j.unix.find.FindOptionSet_dimnorz
-
Option "--timeNewer": Consider only files that have been created, modified or accessed
after or at the time specified by the time operand (the default)
- timeNewer - Variable in enum org.unix4j.unix.find.FindOptionSet_fimnorz
-
Option "--timeNewer": Consider only files that have been created, modified or accessed
after or at the time specified by the time operand (the default)
- timeNewer - Variable in enum org.unix4j.unix.find.FindOptionSet_ilmnorz
-
Option "--timeNewer": Consider only files that have been created, modified or accessed
after or at the time specified by the time operand (the default)
- timeNewer - Variable in enum org.unix4j.unix.find.FindOptionSet_imnorxz
-
Option "--timeNewer": Consider only files that have been created, modified or accessed
after or at the time specified by the time operand (the default)
- timeNewer - Variable in class org.unix4j.unix.find.FindOptionSets
-
Option "--timeNewer": Consider only files that have been created, modified or accessed
after or at the time specified by the time operand (the default)
- timeOlder - Variable in enum org.unix4j.unix.find.FindOptionSet_acdfilmnorxz
-
Option "--timeOlder": Consider only files that have been created, modified or accessed
before or at the time specified by the time operand
- timeOlder - Variable in enum org.unix4j.unix.find.FindOptionSet_acdimnorz
-
Option "--timeOlder": Consider only files that have been created, modified or accessed
before or at the time specified by the time operand
- timeOlder - Variable in enum org.unix4j.unix.find.FindOptionSet_acfimnorz
-
Option "--timeOlder": Consider only files that have been created, modified or accessed
before or at the time specified by the time operand
- timeOlder - Variable in enum org.unix4j.unix.find.FindOptionSet_acilmnorz
-
Option "--timeOlder": Consider only files that have been created, modified or accessed
before or at the time specified by the time operand
- timeOlder - Variable in enum org.unix4j.unix.find.FindOptionSet_acimnorxz
-
Option "--timeOlder": Consider only files that have been created, modified or accessed
before or at the time specified by the time operand
- timeOlder - Variable in enum org.unix4j.unix.find.FindOptionSet_adfilnorxz
-
Option "--timeOlder": Consider only files that have been created, modified or accessed
before or at the time specified by the time operand
- timeOlder - Variable in enum org.unix4j.unix.find.FindOptionSet_adinorz
-
Option "--timeOlder": Consider only files that have been created, modified or accessed
before or at the time specified by the time operand
- timeOlder - Variable in enum org.unix4j.unix.find.FindOptionSet_afinorz
-
Option "--timeOlder": Consider only files that have been created, modified or accessed
before or at the time specified by the time operand
- timeOlder - Variable in enum org.unix4j.unix.find.FindOptionSet_ailnorz
-
Option "--timeOlder": Consider only files that have been created, modified or accessed
before or at the time specified by the time operand
- timeOlder - Variable in enum org.unix4j.unix.find.FindOptionSet_ainorxz
-
Option "--timeOlder": Consider only files that have been created, modified or accessed
before or at the time specified by the time operand
- timeOlder - Variable in enum org.unix4j.unix.find.FindOptionSet_cdfilnorxz
-
Option "--timeOlder": Consider only files that have been created, modified or accessed
before or at the time specified by the time operand
- timeOlder - Variable in enum org.unix4j.unix.find.FindOptionSet_cdinorz
-
Option "--timeOlder": Consider only files that have been created, modified or accessed
before or at the time specified by the time operand
- timeOlder - Variable in enum org.unix4j.unix.find.FindOptionSet_cfinorz
-
Option "--timeOlder": Consider only files that have been created, modified or accessed
before or at the time specified by the time operand
- timeOlder - Variable in enum org.unix4j.unix.find.FindOptionSet_cilnorz
-
Option "--timeOlder": Consider only files that have been created, modified or accessed
before or at the time specified by the time operand
- timeOlder - Variable in enum org.unix4j.unix.find.FindOptionSet_cinorxz
-
Option "--timeOlder": Consider only files that have been created, modified or accessed
before or at the time specified by the time operand
- timeOlder - Variable in enum org.unix4j.unix.find.FindOptionSet_dfilmnorxz
-
Option "--timeOlder": Consider only files that have been created, modified or accessed
before or at the time specified by the time operand
- timeOlder - Variable in enum org.unix4j.unix.find.FindOptionSet_dimnorz
-
Option "--timeOlder": Consider only files that have been created, modified or accessed
before or at the time specified by the time operand
- timeOlder - Variable in enum org.unix4j.unix.find.FindOptionSet_fimnorz
-
Option "--timeOlder": Consider only files that have been created, modified or accessed
before or at the time specified by the time operand
- timeOlder - Variable in enum org.unix4j.unix.find.FindOptionSet_ilmnorz
-
Option "--timeOlder": Consider only files that have been created, modified or accessed
before or at the time specified by the time operand
- timeOlder - Variable in enum org.unix4j.unix.find.FindOptionSet_imnorxz
-
Option "--timeOlder": Consider only files that have been created, modified or accessed
before or at the time specified by the time operand
- timeOlder - Variable in class org.unix4j.unix.find.FindOptionSets
-
Option "--timeOlder": Consider only files that have been created, modified or accessed
before or at the time specified by the time operand
- timeSorted - Variable in enum org.unix4j.unix.ls.LsOptionSet_Rahlrt
-
Option "--timeSorted": Sorts with the primary key being time modified (most recently
modified first) and the secondary key being filename in the
collating sequence.
- timeSorted - Variable in class org.unix4j.unix.ls.LsOptionSets
-
Option "--timeSorted": Sorts with the primary key being time modified (most recently
modified first) and the secondary key being filename in the
collating sequence.
- toString() - Method in class org.unix4j.unix.cat.CatArguments
-
- toString() - Method in class org.unix4j.unix.cd.CdArguments
-
- toString() - Method in class org.unix4j.unix.cut.CutArguments
-
- toString() - Method in class org.unix4j.unix.echo.EchoArguments
-
- toString() - Method in class org.unix4j.unix.find.FindArguments
-
- toString() - Method in class org.unix4j.unix.from.FromArguments
-
- toString() - Method in class org.unix4j.unix.grep.GrepArguments
-
- toString() - Method in class org.unix4j.unix.head.HeadArguments
-
- toString() - Method in class org.unix4j.unix.ls.LsArguments
-
- toString() - Method in class org.unix4j.unix.sed.SedArguments
-
- toString() - Method in class org.unix4j.unix.sort.SortArguments
-
- toString() - Method in class org.unix4j.unix.tail.TailArguments
-
- toString() - Method in class org.unix4j.unix.uniq.UniqArguments
-
- toString() - Method in class org.unix4j.unix.wc.WcArguments
-
- toString() - Method in class org.unix4j.unix.xargs.XargsArguments
-
- toString() - Method in class org.unix4j.unix.xargs.XargsCommand
-
- translate - Variable in enum org.unix4j.unix.sed.SedOptionSet_Iacdgilnpsy
-
Option "--translate": Replace all occurrences of characters in string1 with the
corresponding characters in string2.
- translate - Variable in enum org.unix4j.unix.sed.SedOptionSet_Iglnpy
-
Option "--translate": Replace all occurrences of characters in string1 with the
corresponding characters in string2.
- translate - Variable in class org.unix4j.unix.sed.SedOptionSets
-
Option "--translate": Replace all occurrences of characters in string1 with the
corresponding characters in string2.
- TranslateProcessor - Class in org.unix4j.unix.sed
-
- TranslateProcessor(Command, SedArguments, LineProcessor) - Constructor for class org.unix4j.unix.sed.TranslateProcessor
-
- TranslateProcessor(Command, String, SedArguments, LineProcessor) - Constructor for class org.unix4j.unix.sed.TranslateProcessor
-
- typeAndRelativeFileName(File) - Static method in class org.unix4j.unix.ls.FileComparators
-
Sorts files according to file type and then by relative file name.
- typeDirectory - Variable in enum org.unix4j.unix.find.FindOptionSet_acdfilmnorxz
-
Option "--typeDirectory": Consider only directories
- typeDirectory - Variable in enum org.unix4j.unix.find.FindOptionSet_acdimnorz
-
Option "--typeDirectory": Consider only directories
- typeDirectory - Variable in enum org.unix4j.unix.find.FindOptionSet_adfilnorxz
-
Option "--typeDirectory": Consider only directories
- typeDirectory - Variable in enum org.unix4j.unix.find.FindOptionSet_adinorz
-
Option "--typeDirectory": Consider only directories
- typeDirectory - Variable in enum org.unix4j.unix.find.FindOptionSet_cdfilnorxz
-
Option "--typeDirectory": Consider only directories
- typeDirectory - Variable in enum org.unix4j.unix.find.FindOptionSet_cdinorz
-
Option "--typeDirectory": Consider only directories
- typeDirectory - Variable in enum org.unix4j.unix.find.FindOptionSet_dfilmnorxz
-
Option "--typeDirectory": Consider only directories
- typeDirectory - Variable in enum org.unix4j.unix.find.FindOptionSet_dimnorz
-
Option "--typeDirectory": Consider only directories
- typeDirectory - Variable in class org.unix4j.unix.find.FindOptionSets
-
Option "--typeDirectory": Consider only directories
- typeFile - Variable in enum org.unix4j.unix.find.FindOptionSet_acdfilmnorxz
-
Option "--typeFile": Consider only regular files
- typeFile - Variable in enum org.unix4j.unix.find.FindOptionSet_acfimnorz
-
Option "--typeFile": Consider only regular files
- typeFile - Variable in enum org.unix4j.unix.find.FindOptionSet_adfilnorxz
-
Option "--typeFile": Consider only regular files
- typeFile - Variable in enum org.unix4j.unix.find.FindOptionSet_afinorz
-
Option "--typeFile": Consider only regular files
- typeFile - Variable in enum org.unix4j.unix.find.FindOptionSet_cdfilnorxz
-
Option "--typeFile": Consider only regular files
- typeFile - Variable in enum org.unix4j.unix.find.FindOptionSet_cfinorz
-
Option "--typeFile": Consider only regular files
- typeFile - Variable in enum org.unix4j.unix.find.FindOptionSet_dfilmnorxz
-
Option "--typeFile": Consider only regular files
- typeFile - Variable in enum org.unix4j.unix.find.FindOptionSet_fimnorz
-
Option "--typeFile": Consider only regular files
- typeFile - Variable in class org.unix4j.unix.find.FindOptionSets
-
Option "--typeFile": Consider only regular files
- TypeFilter - Enum in org.unix4j.unix.find
-
File filter based on file type.
- typeOther - Variable in enum org.unix4j.unix.find.FindOptionSet_acdfilmnorxz
-
Option "--typeOther": Consider only files that are neither of directory (d),
regular file (f) or symlink (l).
- typeOther - Variable in enum org.unix4j.unix.find.FindOptionSet_acimnorxz
-
Option "--typeOther": Consider only files that are neither of directory (d),
regular file (f) or symlink (l).
- typeOther - Variable in enum org.unix4j.unix.find.FindOptionSet_adfilnorxz
-
Option "--typeOther": Consider only files that are neither of directory (d),
regular file (f) or symlink (l).
- typeOther - Variable in enum org.unix4j.unix.find.FindOptionSet_ainorxz
-
Option "--typeOther": Consider only files that are neither of directory (d),
regular file (f) or symlink (l).
- typeOther - Variable in enum org.unix4j.unix.find.FindOptionSet_cdfilnorxz
-
Option "--typeOther": Consider only files that are neither of directory (d),
regular file (f) or symlink (l).
- typeOther - Variable in enum org.unix4j.unix.find.FindOptionSet_cinorxz
-
Option "--typeOther": Consider only files that are neither of directory (d),
regular file (f) or symlink (l).
- typeOther - Variable in enum org.unix4j.unix.find.FindOptionSet_dfilmnorxz
-
Option "--typeOther": Consider only files that are neither of directory (d),
regular file (f) or symlink (l).
- typeOther - Variable in enum org.unix4j.unix.find.FindOptionSet_imnorxz
-
Option "--typeOther": Consider only files that are neither of directory (d),
regular file (f) or symlink (l).
- typeOther - Variable in class org.unix4j.unix.find.FindOptionSets
-
Option "--typeOther": Consider only files that are neither of directory (d),
regular file (f) or symlink (l).
- typeSymlink - Variable in enum org.unix4j.unix.find.FindOptionSet_acdfilmnorxz
-
Option "--typeSymlink": Consider only symbolic links
- typeSymlink - Variable in enum org.unix4j.unix.find.FindOptionSet_acilmnorz
-
Option "--typeSymlink": Consider only symbolic links
- typeSymlink - Variable in enum org.unix4j.unix.find.FindOptionSet_adfilnorxz
-
Option "--typeSymlink": Consider only symbolic links
- typeSymlink - Variable in enum org.unix4j.unix.find.FindOptionSet_ailnorz
-
Option "--typeSymlink": Consider only symbolic links
- typeSymlink - Variable in enum org.unix4j.unix.find.FindOptionSet_cdfilnorxz
-
Option "--typeSymlink": Consider only symbolic links
- typeSymlink - Variable in enum org.unix4j.unix.find.FindOptionSet_cilnorz
-
Option "--typeSymlink": Consider only symbolic links
- typeSymlink - Variable in enum org.unix4j.unix.find.FindOptionSet_dfilmnorxz
-
Option "--typeSymlink": Consider only symbolic links
- typeSymlink - Variable in enum org.unix4j.unix.find.FindOptionSet_ilmnorz
-
Option "--typeSymlink": Consider only symbolic links
- typeSymlink - Variable in class org.unix4j.unix.find.FindOptionSets
-
Option "--typeSymlink": Consider only symbolic links
- u - Variable in enum org.unix4j.unix.sort.SortOptionSet_bcdfgmru
-
Option "-u": Unique: suppress all but one in each set of lines having equal keys.
- u - Variable in enum org.unix4j.unix.sort.SortOptionSet_bcdfgru
-
Option "-u": Unique: suppress all but one in each set of lines having equal keys.
- u - Variable in enum org.unix4j.unix.sort.SortOptionSet_bcdfhmru
-
Option "-u": Unique: suppress all but one in each set of lines having equal keys.
- u - Variable in enum org.unix4j.unix.sort.SortOptionSet_bcdfhru
-
Option "-u": Unique: suppress all but one in each set of lines having equal keys.
- u - Variable in enum org.unix4j.unix.sort.SortOptionSet_bcdfmnru
-
Option "-u": Unique: suppress all but one in each set of lines having equal keys.
- u - Variable in enum org.unix4j.unix.sort.SortOptionSet_bcdfnru
-
Option "-u": Unique: suppress all but one in each set of lines having equal keys.
- u - Variable in enum org.unix4j.unix.sort.SortOptionSet_bdfgmru
-
Option "-u": Unique: suppress all but one in each set of lines having equal keys.
- u - Variable in enum org.unix4j.unix.sort.SortOptionSet_bdfhmru
-
Option "-u": Unique: suppress all but one in each set of lines having equal keys.
- u - Variable in enum org.unix4j.unix.sort.SortOptionSet_bdfmnru
-
Option "-u": Unique: suppress all but one in each set of lines having equal keys.
- u - Variable in enum org.unix4j.unix.sort.SortOptionSet_Mbcdfmru
-
Option "-u": Unique: suppress all but one in each set of lines having equal keys.
- u - Variable in enum org.unix4j.unix.sort.SortOptionSet_Mbcdfru
-
Option "-u": Unique: suppress all but one in each set of lines having equal keys.
- u - Variable in enum org.unix4j.unix.sort.SortOptionSet_Mbdfmru
-
Option "-u": Unique: suppress all but one in each set of lines having equal keys.
- u - Variable in enum org.unix4j.unix.sort.SortOptionSet_MVbcdfghmnru
-
Option "-u": Unique: suppress all but one in each set of lines having equal keys.
- u - Variable in enum org.unix4j.unix.sort.SortOptionSet_MVbcdfghnru
-
Option "-u": Unique: suppress all but one in each set of lines having equal keys.
- u - Variable in enum org.unix4j.unix.sort.SortOptionSet_MVbdfghmnru
-
Option "-u": Unique: suppress all but one in each set of lines having equal keys.
- u - Variable in enum org.unix4j.unix.sort.SortOptionSet_Vbcdfmru
-
Option "-u": Unique: suppress all but one in each set of lines having equal keys.
- u - Variable in enum org.unix4j.unix.sort.SortOptionSet_Vbcdfru
-
Option "-u": Unique: suppress all but one in each set of lines having equal keys.
- u - Variable in enum org.unix4j.unix.sort.SortOptionSet_Vbdfmru
-
Option "-u": Unique: suppress all but one in each set of lines having equal keys.
- u - Variable in class org.unix4j.unix.sort.SortOptionSets
-
Option "-u": Unique: suppress all but one in each set of lines having equal keys.
- u - Variable in enum org.unix4j.unix.uniq.UniqOptionSet_cdgu
-
Option "-u": Suppresses the writing of lines that are repeated in the input.
- u - Variable in enum org.unix4j.unix.uniq.UniqOptionSet_gu
-
Option "-u": Suppresses the writing of lines that are repeated in the input.
- u - Variable in class org.unix4j.unix.uniq.UniqOptionSets
-
Option "-u": Suppresses the writing of lines that are repeated in the input.
- uniq() - Method in class org.unix4j.builder.DefaultUnix4jCommandBuilder
-
- uniq(String...) - Method in class org.unix4j.builder.DefaultUnix4jCommandBuilder
-
- uniq(File) - Method in class org.unix4j.builder.DefaultUnix4jCommandBuilder
-
- uniq(String) - Method in class org.unix4j.builder.DefaultUnix4jCommandBuilder
-
- uniq(UniqOptions) - Method in class org.unix4j.builder.DefaultUnix4jCommandBuilder
-
- uniq(UniqOptions, File) - Method in class org.unix4j.builder.DefaultUnix4jCommandBuilder
-
- uniq(UniqOptions, String) - Method in class org.unix4j.builder.DefaultUnix4jCommandBuilder
-
- uniq() - Method in interface org.unix4j.builder.Unix4jCommandBuilder
-
Reads from the standard input and compares adjacent lines, writing
one copy of each input line to the standard output.
- uniq(String...) - Method in interface org.unix4j.builder.Unix4jCommandBuilder
-
Reads the file specified by the "--path" operand (the
default operand) and writes only unique lines to the standard
output.
- uniq(File) - Method in interface org.unix4j.builder.Unix4jCommandBuilder
-
Reads from the specified input file and compares adjacent
lines, writing one copy of each input line to the standard output.
- uniq(String) - Method in interface org.unix4j.builder.Unix4jCommandBuilder
-
Reads the file specified by its path and compares adjacent
lines, writing one copy of each input line to the standard output.
- uniq(UniqOptions) - Method in interface org.unix4j.builder.Unix4jCommandBuilder
-
Reads from the standard input and compares adjacent lines, writing
one copy of each input line to the standard output.
- uniq(UniqOptions, File) - Method in interface org.unix4j.builder.Unix4jCommandBuilder
-
Reads from the specified input file and compares adjacent
lines, writing one copy of each input line to the standard output.
- uniq(UniqOptions, String) - Method in interface org.unix4j.builder.Unix4jCommandBuilder
-
Reads the file specified by its path and compares adjacent
lines, writing one copy of each input line to the standard output.
- Uniq - Class in org.unix4j.unix
-
Non-instantiable module with inner types making up the uniq command.
- uniq() - Method in interface org.unix4j.unix.Uniq.Interface
-
Reads from the standard input and compares adjacent lines, writing
one copy of each input line to the standard output.
- uniq(String...) - Method in interface org.unix4j.unix.Uniq.Interface
-
Reads the file specified by the "--path" operand (the
default operand) and writes only unique lines to the standard
output.
- uniq(File) - Method in interface org.unix4j.unix.Uniq.Interface
-
Reads from the specified input file and compares adjacent
lines, writing one copy of each input line to the standard output.
- uniq(String) - Method in interface org.unix4j.unix.Uniq.Interface
-
Reads the file specified by its path and compares adjacent
lines, writing one copy of each input line to the standard output.
- uniq(UniqOptions) - Method in interface org.unix4j.unix.Uniq.Interface
-
Reads from the standard input and compares adjacent lines, writing
one copy of each input line to the standard output.
- uniq(UniqOptions, File) - Method in interface org.unix4j.unix.Uniq.Interface
-
Reads from the specified input file and compares adjacent
lines, writing one copy of each input line to the standard output.
- uniq(UniqOptions, String) - Method in interface org.unix4j.unix.Uniq.Interface
-
Reads the file specified by its path and compares adjacent
lines, writing one copy of each input line to the standard output.
- uniq() - Method in class org.unix4j.unix.uniq.UniqFactory
-
- uniq(String...) - Method in class org.unix4j.unix.uniq.UniqFactory
-
- uniq(File) - Method in class org.unix4j.unix.uniq.UniqFactory
-
- uniq(String) - Method in class org.unix4j.unix.uniq.UniqFactory
-
- uniq(UniqOptions) - Method in class org.unix4j.unix.uniq.UniqFactory
-
- uniq(UniqOptions, File) - Method in class org.unix4j.unix.uniq.UniqFactory
-
- uniq(UniqOptions, String) - Method in class org.unix4j.unix.uniq.UniqFactory
-
- uniq(File) - Static method in class org.unix4j.Unix4j
-
Reads from the specified input file and compares adjacent
lines, writing one copy of each input line to the standard output.
- uniq(String) - Static method in class org.unix4j.Unix4j
-
Reads the file specified by its path and compares adjacent
lines, writing one copy of each input line to the standard output.
- uniq(UniqOptions, File) - Static method in class org.unix4j.Unix4j
-
Reads from the specified input file and compares adjacent
lines, writing one copy of each input line to the standard output.
- uniq(UniqOptions, String) - Static method in class org.unix4j.Unix4j
-
Reads the file specified by its path and compares adjacent
lines, writing one copy of each input line to the standard output.
- Uniq.Interface<R> - Interface in org.unix4j.unix
-
Interface defining all method signatures for the "uniq" command.
- UniqArguments - Class in org.unix4j.unix.uniq
-
Arguments and options for the
uniq command.
- UniqArguments() - Constructor for class org.unix4j.unix.uniq.UniqArguments
-
Constructor to use if no options are specified.
- UniqArguments(UniqOptions) - Constructor for class org.unix4j.unix.uniq.UniqArguments
-
Constructor with option set containing the selected command options.
- UniqArguments(String...) - Constructor for class org.unix4j.unix.uniq.UniqArguments
-
Constructor string arguments encoding options and arguments, possibly
also containing variable expressions.
- UniqCommand - Class in org.unix4j.unix.uniq
-
Implementation of the
uniq command.
- UniqCommand(UniqArguments) - Constructor for class org.unix4j.unix.uniq.UniqCommand
-
- UniqFactory - Class in org.unix4j.unix.uniq
-
Factory for the
uniq command returning
a new command instance from every signature method.
- UniqOption - Enum in org.unix4j.unix.uniq
-
Options for the
uniq command.
- UniqOptions - Interface in org.unix4j.unix.uniq
-
Interface implemented by all option sets for the
uniq command.
- UniqOptions.Default - Class in org.unix4j.unix.uniq
-
Default implementation for a modifiable option set.
- UniqOptions.Default() - Constructor for class org.unix4j.unix.uniq.UniqOptions.Default
-
Default constructor for an empty option set with no active options.
- UniqOptions.Default(UniqOption) - Constructor for class org.unix4j.unix.uniq.UniqOptions.Default
-
Constructor for an option set with a single active option.
- UniqOptions.Default(UniqOption...) - Constructor for class org.unix4j.unix.uniq.UniqOptions.Default
-
Constructor for an option set with the given active options.
- UniqOptions.Default(OptionSet<UniqOption>) - Constructor for class org.unix4j.unix.uniq.UniqOptions.Default
-
Constructor for an option set initialized with the options given by
another option set.
- UniqOptionSet_cdgu - Enum in org.unix4j.unix.uniq
-
Option sets for the
uniq command with
the following options:
c,
d,
g,
u.
- UniqOptionSet_cg - Enum in org.unix4j.unix.uniq
-
Option sets for the
uniq command with
the following options:
c,
g.
- UniqOptionSet_dg - Enum in org.unix4j.unix.uniq
-
Option sets for the
uniq command with
the following options:
d,
g.
- UniqOptionSet_gu - Enum in org.unix4j.unix.uniq
-
Option sets for the
uniq command with
the following options:
g,
u.
- UniqOptionSets - Class in org.unix4j.unix.uniq
-
Options for the
uniq command with the
the following options:
- UniqOptionSets() - Constructor for class org.unix4j.unix.uniq.UniqOptionSets
-
- UniqProcessor - Class in org.unix4j.unix.uniq
-
- UniqProcessor(UniqCommand, ExecutionContext, LineProcessor) - Constructor for class org.unix4j.unix.uniq.UniqProcessor
-
- unique - Variable in enum org.unix4j.unix.sort.SortOptionSet_bcdfgmru
-
Option "--unique": Unique: suppress all but one in each set of lines having equal keys.
- unique - Variable in enum org.unix4j.unix.sort.SortOptionSet_bcdfgru
-
Option "--unique": Unique: suppress all but one in each set of lines having equal keys.
- unique - Variable in enum org.unix4j.unix.sort.SortOptionSet_bcdfhmru
-
Option "--unique": Unique: suppress all but one in each set of lines having equal keys.
- unique - Variable in enum org.unix4j.unix.sort.SortOptionSet_bcdfhru
-
Option "--unique": Unique: suppress all but one in each set of lines having equal keys.
- unique - Variable in enum org.unix4j.unix.sort.SortOptionSet_bcdfmnru
-
Option "--unique": Unique: suppress all but one in each set of lines having equal keys.
- unique - Variable in enum org.unix4j.unix.sort.SortOptionSet_bcdfnru
-
Option "--unique": Unique: suppress all but one in each set of lines having equal keys.
- unique - Variable in enum org.unix4j.unix.sort.SortOptionSet_bdfgmru
-
Option "--unique": Unique: suppress all but one in each set of lines having equal keys.
- unique - Variable in enum org.unix4j.unix.sort.SortOptionSet_bdfhmru
-
Option "--unique": Unique: suppress all but one in each set of lines having equal keys.
- unique - Variable in enum org.unix4j.unix.sort.SortOptionSet_bdfmnru
-
Option "--unique": Unique: suppress all but one in each set of lines having equal keys.
- unique - Variable in enum org.unix4j.unix.sort.SortOptionSet_Mbcdfmru
-
Option "--unique": Unique: suppress all but one in each set of lines having equal keys.
- unique - Variable in enum org.unix4j.unix.sort.SortOptionSet_Mbcdfru
-
Option "--unique": Unique: suppress all but one in each set of lines having equal keys.
- unique - Variable in enum org.unix4j.unix.sort.SortOptionSet_Mbdfmru
-
Option "--unique": Unique: suppress all but one in each set of lines having equal keys.
- unique - Variable in enum org.unix4j.unix.sort.SortOptionSet_MVbcdfghmnru
-
Option "--unique": Unique: suppress all but one in each set of lines having equal keys.
- unique - Variable in enum org.unix4j.unix.sort.SortOptionSet_MVbcdfghnru
-
Option "--unique": Unique: suppress all but one in each set of lines having equal keys.
- unique - Variable in enum org.unix4j.unix.sort.SortOptionSet_MVbdfghmnru
-
Option "--unique": Unique: suppress all but one in each set of lines having equal keys.
- unique - Variable in enum org.unix4j.unix.sort.SortOptionSet_Vbcdfmru
-
Option "--unique": Unique: suppress all but one in each set of lines having equal keys.
- unique - Variable in enum org.unix4j.unix.sort.SortOptionSet_Vbcdfru
-
Option "--unique": Unique: suppress all but one in each set of lines having equal keys.
- unique - Variable in enum org.unix4j.unix.sort.SortOptionSet_Vbdfmru
-
Option "--unique": Unique: suppress all but one in each set of lines having equal keys.
- unique - Variable in class org.unix4j.unix.sort.SortOptionSets
-
Option "--unique": Unique: suppress all but one in each set of lines having equal keys.
- uniqueOnly - Variable in enum org.unix4j.unix.uniq.UniqOptionSet_cdgu
-
Option "--uniqueOnly": Suppresses the writing of lines that are repeated in the input.
- uniqueOnly - Variable in enum org.unix4j.unix.uniq.UniqOptionSet_gu
-
Option "--uniqueOnly": Suppresses the writing of lines that are repeated in the input.
- uniqueOnly - Variable in class org.unix4j.unix.uniq.UniqOptionSets
-
Option "--uniqueOnly": Suppresses the writing of lines that are repeated in the input.
- UniqueSortProcessor - Class in org.unix4j.unix.sort
-
- UniqueSortProcessor(SortCommand, ExecutionContext, LineProcessor) - Constructor for class org.unix4j.unix.sort.UniqueSortProcessor
-
- Unix4j - Class in org.unix4j
-
Utility class with static methods serving as starting point to create a
command or build a command chain joining several commands.
- Unix4jCommandBuilder - Interface in org.unix4j.builder
-
Builder for a unix4j command or a chain of joined commands.
- update(Line) - Method in class org.unix4j.unix.wc.Counters
-
Updates all the relevant counters based on the specified line.
- updateTotal(Counters) - Method in class org.unix4j.unix.wc.Counters
-
Updates the totals counter based on some other counter.
- use(ExecutionContextFactory) - Static method in class org.unix4j.Unix4j
-
Returns a builder that uses the specified factory to create contexts for
command execution.
- useAcronymFor(CatOption) - Method in enum org.unix4j.unix.cat.CatOption
-
Returns true if the
acronym should be used for
the specified
option in string representations.
- useAcronymFor(CatOption) - Method in enum org.unix4j.unix.cat.CatOptionSet_bns
-
Returns true if the
acronym should be used in
for the specified
option string representations.
- useAcronymFor(CatOption) - Method in enum org.unix4j.unix.cat.CatOptionSet_bs
-
Returns true if the
acronym should be used in
for the specified
option string representations.
- useAcronymFor(CatOption) - Method in enum org.unix4j.unix.cat.CatOptionSet_ns
-
Returns true if the
acronym should be used in
for the specified
option string representations.
- useAcronymFor(CutOption) - Method in enum org.unix4j.unix.cut.CutOption
-
Returns true if the
acronym should be used for
the specified
option in string representations.
- useAcronymFor(CutOption) - Method in enum org.unix4j.unix.cut.CutOptionSet_cf
-
Returns true if the
acronym should be used in
for the specified
option string representations.
- useAcronymFor(EchoOption) - Method in enum org.unix4j.unix.echo.EchoOption
-
Returns true if the
acronym should be used for
the specified
option in string representations.
- useAcronymFor(EchoOption) - Method in enum org.unix4j.unix.echo.EchoOptionSet_n
-
Returns true if the
acronym should be used in
for the specified
option string representations.
- useAcronymFor(FindOption) - Method in enum org.unix4j.unix.find.FindOption
-
Returns true if the
acronym should be used for
the specified
option in string representations.
- useAcronymFor(FindOption) - Method in enum org.unix4j.unix.find.FindOptionSet_acdfilmnorxz
-
Returns true if the
acronym should be used in
for the specified
option string representations.
- useAcronymFor(FindOption) - Method in enum org.unix4j.unix.find.FindOptionSet_acdimnorz
-
Returns true if the
acronym should be used in
for the specified
option string representations.
- useAcronymFor(FindOption) - Method in enum org.unix4j.unix.find.FindOptionSet_acfimnorz
-
Returns true if the
acronym should be used in
for the specified
option string representations.
- useAcronymFor(FindOption) - Method in enum org.unix4j.unix.find.FindOptionSet_acilmnorz
-
Returns true if the
acronym should be used in
for the specified
option string representations.
- useAcronymFor(FindOption) - Method in enum org.unix4j.unix.find.FindOptionSet_acimnorxz
-
Returns true if the
acronym should be used in
for the specified
option string representations.
- useAcronymFor(FindOption) - Method in enum org.unix4j.unix.find.FindOptionSet_adfilnorxz
-
Returns true if the
acronym should be used in
for the specified
option string representations.
- useAcronymFor(FindOption) - Method in enum org.unix4j.unix.find.FindOptionSet_adinorz
-
Returns true if the
acronym should be used in
for the specified
option string representations.
- useAcronymFor(FindOption) - Method in enum org.unix4j.unix.find.FindOptionSet_afinorz
-
Returns true if the
acronym should be used in
for the specified
option string representations.
- useAcronymFor(FindOption) - Method in enum org.unix4j.unix.find.FindOptionSet_ailnorz
-
Returns true if the
acronym should be used in
for the specified
option string representations.
- useAcronymFor(FindOption) - Method in enum org.unix4j.unix.find.FindOptionSet_ainorxz
-
Returns true if the
acronym should be used in
for the specified
option string representations.
- useAcronymFor(FindOption) - Method in enum org.unix4j.unix.find.FindOptionSet_cdfilnorxz
-
Returns true if the
acronym should be used in
for the specified
option string representations.
- useAcronymFor(FindOption) - Method in enum org.unix4j.unix.find.FindOptionSet_cdinorz
-
Returns true if the
acronym should be used in
for the specified
option string representations.
- useAcronymFor(FindOption) - Method in enum org.unix4j.unix.find.FindOptionSet_cfinorz
-
Returns true if the
acronym should be used in
for the specified
option string representations.
- useAcronymFor(FindOption) - Method in enum org.unix4j.unix.find.FindOptionSet_cilnorz
-
Returns true if the
acronym should be used in
for the specified
option string representations.
- useAcronymFor(FindOption) - Method in enum org.unix4j.unix.find.FindOptionSet_cinorxz
-
Returns true if the
acronym should be used in
for the specified
option string representations.
- useAcronymFor(FindOption) - Method in enum org.unix4j.unix.find.FindOptionSet_dfilmnorxz
-
Returns true if the
acronym should be used in
for the specified
option string representations.
- useAcronymFor(FindOption) - Method in enum org.unix4j.unix.find.FindOptionSet_dimnorz
-
Returns true if the
acronym should be used in
for the specified
option string representations.
- useAcronymFor(FindOption) - Method in enum org.unix4j.unix.find.FindOptionSet_fimnorz
-
Returns true if the
acronym should be used in
for the specified
option string representations.
- useAcronymFor(FindOption) - Method in enum org.unix4j.unix.find.FindOptionSet_ilmnorz
-
Returns true if the
acronym should be used in
for the specified
option string representations.
- useAcronymFor(FindOption) - Method in enum org.unix4j.unix.find.FindOptionSet_imnorxz
-
Returns true if the
acronym should be used in
for the specified
option string representations.
- useAcronymFor(GrepOption) - Method in enum org.unix4j.unix.grep.GrepOption
-
Returns true if the
acronym should be used for
the specified
option in string representations.
- useAcronymFor(GrepOption) - Method in enum org.unix4j.unix.grep.GrepOptionSet_Fcilnvx
-
Returns true if the
acronym should be used in
for the specified
option string representations.
- useAcronymFor(HeadOption) - Method in enum org.unix4j.unix.head.HeadOption
-
Returns true if the
acronym should be used for
the specified
option in string representations.
- useAcronymFor(HeadOption) - Method in enum org.unix4j.unix.head.HeadOptionSet_cq
-
Returns true if the
acronym should be used in
for the specified
option string representations.
- useAcronymFor(LsOption) - Method in enum org.unix4j.unix.ls.LsOption
-
Returns true if the
acronym should be used for
the specified
option in string representations.
- useAcronymFor(LsOption) - Method in enum org.unix4j.unix.ls.LsOptionSet_Rahlrt
-
Returns true if the
acronym should be used in
for the specified
option string representations.
- useAcronymFor(SedOption) - Method in enum org.unix4j.unix.sed.SedOption
-
Returns true if the
acronym should be used for
the specified
option in string representations.
- useAcronymFor(SedOption) - Method in enum org.unix4j.unix.sed.SedOptionSet_Iacdgilnpsy
-
Returns true if the
acronym should be used in
for the specified
option string representations.
- useAcronymFor(SedOption) - Method in enum org.unix4j.unix.sed.SedOptionSet_Iaglnp
-
Returns true if the
acronym should be used in
for the specified
option string representations.
- useAcronymFor(SedOption) - Method in enum org.unix4j.unix.sed.SedOptionSet_Icglnp
-
Returns true if the
acronym should be used in
for the specified
option string representations.
- useAcronymFor(SedOption) - Method in enum org.unix4j.unix.sed.SedOptionSet_Idglnp
-
Returns true if the
acronym should be used in
for the specified
option string representations.
- useAcronymFor(SedOption) - Method in enum org.unix4j.unix.sed.SedOptionSet_Igilnp
-
Returns true if the
acronym should be used in
for the specified
option string representations.
- useAcronymFor(SedOption) - Method in enum org.unix4j.unix.sed.SedOptionSet_Iglnps
-
Returns true if the
acronym should be used in
for the specified
option string representations.
- useAcronymFor(SedOption) - Method in enum org.unix4j.unix.sed.SedOptionSet_Iglnpy
-
Returns true if the
acronym should be used in
for the specified
option string representations.
- useAcronymFor(SortOption) - Method in enum org.unix4j.unix.sort.SortOption
-
Returns true if the
acronym should be used for
the specified
option in string representations.
- useAcronymFor(SortOption) - Method in enum org.unix4j.unix.sort.SortOptionSet_bcdfgmru
-
Returns true if the
acronym should be used in
for the specified
option string representations.
- useAcronymFor(SortOption) - Method in enum org.unix4j.unix.sort.SortOptionSet_bcdfgru
-
Returns true if the
acronym should be used in
for the specified
option string representations.
- useAcronymFor(SortOption) - Method in enum org.unix4j.unix.sort.SortOptionSet_bcdfhmru
-
Returns true if the
acronym should be used in
for the specified
option string representations.
- useAcronymFor(SortOption) - Method in enum org.unix4j.unix.sort.SortOptionSet_bcdfhru
-
Returns true if the
acronym should be used in
for the specified
option string representations.
- useAcronymFor(SortOption) - Method in enum org.unix4j.unix.sort.SortOptionSet_bcdfmnru
-
Returns true if the
acronym should be used in
for the specified
option string representations.
- useAcronymFor(SortOption) - Method in enum org.unix4j.unix.sort.SortOptionSet_bcdfnru
-
Returns true if the
acronym should be used in
for the specified
option string representations.
- useAcronymFor(SortOption) - Method in enum org.unix4j.unix.sort.SortOptionSet_bdfgmru
-
Returns true if the
acronym should be used in
for the specified
option string representations.
- useAcronymFor(SortOption) - Method in enum org.unix4j.unix.sort.SortOptionSet_bdfhmru
-
Returns true if the
acronym should be used in
for the specified
option string representations.
- useAcronymFor(SortOption) - Method in enum org.unix4j.unix.sort.SortOptionSet_bdfmnru
-
Returns true if the
acronym should be used in
for the specified
option string representations.
- useAcronymFor(SortOption) - Method in enum org.unix4j.unix.sort.SortOptionSet_Mbcdfmru
-
Returns true if the
acronym should be used in
for the specified
option string representations.
- useAcronymFor(SortOption) - Method in enum org.unix4j.unix.sort.SortOptionSet_Mbcdfru
-
Returns true if the
acronym should be used in
for the specified
option string representations.
- useAcronymFor(SortOption) - Method in enum org.unix4j.unix.sort.SortOptionSet_Mbdfmru
-
Returns true if the
acronym should be used in
for the specified
option string representations.
- useAcronymFor(SortOption) - Method in enum org.unix4j.unix.sort.SortOptionSet_MVbcdfghmnru
-
Returns true if the
acronym should be used in
for the specified
option string representations.
- useAcronymFor(SortOption) - Method in enum org.unix4j.unix.sort.SortOptionSet_MVbcdfghnru
-
Returns true if the
acronym should be used in
for the specified
option string representations.
- useAcronymFor(SortOption) - Method in enum org.unix4j.unix.sort.SortOptionSet_MVbdfghmnru
-
Returns true if the
acronym should be used in
for the specified
option string representations.
- useAcronymFor(SortOption) - Method in enum org.unix4j.unix.sort.SortOptionSet_Vbcdfmru
-
Returns true if the
acronym should be used in
for the specified
option string representations.
- useAcronymFor(SortOption) - Method in enum org.unix4j.unix.sort.SortOptionSet_Vbcdfru
-
Returns true if the
acronym should be used in
for the specified
option string representations.
- useAcronymFor(SortOption) - Method in enum org.unix4j.unix.sort.SortOptionSet_Vbdfmru
-
Returns true if the
acronym should be used in
for the specified
option string representations.
- useAcronymFor(TailOption) - Method in enum org.unix4j.unix.tail.TailOption
-
Returns true if the
acronym should be used for
the specified
option in string representations.
- useAcronymFor(TailOption) - Method in enum org.unix4j.unix.tail.TailOptionSet_cqs
-
Returns true if the
acronym should be used in
for the specified
option string representations.
- useAcronymFor(UniqOption) - Method in enum org.unix4j.unix.uniq.UniqOption
-
Returns true if the
acronym should be used for
the specified
option in string representations.
- useAcronymFor(UniqOption) - Method in enum org.unix4j.unix.uniq.UniqOptionSet_cdgu
-
Returns true if the
acronym should be used in
for the specified
option string representations.
- useAcronymFor(UniqOption) - Method in enum org.unix4j.unix.uniq.UniqOptionSet_cg
-
Returns true if the
acronym should be used in
for the specified
option string representations.
- useAcronymFor(UniqOption) - Method in enum org.unix4j.unix.uniq.UniqOptionSet_dg
-
Returns true if the
acronym should be used in
for the specified
option string representations.
- useAcronymFor(UniqOption) - Method in enum org.unix4j.unix.uniq.UniqOptionSet_gu
-
Returns true if the
acronym should be used in
for the specified
option string representations.
- useAcronymFor(WcOption) - Method in enum org.unix4j.unix.wc.WcOption
-
Returns true if the
acronym should be used for
the specified
option in string representations.
- useAcronymFor(WcOption) - Method in enum org.unix4j.unix.wc.WcOptionSet_lmw
-
Returns true if the
acronym should be used in
for the specified
option string representations.
- useAcronymFor(XargsOption) - Method in enum org.unix4j.unix.xargs.XargsOption
-
Returns true if the
acronym should be used for
the specified
option in string representations.
- useAcronymFor(XargsOption) - Method in enum org.unix4j.unix.xargs.XargsOptionSet_rtxz
-
Returns true if the
acronym should be used in
for the specified
option string representations.
- v - Variable in enum org.unix4j.unix.grep.GrepOptionSet_Fcilnvx
-
Option "-v": Invert the match result, that is, a non-matching line is written to
the output and a matching line is not.
- v - Variable in class org.unix4j.unix.grep.GrepOptionSets
-
Option "-v": Invert the match result, that is, a non-matching line is written to
the output and a matching line is not.
- V - Variable in enum org.unix4j.unix.sort.SortOptionSet_MVbcdfghmnru
-
Option "-V": Sort by version name and number.
- V - Variable in enum org.unix4j.unix.sort.SortOptionSet_MVbcdfghnru
-
Option "-V": Sort by version name and number.
- V - Variable in enum org.unix4j.unix.sort.SortOptionSet_MVbdfghmnru
-
Option "-V": Sort by version name and number.
- V - Variable in enum org.unix4j.unix.sort.SortOptionSet_Vbcdfmru
-
Option "-V": Sort by version name and number.
- V - Variable in enum org.unix4j.unix.sort.SortOptionSet_Vbcdfru
-
Option "-V": Sort by version name and number.
- V - Variable in enum org.unix4j.unix.sort.SortOptionSet_Vbdfmru
-
Option "-V": Sort by version name and number.
- V - Variable in class org.unix4j.unix.sort.SortOptionSets
-
Option "-V": Sort by version name and number.
- valueOf(String) - Static method in enum org.unix4j.unix.cat.CatOption
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum org.unix4j.unix.cat.CatOptionSet_bns
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum org.unix4j.unix.cat.CatOptionSet_bs
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum org.unix4j.unix.cat.CatOptionSet_ns
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum org.unix4j.unix.cut.CutOption
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum org.unix4j.unix.cut.CutOptionSet_cf
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum org.unix4j.unix.echo.EchoOption
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum org.unix4j.unix.echo.EchoOptionSet_n
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum org.unix4j.unix.find.FindOption
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum org.unix4j.unix.find.FindOptionSet_acdfilmnorxz
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum org.unix4j.unix.find.FindOptionSet_acdimnorz
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum org.unix4j.unix.find.FindOptionSet_acfimnorz
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum org.unix4j.unix.find.FindOptionSet_acilmnorz
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum org.unix4j.unix.find.FindOptionSet_acimnorxz
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum org.unix4j.unix.find.FindOptionSet_adfilnorxz
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum org.unix4j.unix.find.FindOptionSet_adinorz
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum org.unix4j.unix.find.FindOptionSet_afinorz
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum org.unix4j.unix.find.FindOptionSet_ailnorz
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum org.unix4j.unix.find.FindOptionSet_ainorxz
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum org.unix4j.unix.find.FindOptionSet_cdfilnorxz
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum org.unix4j.unix.find.FindOptionSet_cdinorz
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum org.unix4j.unix.find.FindOptionSet_cfinorz
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum org.unix4j.unix.find.FindOptionSet_cilnorz
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum org.unix4j.unix.find.FindOptionSet_cinorxz
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum org.unix4j.unix.find.FindOptionSet_dfilmnorxz
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum org.unix4j.unix.find.FindOptionSet_dimnorz
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum org.unix4j.unix.find.FindOptionSet_fimnorz
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum org.unix4j.unix.find.FindOptionSet_ilmnorz
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum org.unix4j.unix.find.FindOptionSet_imnorxz
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum org.unix4j.unix.find.SizeFilter.SizeComparator
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum org.unix4j.unix.find.TimeFilter.TimeComparator
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum org.unix4j.unix.find.TimeFilter.TimeType
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum org.unix4j.unix.find.TypeFilter
-
Returns the enum constant of this type with the specified name.
- valueOf(FindOptions) - Static method in enum org.unix4j.unix.find.TypeFilter
-
Returns the (first) type filter constant if such an option is set, and
null if no type option is found.
- valueOf(String) - Static method in enum org.unix4j.unix.grep.GrepOption
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum org.unix4j.unix.grep.GrepOptionSet_Fcilnvx
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum org.unix4j.unix.head.HeadOption
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum org.unix4j.unix.head.HeadOptionSet_cq
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum org.unix4j.unix.ls.LsOption
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum org.unix4j.unix.ls.LsOptionSet_Rahlrt
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum org.unix4j.unix.sed.Command
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum org.unix4j.unix.sed.SedOption
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum org.unix4j.unix.sed.SedOptionSet_Iacdgilnpsy
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum org.unix4j.unix.sed.SedOptionSet_Iaglnp
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum org.unix4j.unix.sed.SedOptionSet_Icglnp
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum org.unix4j.unix.sed.SedOptionSet_Idglnp
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum org.unix4j.unix.sed.SedOptionSet_Igilnp
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum org.unix4j.unix.sed.SedOptionSet_Iglnps
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum org.unix4j.unix.sed.SedOptionSet_Iglnpy
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum org.unix4j.unix.sort.SortOption
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum org.unix4j.unix.sort.SortOptionSet_bcdfgmru
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum org.unix4j.unix.sort.SortOptionSet_bcdfgru
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum org.unix4j.unix.sort.SortOptionSet_bcdfhmru
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum org.unix4j.unix.sort.SortOptionSet_bcdfhru
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum org.unix4j.unix.sort.SortOptionSet_bcdfmnru
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum org.unix4j.unix.sort.SortOptionSet_bcdfnru
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum org.unix4j.unix.sort.SortOptionSet_bdfgmru
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum org.unix4j.unix.sort.SortOptionSet_bdfhmru
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum org.unix4j.unix.sort.SortOptionSet_bdfmnru
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum org.unix4j.unix.sort.SortOptionSet_Mbcdfmru
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum org.unix4j.unix.sort.SortOptionSet_Mbcdfru
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum org.unix4j.unix.sort.SortOptionSet_Mbdfmru
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum org.unix4j.unix.sort.SortOptionSet_MVbcdfghmnru
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum org.unix4j.unix.sort.SortOptionSet_MVbcdfghnru
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum org.unix4j.unix.sort.SortOptionSet_MVbdfghmnru
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum org.unix4j.unix.sort.SortOptionSet_Vbcdfmru
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum org.unix4j.unix.sort.SortOptionSet_Vbcdfru
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum org.unix4j.unix.sort.SortOptionSet_Vbdfmru
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum org.unix4j.unix.tail.TailOption
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum org.unix4j.unix.tail.TailOptionSet_cqs
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum org.unix4j.unix.uniq.UniqOption
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum org.unix4j.unix.uniq.UniqOptionSet_cdgu
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum org.unix4j.unix.uniq.UniqOptionSet_cg
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum org.unix4j.unix.uniq.UniqOptionSet_dg
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum org.unix4j.unix.uniq.UniqOptionSet_gu
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum org.unix4j.unix.wc.CounterType
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum org.unix4j.unix.wc.WcOption
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum org.unix4j.unix.wc.WcOptionSet_lmw
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum org.unix4j.unix.xargs.XargsOption
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum org.unix4j.unix.xargs.XargsOptionSet_rtxz
-
Returns the enum constant of this type with the specified name.
- values() - Static method in enum org.unix4j.unix.cat.CatOption
-
Returns an array containing the constants of this enum type, in
the order they are declared.
- values() - Static method in enum org.unix4j.unix.cat.CatOptionSet_bns
-
Returns an array containing the constants of this enum type, in
the order they are declared.
- values() - Static method in enum org.unix4j.unix.cat.CatOptionSet_bs
-
Returns an array containing the constants of this enum type, in
the order they are declared.
- values() - Static method in enum org.unix4j.unix.cat.CatOptionSet_ns
-
Returns an array containing the constants of this enum type, in
the order they are declared.
- values() - Static method in enum org.unix4j.unix.cut.CutOption
-
Returns an array containing the constants of this enum type, in
the order they are declared.
- values() - Static method in enum org.unix4j.unix.cut.CutOptionSet_cf
-
Returns an array containing the constants of this enum type, in
the order they are declared.
- values() - Static method in enum org.unix4j.unix.echo.EchoOption
-
Returns an array containing the constants of this enum type, in
the order they are declared.
- values() - Static method in enum org.unix4j.unix.echo.EchoOptionSet_n
-
Returns an array containing the constants of this enum type, in
the order they are declared.
- values() - Static method in enum org.unix4j.unix.find.FindOption
-
Returns an array containing the constants of this enum type, in
the order they are declared.
- values() - Static method in enum org.unix4j.unix.find.FindOptionSet_acdfilmnorxz
-
Returns an array containing the constants of this enum type, in
the order they are declared.
- values() - Static method in enum org.unix4j.unix.find.FindOptionSet_acdimnorz
-
Returns an array containing the constants of this enum type, in
the order they are declared.
- values() - Static method in enum org.unix4j.unix.find.FindOptionSet_acfimnorz
-
Returns an array containing the constants of this enum type, in
the order they are declared.
- values() - Static method in enum org.unix4j.unix.find.FindOptionSet_acilmnorz
-
Returns an array containing the constants of this enum type, in
the order they are declared.
- values() - Static method in enum org.unix4j.unix.find.FindOptionSet_acimnorxz
-
Returns an array containing the constants of this enum type, in
the order they are declared.
- values() - Static method in enum org.unix4j.unix.find.FindOptionSet_adfilnorxz
-
Returns an array containing the constants of this enum type, in
the order they are declared.
- values() - Static method in enum org.unix4j.unix.find.FindOptionSet_adinorz
-
Returns an array containing the constants of this enum type, in
the order they are declared.
- values() - Static method in enum org.unix4j.unix.find.FindOptionSet_afinorz
-
Returns an array containing the constants of this enum type, in
the order they are declared.
- values() - Static method in enum org.unix4j.unix.find.FindOptionSet_ailnorz
-
Returns an array containing the constants of this enum type, in
the order they are declared.
- values() - Static method in enum org.unix4j.unix.find.FindOptionSet_ainorxz
-
Returns an array containing the constants of this enum type, in
the order they are declared.
- values() - Static method in enum org.unix4j.unix.find.FindOptionSet_cdfilnorxz
-
Returns an array containing the constants of this enum type, in
the order they are declared.
- values() - Static method in enum org.unix4j.unix.find.FindOptionSet_cdinorz
-
Returns an array containing the constants of this enum type, in
the order they are declared.
- values() - Static method in enum org.unix4j.unix.find.FindOptionSet_cfinorz
-
Returns an array containing the constants of this enum type, in
the order they are declared.
- values() - Static method in enum org.unix4j.unix.find.FindOptionSet_cilnorz
-
Returns an array containing the constants of this enum type, in
the order they are declared.
- values() - Static method in enum org.unix4j.unix.find.FindOptionSet_cinorxz
-
Returns an array containing the constants of this enum type, in
the order they are declared.
- values() - Static method in enum org.unix4j.unix.find.FindOptionSet_dfilmnorxz
-
Returns an array containing the constants of this enum type, in
the order they are declared.
- values() - Static method in enum org.unix4j.unix.find.FindOptionSet_dimnorz
-
Returns an array containing the constants of this enum type, in
the order they are declared.
- values() - Static method in enum org.unix4j.unix.find.FindOptionSet_fimnorz
-
Returns an array containing the constants of this enum type, in
the order they are declared.
- values() - Static method in enum org.unix4j.unix.find.FindOptionSet_ilmnorz
-
Returns an array containing the constants of this enum type, in
the order they are declared.
- values() - Static method in enum org.unix4j.unix.find.FindOptionSet_imnorxz
-
Returns an array containing the constants of this enum type, in
the order they are declared.
- values() - Static method in enum org.unix4j.unix.find.SizeFilter.SizeComparator
-
Returns an array containing the constants of this enum type, in
the order they are declared.
- values() - Static method in enum org.unix4j.unix.find.TimeFilter.TimeComparator
-
Returns an array containing the constants of this enum type, in
the order they are declared.
- values() - Static method in enum org.unix4j.unix.find.TimeFilter.TimeType
-
Returns an array containing the constants of this enum type, in
the order they are declared.
- values() - Static method in enum org.unix4j.unix.find.TypeFilter
-
Returns an array containing the constants of this enum type, in
the order they are declared.
- values() - Static method in enum org.unix4j.unix.grep.GrepOption
-
Returns an array containing the constants of this enum type, in
the order they are declared.
- values() - Static method in enum org.unix4j.unix.grep.GrepOptionSet_Fcilnvx
-
Returns an array containing the constants of this enum type, in
the order they are declared.
- values() - Static method in enum org.unix4j.unix.head.HeadOption
-
Returns an array containing the constants of this enum type, in
the order they are declared.
- values() - Static method in enum org.unix4j.unix.head.HeadOptionSet_cq
-
Returns an array containing the constants of this enum type, in
the order they are declared.
- values() - Static method in enum org.unix4j.unix.ls.LsOption
-
Returns an array containing the constants of this enum type, in
the order they are declared.
- values() - Static method in enum org.unix4j.unix.ls.LsOptionSet_Rahlrt
-
Returns an array containing the constants of this enum type, in
the order they are declared.
- values() - Static method in enum org.unix4j.unix.sed.Command
-
Returns an array containing the constants of this enum type, in
the order they are declared.
- values() - Static method in enum org.unix4j.unix.sed.SedOption
-
Returns an array containing the constants of this enum type, in
the order they are declared.
- values() - Static method in enum org.unix4j.unix.sed.SedOptionSet_Iacdgilnpsy
-
Returns an array containing the constants of this enum type, in
the order they are declared.
- values() - Static method in enum org.unix4j.unix.sed.SedOptionSet_Iaglnp
-
Returns an array containing the constants of this enum type, in
the order they are declared.
- values() - Static method in enum org.unix4j.unix.sed.SedOptionSet_Icglnp
-
Returns an array containing the constants of this enum type, in
the order they are declared.
- values() - Static method in enum org.unix4j.unix.sed.SedOptionSet_Idglnp
-
Returns an array containing the constants of this enum type, in
the order they are declared.
- values() - Static method in enum org.unix4j.unix.sed.SedOptionSet_Igilnp
-
Returns an array containing the constants of this enum type, in
the order they are declared.
- values() - Static method in enum org.unix4j.unix.sed.SedOptionSet_Iglnps
-
Returns an array containing the constants of this enum type, in
the order they are declared.
- values() - Static method in enum org.unix4j.unix.sed.SedOptionSet_Iglnpy
-
Returns an array containing the constants of this enum type, in
the order they are declared.
- values() - Static method in enum org.unix4j.unix.sort.SortOption
-
Returns an array containing the constants of this enum type, in
the order they are declared.
- values() - Static method in enum org.unix4j.unix.sort.SortOptionSet_bcdfgmru
-
Returns an array containing the constants of this enum type, in
the order they are declared.
- values() - Static method in enum org.unix4j.unix.sort.SortOptionSet_bcdfgru
-
Returns an array containing the constants of this enum type, in
the order they are declared.
- values() - Static method in enum org.unix4j.unix.sort.SortOptionSet_bcdfhmru
-
Returns an array containing the constants of this enum type, in
the order they are declared.
- values() - Static method in enum org.unix4j.unix.sort.SortOptionSet_bcdfhru
-
Returns an array containing the constants of this enum type, in
the order they are declared.
- values() - Static method in enum org.unix4j.unix.sort.SortOptionSet_bcdfmnru
-
Returns an array containing the constants of this enum type, in
the order they are declared.
- values() - Static method in enum org.unix4j.unix.sort.SortOptionSet_bcdfnru
-
Returns an array containing the constants of this enum type, in
the order they are declared.
- values() - Static method in enum org.unix4j.unix.sort.SortOptionSet_bdfgmru
-
Returns an array containing the constants of this enum type, in
the order they are declared.
- values() - Static method in enum org.unix4j.unix.sort.SortOptionSet_bdfhmru
-
Returns an array containing the constants of this enum type, in
the order they are declared.
- values() - Static method in enum org.unix4j.unix.sort.SortOptionSet_bdfmnru
-
Returns an array containing the constants of this enum type, in
the order they are declared.
- values() - Static method in enum org.unix4j.unix.sort.SortOptionSet_Mbcdfmru
-
Returns an array containing the constants of this enum type, in
the order they are declared.
- values() - Static method in enum org.unix4j.unix.sort.SortOptionSet_Mbcdfru
-
Returns an array containing the constants of this enum type, in
the order they are declared.
- values() - Static method in enum org.unix4j.unix.sort.SortOptionSet_Mbdfmru
-
Returns an array containing the constants of this enum type, in
the order they are declared.
- values() - Static method in enum org.unix4j.unix.sort.SortOptionSet_MVbcdfghmnru
-
Returns an array containing the constants of this enum type, in
the order they are declared.
- values() - Static method in enum org.unix4j.unix.sort.SortOptionSet_MVbcdfghnru
-
Returns an array containing the constants of this enum type, in
the order they are declared.
- values() - Static method in enum org.unix4j.unix.sort.SortOptionSet_MVbdfghmnru
-
Returns an array containing the constants of this enum type, in
the order they are declared.
- values() - Static method in enum org.unix4j.unix.sort.SortOptionSet_Vbcdfmru
-
Returns an array containing the constants of this enum type, in
the order they are declared.
- values() - Static method in enum org.unix4j.unix.sort.SortOptionSet_Vbcdfru
-
Returns an array containing the constants of this enum type, in
the order they are declared.
- values() - Static method in enum org.unix4j.unix.sort.SortOptionSet_Vbdfmru
-
Returns an array containing the constants of this enum type, in
the order they are declared.
- values() - Static method in enum org.unix4j.unix.tail.TailOption
-
Returns an array containing the constants of this enum type, in
the order they are declared.
- values() - Static method in enum org.unix4j.unix.tail.TailOptionSet_cqs
-
Returns an array containing the constants of this enum type, in
the order they are declared.
- values() - Static method in enum org.unix4j.unix.uniq.UniqOption
-
Returns an array containing the constants of this enum type, in
the order they are declared.
- values() - Static method in enum org.unix4j.unix.uniq.UniqOptionSet_cdgu
-
Returns an array containing the constants of this enum type, in
the order they are declared.
- values() - Static method in enum org.unix4j.unix.uniq.UniqOptionSet_cg
-
Returns an array containing the constants of this enum type, in
the order they are declared.
- values() - Static method in enum org.unix4j.unix.uniq.UniqOptionSet_dg
-
Returns an array containing the constants of this enum type, in
the order they are declared.
- values() - Static method in enum org.unix4j.unix.uniq.UniqOptionSet_gu
-
Returns an array containing the constants of this enum type, in
the order they are declared.
- values() - Static method in enum org.unix4j.unix.wc.CounterType
-
Returns an array containing the constants of this enum type, in
the order they are declared.
- values() - Static method in enum org.unix4j.unix.wc.WcOption
-
Returns an array containing the constants of this enum type, in
the order they are declared.
- values() - Static method in enum org.unix4j.unix.wc.WcOptionSet_lmw
-
Returns an array containing the constants of this enum type, in
the order they are declared.
- values() - Static method in enum org.unix4j.unix.xargs.XargsOption
-
Returns an array containing the constants of this enum type, in
the order they are declared.
- values() - Static method in enum org.unix4j.unix.xargs.XargsOptionSet_rtxz
-
Returns an array containing the constants of this enum type, in
the order they are declared.
- verbose - Variable in enum org.unix4j.unix.xargs.XargsOptionSet_rtxz
-
Option "--verbose": Print the command line on the standard error output before executing
it.
- verbose - Variable in class org.unix4j.unix.xargs.XargsOptionSets
-
Option "--verbose": Print the command line on the standard error output before executing
it.
- versionSort - Variable in enum org.unix4j.unix.sort.SortOptionSet_MVbcdfghmnru
-
Option "--versionSort": Sort by version name and number.
- versionSort - Variable in enum org.unix4j.unix.sort.SortOptionSet_MVbcdfghnru
-
Option "--versionSort": Sort by version name and number.
- versionSort - Variable in enum org.unix4j.unix.sort.SortOptionSet_MVbdfghmnru
-
Option "--versionSort": Sort by version name and number.
- versionSort - Variable in enum org.unix4j.unix.sort.SortOptionSet_Vbcdfmru
-
Option "--versionSort": Sort by version name and number.
- versionSort - Variable in enum org.unix4j.unix.sort.SortOptionSet_Vbcdfru
-
Option "--versionSort": Sort by version name and number.
- versionSort - Variable in enum org.unix4j.unix.sort.SortOptionSet_Vbdfmru
-
Option "--versionSort": Sort by version name and number.
- versionSort - Variable in class org.unix4j.unix.sort.SortOptionSets
-
Option "--versionSort": Sort by version name and number.
- x - Variable in enum org.unix4j.unix.find.FindOptionSet_acdfilmnorxz
-
Option "-x": Consider only files that are neither of directory (d),
regular file (f) or symlink (l).
- x - Variable in enum org.unix4j.unix.find.FindOptionSet_acimnorxz
-
Option "-x": Consider only files that are neither of directory (d),
regular file (f) or symlink (l).
- x - Variable in enum org.unix4j.unix.find.FindOptionSet_adfilnorxz
-
Option "-x": Consider only files that are neither of directory (d),
regular file (f) or symlink (l).
- x - Variable in enum org.unix4j.unix.find.FindOptionSet_ainorxz
-
Option "-x": Consider only files that are neither of directory (d),
regular file (f) or symlink (l).
- x - Variable in enum org.unix4j.unix.find.FindOptionSet_cdfilnorxz
-
Option "-x": Consider only files that are neither of directory (d),
regular file (f) or symlink (l).
- x - Variable in enum org.unix4j.unix.find.FindOptionSet_cinorxz
-
Option "-x": Consider only files that are neither of directory (d),
regular file (f) or symlink (l).
- x - Variable in enum org.unix4j.unix.find.FindOptionSet_dfilmnorxz
-
Option "-x": Consider only files that are neither of directory (d),
regular file (f) or symlink (l).
- x - Variable in enum org.unix4j.unix.find.FindOptionSet_imnorxz
-
Option "-x": Consider only files that are neither of directory (d),
regular file (f) or symlink (l).
- x - Variable in class org.unix4j.unix.find.FindOptionSets
-
Option "-x": Consider only files that are neither of directory (d),
regular file (f) or symlink (l).
- x - Variable in enum org.unix4j.unix.grep.GrepOptionSet_Fcilnvx
-
Option "-x": Select only those matches that exactly match the whole line
excluding the terminating line ending.
- x - Variable in class org.unix4j.unix.grep.GrepOptionSets
-
Option "-x": Select only those matches that exactly match the whole line
excluding the terminating line ending.
- x - Variable in enum org.unix4j.unix.xargs.XargsOptionSet_rtxz
-
Option "-x": Terminate immediately if maxArgs is specified but the found
number of variable items is less than maxArgs.
- x - Variable in class org.unix4j.unix.xargs.XargsOptionSets
-
Option "-x": Terminate immediately if maxArgs is specified but the found
number of variable items is less than maxArgs.
- xargs() - Method in class org.unix4j.builder.DefaultUnix4jCommandBuilder
-
- xargs(String...) - Method in class org.unix4j.builder.DefaultUnix4jCommandBuilder
-
- xargs(String) - Method in class org.unix4j.builder.DefaultUnix4jCommandBuilder
-
- xargs(long) - Method in class org.unix4j.builder.DefaultUnix4jCommandBuilder
-
- xargs(int) - Method in class org.unix4j.builder.DefaultUnix4jCommandBuilder
-
- xargs(long, int) - Method in class org.unix4j.builder.DefaultUnix4jCommandBuilder
-
- xargs(String, long) - Method in class org.unix4j.builder.DefaultUnix4jCommandBuilder
-
- xargs(String, int) - Method in class org.unix4j.builder.DefaultUnix4jCommandBuilder
-
- xargs(String, long, int) - Method in class org.unix4j.builder.DefaultUnix4jCommandBuilder
-
- xargs(String, String, long, int) - Method in class org.unix4j.builder.DefaultUnix4jCommandBuilder
-
- xargs(XargsOptions) - Method in class org.unix4j.builder.DefaultUnix4jCommandBuilder
-
- xargs(XargsOptions, String) - Method in class org.unix4j.builder.DefaultUnix4jCommandBuilder
-
- xargs(XargsOptions, long) - Method in class org.unix4j.builder.DefaultUnix4jCommandBuilder
-
- xargs(XargsOptions, int) - Method in class org.unix4j.builder.DefaultUnix4jCommandBuilder
-
- xargs(XargsOptions, long, int) - Method in class org.unix4j.builder.DefaultUnix4jCommandBuilder
-
- xargs(XargsOptions, String, long) - Method in class org.unix4j.builder.DefaultUnix4jCommandBuilder
-
- xargs(XargsOptions, String, int) - Method in class org.unix4j.builder.DefaultUnix4jCommandBuilder
-
- xargs(XargsOptions, String, long, int) - Method in class org.unix4j.builder.DefaultUnix4jCommandBuilder
-
- xargs(XargsOptions, String, String, long, int) - Method in class org.unix4j.builder.DefaultUnix4jCommandBuilder
-
- xargs() - Method in interface org.unix4j.builder.Unix4jCommandBuilder
-
Reads items from the standard input, delimited by blanks (which can
be protected with double or single quotes or a backslash) or
newlines, and provides variables for the items read from the
standard input.
- xargs(String...) - Method in interface org.unix4j.builder.Unix4jCommandBuilder
-
Reads items from the standard input, delimited by blanks and
newlines or a specified delimiter, and provides variables for the
items read from the standard input.
- xargs(String) - Method in interface org.unix4j.builder.Unix4jCommandBuilder
-
Reads items from the standard input using the specified delimiter to
separate items, and provides variables for the items read from the
standard input.
- xargs(long) - Method in interface org.unix4j.builder.Unix4jCommandBuilder
-
Reads items from the standard input, delimited by blanks (which can
be protected with double or single quotes or a backslash) or
newlines, and provides variables for the items read from the
standard input.
- xargs(int) - Method in interface org.unix4j.builder.Unix4jCommandBuilder
-
Reads items from the standard input, delimited by blanks (which can
be protected with double or single quotes or a backslash) or
newlines, and provides variables for the items read from the
standard input.
- xargs(long, int) - Method in interface org.unix4j.builder.Unix4jCommandBuilder
-
Reads items from the standard input, delimited by blanks (which can
be protected with double or single quotes or a backslash) or
newlines, and provides variables for the items read from the
standard input.
- xargs(String, long) - Method in interface org.unix4j.builder.Unix4jCommandBuilder
-
Reads items from the standard input using the specified delimiter to
separate items, and provides variables for the items read from the
standard input.
- xargs(String, int) - Method in interface org.unix4j.builder.Unix4jCommandBuilder
-
Reads items from the standard input using the specified delimiter to
separate items, and provides variables for the items read from the
standard input.
- xargs(String, long, int) - Method in interface org.unix4j.builder.Unix4jCommandBuilder
-
Reads items from the standard input using the specified delimiter to
separate items, and provides variables for the items read from the
standard input.
- xargs(String, String, long, int) - Method in interface org.unix4j.builder.Unix4jCommandBuilder
-
Reads items from the standard input using the specified delimiter to
separate items, and provides variables for the items read from the
standard input.
- xargs(XargsOptions) - Method in interface org.unix4j.builder.Unix4jCommandBuilder
-
Reads items from the standard input, delimited by blanks (which can
be protected with double or single quotes or a backslash) or
newlines, and provides variables for the items read from the
standard input.
- xargs(XargsOptions, String) - Method in interface org.unix4j.builder.Unix4jCommandBuilder
-
Reads items from the standard input using the specified delimiter to
separate items, and provides variables for the items read from the
standard input.
- xargs(XargsOptions, long) - Method in interface org.unix4j.builder.Unix4jCommandBuilder
-
Reads items from the standard input, delimited by blanks (which can
be protected with double or single quotes or a backslash) or
newlines, and provides variables for the items read from the
standard input.
- xargs(XargsOptions, int) - Method in interface org.unix4j.builder.Unix4jCommandBuilder
-
Reads items from the standard input, delimited by blanks (which can
be protected with double or single quotes or a backslash) or
newlines, and provides variables for the items read from the
standard input.
- xargs(XargsOptions, long, int) - Method in interface org.unix4j.builder.Unix4jCommandBuilder
-
Reads items from the standard input, delimited by blanks (which can
be protected with double or single quotes or a backslash) or
newlines, and provides variables for the items read from the
standard input.
- xargs(XargsOptions, String, long) - Method in interface org.unix4j.builder.Unix4jCommandBuilder
-
Reads items from the standard input using the specified delimiter to
separate items, and provides variables for the items read from the
standard input.
- xargs(XargsOptions, String, int) - Method in interface org.unix4j.builder.Unix4jCommandBuilder
-
Reads items from the standard input using the specified delimiter to
separate items, and provides variables for the items read from the
standard input.
- xargs(XargsOptions, String, long, int) - Method in interface org.unix4j.builder.Unix4jCommandBuilder
-
Reads items from the standard input using the specified delimiter to
separate items, and provides variables for the items read from the
standard input.
- xargs(XargsOptions, String, String, long, int) - Method in interface org.unix4j.builder.Unix4jCommandBuilder
-
Reads items from the standard input using the specified delimiter to
separate items, and provides variables for the items read from the
standard input.
- Xargs - Class in org.unix4j.unix
-
Non-instantiable module with inner types making up the xargs command.
- xargs() - Method in interface org.unix4j.unix.Xargs.Interface
-
Reads items from the standard input, delimited by blanks (which can
be protected with double or single quotes or a backslash) or
newlines, and provides variables for the items read from the
standard input.
- xargs(String...) - Method in interface org.unix4j.unix.Xargs.Interface
-
Reads items from the standard input, delimited by blanks and
newlines or a specified delimiter, and provides variables for the
items read from the standard input.
- xargs(String) - Method in interface org.unix4j.unix.Xargs.Interface
-
Reads items from the standard input using the specified delimiter to
separate items, and provides variables for the items read from the
standard input.
- xargs(long) - Method in interface org.unix4j.unix.Xargs.Interface
-
Reads items from the standard input, delimited by blanks (which can
be protected with double or single quotes or a backslash) or
newlines, and provides variables for the items read from the
standard input.
- xargs(int) - Method in interface org.unix4j.unix.Xargs.Interface
-
Reads items from the standard input, delimited by blanks (which can
be protected with double or single quotes or a backslash) or
newlines, and provides variables for the items read from the
standard input.
- xargs(long, int) - Method in interface org.unix4j.unix.Xargs.Interface
-
Reads items from the standard input, delimited by blanks (which can
be protected with double or single quotes or a backslash) or
newlines, and provides variables for the items read from the
standard input.
- xargs(String, long) - Method in interface org.unix4j.unix.Xargs.Interface
-
Reads items from the standard input using the specified delimiter to
separate items, and provides variables for the items read from the
standard input.
- xargs(String, int) - Method in interface org.unix4j.unix.Xargs.Interface
-
Reads items from the standard input using the specified delimiter to
separate items, and provides variables for the items read from the
standard input.
- xargs(String, long, int) - Method in interface org.unix4j.unix.Xargs.Interface
-
Reads items from the standard input using the specified delimiter to
separate items, and provides variables for the items read from the
standard input.
- xargs(String, String, long, int) - Method in interface org.unix4j.unix.Xargs.Interface
-
Reads items from the standard input using the specified delimiter to
separate items, and provides variables for the items read from the
standard input.
- xargs(XargsOptions) - Method in interface org.unix4j.unix.Xargs.Interface
-
Reads items from the standard input, delimited by blanks (which can
be protected with double or single quotes or a backslash) or
newlines, and provides variables for the items read from the
standard input.
- xargs(XargsOptions, String) - Method in interface org.unix4j.unix.Xargs.Interface
-
Reads items from the standard input using the specified delimiter to
separate items, and provides variables for the items read from the
standard input.
- xargs(XargsOptions, long) - Method in interface org.unix4j.unix.Xargs.Interface
-
Reads items from the standard input, delimited by blanks (which can
be protected with double or single quotes or a backslash) or
newlines, and provides variables for the items read from the
standard input.
- xargs(XargsOptions, int) - Method in interface org.unix4j.unix.Xargs.Interface
-
Reads items from the standard input, delimited by blanks (which can
be protected with double or single quotes or a backslash) or
newlines, and provides variables for the items read from the
standard input.
- xargs(XargsOptions, long, int) - Method in interface org.unix4j.unix.Xargs.Interface
-
Reads items from the standard input, delimited by blanks (which can
be protected with double or single quotes or a backslash) or
newlines, and provides variables for the items read from the
standard input.
- xargs(XargsOptions, String, long) - Method in interface org.unix4j.unix.Xargs.Interface
-
Reads items from the standard input using the specified delimiter to
separate items, and provides variables for the items read from the
standard input.
- xargs(XargsOptions, String, int) - Method in interface org.unix4j.unix.Xargs.Interface
-
Reads items from the standard input using the specified delimiter to
separate items, and provides variables for the items read from the
standard input.
- xargs(XargsOptions, String, long, int) - Method in interface org.unix4j.unix.Xargs.Interface
-
Reads items from the standard input using the specified delimiter to
separate items, and provides variables for the items read from the
standard input.
- xargs(XargsOptions, String, String, long, int) - Method in interface org.unix4j.unix.Xargs.Interface
-
Reads items from the standard input using the specified delimiter to
separate items, and provides variables for the items read from the
standard input.
- xargs() - Method in class org.unix4j.unix.xargs.XargsFactory
-
- xargs(String...) - Method in class org.unix4j.unix.xargs.XargsFactory
-
- xargs(String) - Method in class org.unix4j.unix.xargs.XargsFactory
-
- xargs(long) - Method in class org.unix4j.unix.xargs.XargsFactory
-
- xargs(int) - Method in class org.unix4j.unix.xargs.XargsFactory
-
- xargs(long, int) - Method in class org.unix4j.unix.xargs.XargsFactory
-
- xargs(String, long) - Method in class org.unix4j.unix.xargs.XargsFactory
-
- xargs(String, int) - Method in class org.unix4j.unix.xargs.XargsFactory
-
- xargs(String, long, int) - Method in class org.unix4j.unix.xargs.XargsFactory
-
- xargs(String, String, long, int) - Method in class org.unix4j.unix.xargs.XargsFactory
-
- xargs(XargsOptions) - Method in class org.unix4j.unix.xargs.XargsFactory
-
- xargs(XargsOptions, String) - Method in class org.unix4j.unix.xargs.XargsFactory
-
- xargs(XargsOptions, long) - Method in class org.unix4j.unix.xargs.XargsFactory
-
- xargs(XargsOptions, int) - Method in class org.unix4j.unix.xargs.XargsFactory
-
- xargs(XargsOptions, long, int) - Method in class org.unix4j.unix.xargs.XargsFactory
-
- xargs(XargsOptions, String, long) - Method in class org.unix4j.unix.xargs.XargsFactory
-
- xargs(XargsOptions, String, int) - Method in class org.unix4j.unix.xargs.XargsFactory
-
- xargs(XargsOptions, String, long, int) - Method in class org.unix4j.unix.xargs.XargsFactory
-
- xargs(XargsOptions, String, String, long, int) - Method in class org.unix4j.unix.xargs.XargsFactory
-
- Xargs.Interface<R> - Interface in org.unix4j.unix
-
Interface defining all method signatures for the "xargs" command.
- XargsArguments - Class in org.unix4j.unix.xargs
-
Arguments and options for the
xargs command.
- XargsArguments() - Constructor for class org.unix4j.unix.xargs.XargsArguments
-
Constructor to use if no options are specified.
- XargsArguments(XargsOptions) - Constructor for class org.unix4j.unix.xargs.XargsArguments
-
Constructor with option set containing the selected command options.
- XargsArguments(String...) - Constructor for class org.unix4j.unix.xargs.XargsArguments
-
Constructor string arguments encoding options and arguments, possibly
also containing variable expressions.
- XargsCommand - Class in org.unix4j.unix.xargs
-
Implementation of the
xargs command.
- XargsCommand(XargsArguments) - Constructor for class org.unix4j.unix.xargs.XargsCommand
-
- XargsCommand(XargsArguments, Command<?>) - Constructor for class org.unix4j.unix.xargs.XargsCommand
-
- XargsFactory - Class in org.unix4j.unix.xargs
-
Factory for the
xargs command returning
a new command instance from every signature method.
- XargsLineProcessor - Class in org.unix4j.unix.xargs
-
- XargsLineProcessor(XargsCommand, ExecutionContext, LineProcessor) - Constructor for class org.unix4j.unix.xargs.XargsLineProcessor
-
- XargsOption - Enum in org.unix4j.unix.xargs
-
Options for the
xargs command.
- XargsOptions - Interface in org.unix4j.unix.xargs
-
Interface implemented by all option sets for the
xargs command.
- XargsOptions.Default - Class in org.unix4j.unix.xargs
-
Default implementation for a modifiable option set.
- XargsOptions.Default() - Constructor for class org.unix4j.unix.xargs.XargsOptions.Default
-
Default constructor for an empty option set with no active options.
- XargsOptions.Default(XargsOption) - Constructor for class org.unix4j.unix.xargs.XargsOptions.Default
-
Constructor for an option set with a single active option.
- XargsOptions.Default(XargsOption...) - Constructor for class org.unix4j.unix.xargs.XargsOptions.Default
-
Constructor for an option set with the given active options.
- XargsOptions.Default(OptionSet<XargsOption>) - Constructor for class org.unix4j.unix.xargs.XargsOptions.Default
-
Constructor for an option set initialized with the options given by
another option set.
- XargsOptionSet_rtxz - Enum in org.unix4j.unix.xargs
-
Option sets for the
xargs command with
the following options:
z,
x,
r,
t.
- XargsOptionSets - Class in org.unix4j.unix.xargs
-
Options for the
xargs command with the
the following options:
- XargsOptionSets() - Constructor for class org.unix4j.unix.xargs.XargsOptionSets
-
- XargsOutput - Class in org.unix4j.unix.xargs
-
Output object passed to invoked commands.
- XargsOutput(LineProcessor) - Constructor for class org.unix4j.unix.xargs.XargsOutput
-