Bandit
22.01.11 level 1 → 2. cat ./-
슈팅스타제제
2022. 1. 11. 21:37
이번 판은 비번이 - 파일에 담겨있다.
cat -
위 명령어로도 - 파일 내용이 바로 출력되지 않고 다음 명령어로 출력했다.
cat ./-
참고문서링크
https://stackoverflow.com/questions/42187323/how-to-open-a-dashed-filename-using-terminal
How to open a "-" dashed filename using terminal?
I tried gedit, nano, vi, leafpad and other text editors , it won't open, I tried cat and other file looking commands, and I ensure you it's a file not a directory!
stackoverflow.com