You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
cshenry edited this page Mar 22, 2012
·
2 revisions
Command Syntax
$ mseed list <path> <options>
This command lists objects in the specified path in the database. It is similar to the unix ls command. The command has the following options:
-v[erbose] Print detailed information for each object (attributes and IDs instead of only IDs)
-w[orkspace] Print output to current workspace instead of stdout
-f[ile] f Print output to named file 'f' instead of stdout
$ mseed get
This command prints the data for the specified object. The command has the following options:
-r[aw] Print raw JSON (implies -v)
-readable Print in a user readable format
-w[orkspace] Print output to current workspace
-f[ile] f Print output to named file 'f'