Add info about the glob *

This commit is contained in:
lucky-vers 2023-10-24 17:07:23 +05:30
parent ab28613e00
commit a32f695a8a

View file

@ -136,7 +136,7 @@ inhere/-file08: data
inhere/-file09: data
```
The `file` command allows us to determine the file type of a file without directly using `cat` on it. We can see that there's only one file (`-file07`) with the label `ASCII text` attached to it, meaning it only contains human-readable characters. We cat the file and get the password for the next level
Here, `inhere/*` means we're runnign `file` on every file inside the `inhere` directory. The `file` command allows us to determine the file type of a file without directly using `cat` on it. We can see that there's only one file (`-file07`) with the label `ASCII text` attached to it, meaning it only contains human-readable characters. We cat the file and get the password for the next level
```
bandit4@bandit:~$ cat inhere/-file07