diff options
Diffstat (limited to 'chapter_04.xml')
-rw-r--r-- | chapter_04.xml | 10 |
1 files changed, 5 insertions, 5 deletions
diff --git a/chapter_04.xml b/chapter_04.xml index 10d103f..75e9dbe 100644 --- a/chapter_04.xml +++ b/chapter_04.xml @@ -681,16 +681,16 @@ text will scroll until it finds the next match. </para> <para> - Also as with <application>more</application>, files maybe opened + Also as with <application>more</application>, files may be opened directly in <application>less</application> or piped to it: </para> <screen> - <prompt>darkstar:~$ </prompt> <command>less - /usr/doc/less-*/README</command> - <prompt>darkstar:~$ </prompt> <command>cat + <prompt>darkstar:~$ </prompt> <userinput>less + /usr/doc/less-*/README</userinput> + <prompt>darkstar:~$ </prompt> <userinput>cat /usr/doc/less*/README - /usr/doc/util-linux*/README | less</command> + /usr/doc/util-linux*/README | less</userinput> </screen> <para> |