2013-08-09 08:24:58 +00:00
|
|
|
title: PrintCommand
|
2012-06-10 16:48:23 +00:00
|
|
|
tags: docs command
|
|
|
|
|
2013-08-09 08:24:58 +00:00
|
|
|
The `print` command outputs specified information.
|
2012-06-10 16:48:23 +00:00
|
|
|
|
2013-08-09 08:24:58 +00:00
|
|
|
!!! print tiddlers
|
|
|
|
|
|
|
|
Output the titles of the tiddlers in the wiki store
|
2012-06-10 16:48:23 +00:00
|
|
|
|
2013-01-16 13:44:09 +00:00
|
|
|
```
|
2013-08-09 08:24:58 +00:00
|
|
|
--print tiddlers
|
2013-01-16 13:44:09 +00:00
|
|
|
```
|
2012-06-10 16:48:23 +00:00
|
|
|
|
2013-08-09 08:24:58 +00:00
|
|
|
!!! print tiddler
|
2012-06-10 16:48:23 +00:00
|
|
|
|
2013-08-09 08:24:58 +00:00
|
|
|
Print the fields of an individual tiddler
|
2012-06-10 16:48:23 +00:00
|
|
|
|
2013-01-16 13:44:09 +00:00
|
|
|
```
|
2013-08-09 08:24:58 +00:00
|
|
|
--print tiddler <title>
|
2013-01-16 13:44:09 +00:00
|
|
|
```
|
2012-06-10 16:48:23 +00:00
|
|
|
|
2013-08-09 08:24:58 +00:00
|
|
|
!!! print system
|
2012-06-10 16:48:23 +00:00
|
|
|
|
2013-08-09 08:24:58 +00:00
|
|
|
Print the titles of the system tiddlers in the wiki store
|
2012-06-10 16:48:23 +00:00
|
|
|
|
2013-01-16 13:44:09 +00:00
|
|
|
```
|
2013-08-09 08:24:58 +00:00
|
|
|
--print system
|
2013-01-16 13:44:09 +00:00
|
|
|
```
|
2012-06-10 16:48:23 +00:00
|
|
|
|
2013-08-09 08:24:58 +00:00
|
|
|
!!! print config
|
2012-06-10 16:48:23 +00:00
|
|
|
|
2013-08-09 08:24:58 +00:00
|
|
|
Print the current core configuration
|
2012-06-10 16:48:23 +00:00
|
|
|
|
2013-01-16 13:44:09 +00:00
|
|
|
```
|
2013-08-09 08:24:58 +00:00
|
|
|
--print config
|
2013-01-16 13:44:09 +00:00
|
|
|
```
|