Skip to content
Snippets Groups Projects

Update basic_linux_commands.md

Merged joshcarini requested to merge patch-1 into master
1 file
+ 1
1
Compare changes
  • Side-by-side
  • Inline
@@ -43,7 +43,7 @@ Linux Commands Reference List:
<td>list: Lists the files and directories located in the current directory</td>
<td><ul>
<li>ls</li>
<li>ls -a
<li>`ls -a`
<ul>
<li>shows all the files in the directory, including hidden ones</li>
</ul></li>
Loading