| Package | Description | 
|---|---|
| org.unix4j.unix.ls | 
 Contains private classes used by the  
ls command. | 
| Modifier and Type | Field and Description | 
|---|---|
LsOptionSet_Rahlrt | 
LsOptionSet_Rahlrt.a
Option  
"-a": Lists all files in the given directory, including hidden files
                        (those whose names start with \".\" in Unix). | 
LsOptionSet_Rahlrt | 
LsOptionSets.a
Option  
"-a": Lists all files in the given directory, including hidden files
                        (those whose names start with \".\" in Unix). | 
LsOptionSet_Rahlrt | 
LsOptionSet_Rahlrt.allFiles
Option  
"--allFiles": Lists all files in the given directory, including hidden files
                        (those whose names start with \".\" in Unix). | 
LsOptionSet_Rahlrt | 
LsOptionSets.allFiles
Option  
"--allFiles": Lists all files in the given directory, including hidden files
                        (those whose names start with \".\" in Unix). | 
LsOptionSet_Rahlrt | 
LsOptionSet_Rahlrt.h
Option  
"-h": Print sizes in human readable format. | 
LsOptionSet_Rahlrt | 
LsOptionSets.h
Option  
"-h": Print sizes in human readable format. | 
LsOptionSet_Rahlrt | 
LsOptionSet_Rahlrt.humanReadable
Option  
"--humanReadable": Print sizes in human readable format. | 
LsOptionSet_Rahlrt | 
LsOptionSets.humanReadable
Option  
"--humanReadable": Print sizes in human readable format. | 
LsOptionSet_Rahlrt | 
LsOptionSet_Rahlrt.l
Option  
"-l": Long format, displaying file types, permissions, number of hard 
                        links, owner, group, size, date, and filename. | 
LsOptionSet_Rahlrt | 
LsOptionSets.l
Option  
"-l": Long format, displaying file types, permissions, number of hard 
                        links, owner, group, size, date, and filename. | 
LsOptionSet_Rahlrt | 
LsOptionSet_Rahlrt.longFormat
Option  
"--longFormat": Long format, displaying file types, permissions, number of hard 
                        links, owner, group, size, date, and filename. | 
LsOptionSet_Rahlrt | 
LsOptionSets.longFormat
Option  
"--longFormat": Long format, displaying file types, permissions, number of hard 
                        links, owner, group, size, date, and filename. | 
LsOptionSet_Rahlrt | 
LsOptionSet_Rahlrt.r
Option  
"-r": Reverses the order of the sort to get reverse collating sequence or 
                        oldest first. | 
LsOptionSet_Rahlrt | 
LsOptionSets.r
Option  
"-r": Reverses the order of the sort to get reverse collating sequence or 
                        oldest first. | 
LsOptionSet_Rahlrt | 
LsOptionSet_Rahlrt.R
Option  
"-R": Recursively lists subdirectories encountered. | 
LsOptionSet_Rahlrt | 
LsOptionSets.R
Option  
"-R": Recursively lists subdirectories encountered. | 
LsOptionSet_Rahlrt | 
LsOptionSet_Rahlrt.recurseSubdirs
Option  
"--recurseSubdirs": Recursively lists subdirectories encountered. | 
LsOptionSet_Rahlrt | 
LsOptionSets.recurseSubdirs
Option  
"--recurseSubdirs": Recursively lists subdirectories encountered. | 
LsOptionSet_Rahlrt | 
LsOptionSet_Rahlrt.reverseOrder
Option  
"--reverseOrder": Reverses the order of the sort to get reverse collating sequence or 
                        oldest first. | 
LsOptionSet_Rahlrt | 
LsOptionSets.reverseOrder
Option  
"--reverseOrder": Reverses the order of the sort to get reverse collating sequence or 
                        oldest first. | 
LsOptionSet_Rahlrt | 
LsOptionSet_Rahlrt.t
Option  
"-t": Sorts with the primary key being time modified (most recently 
                        modified first) and the secondary key being filename in the 
                        collating sequence. | 
LsOptionSet_Rahlrt | 
LsOptionSets.t
Option  
"-t": Sorts with the primary key being time modified (most recently 
                        modified first) and the secondary key being filename in the 
                        collating sequence. | 
LsOptionSet_Rahlrt | 
LsOptionSet_Rahlrt.timeSorted
Option  
"--timeSorted": Sorts with the primary key being time modified (most recently 
                        modified first) and the secondary key being filename in the 
                        collating sequence. | 
LsOptionSet_Rahlrt | 
LsOptionSets.timeSorted
Option  
"--timeSorted": Sorts with the primary key being time modified (most recently 
                        modified first) and the secondary key being filename in the 
                        collating sequence. | 
| Modifier and Type | Method and Description | 
|---|---|
static LsOptionSet_Rahlrt | 
LsOptionSet_Rahlrt.valueOf(String name)
Returns the enum constant of this type with the specified name. 
 | 
static LsOptionSet_Rahlrt[] | 
LsOptionSet_Rahlrt.values()
Returns an array containing the constants of this enum type, in
the order they are declared. 
 | 
Copyright © 2025. All rights reserved.