From e5b01bca3fbf656eb9908c0285bf0c7d066e2cfd Mon Sep 17 00:00:00 2001 From: Joe Carstairs Date: Thu, 14 Nov 2024 19:31:17 +0000 Subject: Team 2 gets listing-hidden-files.txt --- team-1/listing-hidden-files.txt | 8 -------- team-2/listing-hidden-files.txt | 8 ++++++++ 2 files changed, 8 insertions(+), 8 deletions(-) delete mode 100644 team-1/listing-hidden-files.txt create mode 100644 team-2/listing-hidden-files.txt 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 diff --git a/team-2/listing-hidden-files.txt b/team-2/listing-hidden-files.txt new file mode 100644 index 0000000..0d0d64b --- /dev/null +++ b/team-2/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 -- cgit v1.2.3