diff --git a/source/C/command_line.rst b/source/C/command_line.rst index 5f890ec1..ecf7ab3a 100644 --- a/source/C/command_line.rst +++ b/source/C/command_line.rst @@ -21,6 +21,12 @@ will make a much nicer output than df +To list files on the current file system one of the most important commands to know is ls. +.. code:: + + ls + +will show the files in your current directory and the man page lists more options such as viewing all files or long listing.