From 6d62ce705b567f979b5adc7480a5486fa1672ef9 Mon Sep 17 00:00:00 2001 From: Lyn Perrine Date: Wed, 31 Jul 2019 16:22:05 -0700 Subject: [PATCH] Add && to Appendix C --- source/C/command_line.rst | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/source/C/command_line.rst b/source/C/command_line.rst index 5ed977f1..cb57a78f 100644 --- a/source/C/command_line.rst +++ b/source/C/command_line.rst @@ -59,3 +59,9 @@ If you want just to see the contents of a file on standard output run cat [filename] If you have a command and you don't want to type the whole thing out you can press the :kbd:`tab` key. If this does not work press :kbd:`tab` again and see the list of avaialable commands to run. + +If you want a command to run if the first completes run + +.. code:: + + command 1 && command 2