Bash (1) 썸네일형 리스트형 (Bash) - LeetCode (easy) 193. Valid Phone Numbers https://leetcode.com/problems/valid-phone-numbers/description/ Valid Phone Numbers - LeetCode Level up your coding skills and quickly land a job. This is the best place to expand your knowledge and get prepared for your next interview. leetcode.com 정규표현식을 사용해보는 문제였습니다. 📕 풀이방법 📔 풀이과정 grep -P를 사용해 정규표현식에 일치하는 행들을 모두 찾아 출력합니다. 형태는 다음과 같습니다. grep -P {정규표현식} {file명} 정규표현식을 생각해봅니다 행의 처음부터 끝사이 숫자3자리-3자.. 이전 1 다음