Cheatography
https://cheatography.com
Open a registered database
The database doesn't need to be located in your working directory
Open an unregistered database
|
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 preferences
|
print vertically |
|
display full length |
|
set width to 1000 |
Display contents of database
|
display all series in "databaseName" |
cata databaseName'?stringMatch?
|
display all series containing "stringMatch" in their mnemonic |
|
|
Manipulate series
overlay(seriesB <* to Mar2015>, seriesC <Apr2015 to *>)
|
overlay two series |
Query Details About Series
|
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 database
famedbreg -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