11Interacting
22===========
33
4- The PHPCRSH is designed to be a hybrid of a filesystem and RDBMS shell. You can
4+ The PHPCRSH is designed to be a hybrid of a filesystem and an RDBMS shell. You can
55both navigate the content hierarchy and execute queries.
66
77.. note ::
88
99 PHPCRSH supports "aliases". In this chapter we will use aliases rather than the full
10- commands, for example "ls" instead of "node:list", "rm" instead of "node:remove" etc.
10+ version of the commands, for example "ls" instead of "node:list", "rm" instead of "node:remove" etc.
1111 See the chapter on :ref: `phpcrsh_configuration_aliases ` for more information.
1212
1313This chapter aims to highlight some but not all of the features of the shell. For a full
@@ -16,7 +16,7 @@ list of features use the ``list`` command.
1616The current path
1717----------------
1818
19- You can navigate the content heriarchy using the :ref: `phpcr_shell_command_shellpathchange ` (or `cd ` for short). The
19+ You can navigate the content hierarchy using the :ref: `phpcr_shell_command_shellpathchange ` (or `cd ` for short). The
2020`pwd ` command is the alias for :ref: `phpcr_shell_command_shellpathshow ` and displays the current working path:
2121
2222.. code-block :: bash
@@ -80,7 +80,7 @@ And a depth:
8080 | jcr:primaryType | NAME | nt:unstructured |
8181 +--------------------------------------------------------------------------+-----------------+-----------------------------------+
8282
83- In addtion to listing the actual node content, you can also show the
83+ In addition to listing the actual node content, you can also show the
8484node properties and children which are defined in the schema with the ``-t `` option
8585(**t ** for template). The second of the following two examples illustrates this option:
8686
@@ -109,7 +109,7 @@ many.
109109Editing nodes
110110-------------
111111
112- You can edit nodes simply using your systems default editor (as defined by the ``$EDITOR `` environment
112+ You can edit nodes simply by using your system's default editor (as defined by the ``$EDITOR `` environment
113113variable).
114114
115115
0 commit comments