docs/src/list.md

changeset 266
8c44c5919691
parent 265
ee9e63c437c4
child 282
3070d72f54af
equal deleted inserted replaced
265:ee9e63c437c4 266:8c44c5919691
9 Options 9 Options
10 ------- 10 -------
11 11
12 **`-a`** don't hide files whose names begins with a dot `.` 12 **`-a`** don't hide files whose names begins with a dot `.`
13 13
14 **`-l`** shows additional information for resources 14 **`-l`** show additional information for resources
15 15
16 Example: 16 Example:
17 17
18 -- 4.2 KiB Oct 11 2015 somefile 18 -- 4.2 KiB Oct 11 2015 somefile
19 19
30 30
31 The third column is the date of the last modification. The `strftime` format is `%b %d %H:%M` if the year is the same. Otherwise the format is `%b %d %Y`. 31 The third column is the date of the last modification. The `strftime` format is `%b %d %H:%M` if the year is the same. Otherwise the format is `%b %d %Y`.
32 32
33 The last column is the resource name. If the `-R` option is specified, the resource path is shown. 33 The last column is the resource name. If the `-R` option is specified, the resource path is shown.
34 34
35 **`-t`** this options only work in combination with `-l` and it adds the resource content type to the output (after the flags) 35 **`-t`** this options only works in combination with `-l` and it adds the resource content type to the output (after the flags)
36 36
37 **`-e`** similar to `-l`, but with 6 flag fields. Currently only the first 4 fields are used. The last two are reserved for future use. 37 **`-e`** similar to `-l`, but with 6 flag fields. Currently only the first 4 fields are used. The last two are reserved for future use.
38 38
39 3. Field: **l** indicates a locked resource 39 3. Field: **l** indicates a locked resource
40 4. Field: **x** indicates a executable resource (executable property with http://apache.org/dav/props/ namespace) 40 4. Field: **x** indicates a executable resource (executable property with http://apache.org/dav/props/ namespace)
41 41
42 **`-p`** disables file name and path decryption if enabled 42 **`-p`** disable file name and path decryption if enabled
43 43
44 **`-c`** enables file name and path decryption 44 **`-c`** enable file name and path decryption
45 45
46 **`-R`** recursively shows all resources in the collection and all child collections 46 **`-R`** recursively show all resources in the collection and all child collections
47 47
48 **`-u <date>`** shows only resources with a lastmodified date after the specified 48 **`-u <date>`** show only resources with a lastmodified date after the specified
49 date. Uses the http date format 49 date. Uses the http date format
50
51 **Command alias:** ls

mercurial