Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
H
HCC docs
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Deploy
Releases
Model registry
Monitor
Service Desk
Analyze
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
Holland Computing Center
HCC docs
Merge requests
!139
Update basic_linux_commands.md
Code
Review changes
Check out branch
Download
Patches
Plain diff
Merged
Update basic_linux_commands.md
patch-1
into
master
Overview
0
Commits
1
Pipelines
0
Changes
1
Merged
joshcarini
requested to merge
patch-1
into
master
5 years ago
Overview
0
Commits
1
Pipelines
0
Changes
1
Expand
test
0
0
Merge request reports
Compare
master
master (base)
and
latest version
latest version
50e45543
1 commit,
5 years ago
1 file
+
1
−
1
Inline
Compare changes
Side-by-side
Inline
Show whitespace changes
Show one file at a time
content/quickstarts/connecting/basic_linux_commands.md
+
1
−
1
Options
@@ -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