반응형
Notice
Recent Posts
Recent Comments
Link
일 | 월 | 화 | 수 | 목 | 금 | 토 |
---|---|---|---|---|---|---|
1 | 2 | 3 | ||||
4 | 5 | 6 | 7 | 8 | 9 | 10 |
11 | 12 | 13 | 14 | 15 | 16 | 17 |
18 | 19 | 20 | 21 | 22 | 23 | 24 |
25 | 26 | 27 | 28 | 29 | 30 | 31 |
Tags
- gradle 배포
- migration 작업순서
- mysql migration
- 마이그레이션 작업순서
- 코딩일기
- 프로그래머스 #코딩테스트 #입문 #lv.0 #나머지구하기
- executeUpdate() commit
- Springboot WebPage 배포
- linux grep
- Bandit Level 7 → Level 8
- SQL vs PL/SQL
- linux uniq -u
- 톰캣 독립실행
- oracle commit
- ExecuteUpdate()
- 톰캣 실행 에러
- mariadb migration
- EC2 인스턴스 생성하기
- commit 안찍힐 때
- AWS회원가입
- 개발자 면접 질문
- Thymeleaf 오류#Thymeleaf Exception processing template ""
- Bandit Level 8 → Level 9
- var 와 let의 차이점
- banditlevel8
- aws ec2 window
- linux'|'
- wargame bandit7
- The JAVA_HOME environment variable is not defined correctly
- aws ec2 putty 연결
Archives
- Today
- Total
목록linux grep (1)
"코딩세끼"

문제 : The password for the next level is stored in the file data.txt next to the word millionth data.txt 파일안에 저장된 비밀번호는 millionth 옆에 있다. 사용할수 있는 명령어 : grep, sort, uniq, strings, base64, tr, tar, gzip, bzip2, xxd 풀이 1. data.txt 를 읽어옵니다. 2. data.txt 안에 있는 millionth를 찾습니다. 3. millionth 옆에 비밀번호가 있습니다. 풀이방법 _ 1 cat, grep 을 이용하여 바로 실행합니다. bandit7@bandit:~$ cat data.txt | grep millionth '|' 는 왼쪽 명령의 실행결..
프로그래머로 전직하기/Linux
2022. 2. 25. 11:45