Skip to content

Commit

Permalink
Update 68815184167167863652258188894237
Browse files Browse the repository at this point in the history
  • Loading branch information
silvira authored Jan 15, 2024
1 parent 1fa1f74 commit 47b3b79
Showing 1 changed file with 2 additions and 6 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -2,13 +2,9 @@ Great job!
I know you expected this to be the treasure, but I promise you are almost there.

The treasure is hidden as a hidden file, somewhere in the house. Hidden files start with a dot. Like this ".bash-config"
By default, they do not show up when you use `ls`. However, there is a way to make `ls` list hidden files and directories with the option `-a`. In this case, the command should be:
By default, they do not show up when you use `ls`. However, there is a way to make `ls` list hidden files and directories with the option `-a`. In this case, the command should be: `ls -a`.

```console
$ ls -a
```

Now, I suggest you go back all the way to the `command-line-treasure-hunt` to start looking for it.
Remember that you need to run the command in the directory where the file is. So, I suggest you go back all the way to the `command-line-treasure-hunt` to start looking for it.

You can use `cd ..` multiple times until you get there. Or, if you're feeling fancy, you can use the absolute path and just go there directly.
Your choice!

0 comments on commit 47b3b79

Please sign in to comment.