Cheatography
https://cheatography.com
Open a registered databaseThe database doesn't need to be located in your working directory
Open an unregistered databaseopen databaseName.db
| open with read and write access | open <access read> databaseName.db
| open with read access |
The database must be located in your working directory
Display preferencesshow v
| print vertically | length full
| display full length | width 1000
| set width to 1000 |
Display contents of databasecata databaseName
| display all series in "databaseName" | cata databaseName'?stringMatch?
| display all series containing "stringMatch" in their mnemonic |
| | Manipulate seriesoverlay(seriesB <* to Mar2015>, seriesC <Apr2015 to *>)
| overlay two series |
Query Details About Serieswhats seriesName
| returns the class, when the series was created and when it was last updated | disp source(seriesName)
| returns the formalu if the series is a formula |
Register a databasefamedbreg -a /tmp/mydb.db
| register mydb with path /tmp/mydb.db |
make sure to set the permissions to 775
| | Additional documentation
|
Created By
Metadata
Comments
No comments yet. Add yours below!
Add a Comment