summaryrefslogtreecommitdiff
path: root/team-1
diff options
context:
space:
mode:
authorJoe Carstairs <me@joeac.net>2024-11-14 19:31:17 +0000
committerJoe Carstairs <me@joeac.net>2024-11-14 19:31:17 +0000
commite5b01bca3fbf656eb9908c0285bf0c7d066e2cfd (patch)
tree771c510902ba38513819e7d6bc729e17f0080045 /team-1
parent4568eac531886b1c8303d3b26dbb396a722db700 (diff)
Team 2 gets listing-hidden-files.txt
Diffstat (limited to 'team-1')
-rw-r--r--team-1/listing-hidden-files.txt8
1 files changed, 0 insertions, 8 deletions
diff --git a/team-1/listing-hidden-files.txt b/team-1/listing-hidden-files.txt
deleted file mode 100644
index 0d0d64b..0000000
--- a/team-1/listing-hidden-files.txt
+++ /dev/null
@@ -1,8 +0,0 @@
-= 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