summaryrefslogtreecommitdiff
path: root/team-1/listing-hidden-files.txt
diff options
context:
space:
mode:
authorJoe Carstairs <me@joeac.net>2024-11-13 08:30:52 +0000
committerJoe Carstairs <me@joeac.net>2024-11-13 08:33:25 +0000
commita526b3a4136b13f40394e905476f5a32ec155afa (patch)
tree4cf75e0f1ef322baa70e66a54a59d60fb4eb54d2 /team-1/listing-hidden-files.txt
Initial commit
Diffstat (limited to 'team-1/listing-hidden-files.txt')
-rw-r--r--team-1/listing-hidden-files.txt8
1 files changed, 8 insertions, 0 deletions
diff --git a/team-1/listing-hidden-files.txt b/team-1/listing-hidden-files.txt
new file mode 100644
index 0000000..0d0d64b
--- /dev/null
+++ b/team-1/listing-hidden-files.txt
@@ -0,0 +1,8 @@
+= Listing hidden files
+
+Some files are hidden, because they start with a dot, `.`
+
+Usually, `ls` doesn't list these files. But you can make it list these files as
+well by using the `--all` flag:
+
+ls --all