ll


Description:

[ Version ( since = "0.4" ) ]
public string ll (string directory) throws Error

list the files in a directory (long format)

List the files in directory (relative to the root directory, there is no cwd) in the format of 'ls -la'.

This command is mostly useful for interactive sessions. It is *not* intended that you try to parse the output string.

Parameters:

this

A GuestfsSession object

Returns:

the returned string, or NULL on error