Skip to content

Commit

Permalink
Update README.mdx
Browse files Browse the repository at this point in the history
  • Loading branch information
nuoxoxo authored Nov 15, 2024
1 parent 8dc3a94 commit 56786d7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion level00/README.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ $ find / -user flag00 -exec cat {} + 2>/dev/null
cdiiddwpgswtgt
👉 looks like cipher to decode
```
- explain
- command explained
- `/` - from root directory
- `+` - forces `find` to run `cat` on many files at once and not one at a time
- `2>/dev/null` - redir stderr output to `/dev/null`
Expand Down

0 comments on commit 56786d7

Please sign in to comment.