ls.: List objects starting with '.'

Description Usage Details Value Note Author(s) See Also Examples

Description

Similar to the function ls, this modified form shows only those objects whose names begin with a period.

Usage

1
ls.()

Details

This function will only display the hidden objects in a workspace. To see other objects, use the traditional form of the list function, ls

Value

Provides a listing of all objects in the workspace whose names begin with a period.

Note

Useful for listing hidden objects in a workspace that are generated by HDECO

Author(s)

Ferenc Csillag

See Also

hdeco, ls

Examples

1
ls.()

hdeco documentation built on May 30, 2017, 8:26 a.m.