show lastmod example

show lastmod example

Examples

Working in a sandbox, show the most recent modification time for each project in the workspace.

C:\local-workspaces\HelloJazz>lscm show lastmod .
\com.example.hellojazz.client=200806020210
\com.example.hellojazz.service=200806020210
\com.example.hellojazz.rcp.ui=200806020210
\com.example.hellojazz.client.tests=200806020210
\com.example.hellojazz.common=200806020210

Show the same information, but with formatted dates.

C:\local-workspaces\HelloJazz>lscm show lastmod . -f "EEE, d MMM yyyy HH:mm:ss Z"
\com.example.hellojazz.client=Mon, 2 Jun 2008 14:10:16 -0400
\com.example.hellojazz.service=Mon, 2 Jun 2008 14:10:16 -0400
\com.example.hellojazz.rcp.ui=Mon, 2 Jun 2008 14:10:16 -0400
\com.example.hellojazz.client.tests=Mon, 2 Jun 2008 14:10:16 -0400
\com.example.hellojazz.common=Mon, 2 Jun 2008 14:10:16 -0400