개발은 너무해

개발은 너무해

  • Total (377)
    • Introduction to the applica.. (7)
    • MySQL (53)
      • Class (43)
      • secret (0)
      • etc (10)
    • Oracle (98)
      • Oracle Study (43)
      • Oracle Error (19)
      • Oracle Meta (0)
      • Oracle Scrap (18)
      • Oracle Backup (0)
      • Oracle Recovery (5)
      • Oracle Tip (10)
      • Oracle Dictionary (3)
    • Unix & Linux (36)
    • Programming (133)
      • python (2)
      • PHP (10)
      • HTML (4)
      • JavaScript (4)
      • CSS (1)
      • Git (1)
      • Swift (94)
      • CodeIgniter (17)
    • BigData (4)
      • mongoDB (2)
      • kafka (0)
      • Hadoop (2)
    • Apple(iPhone|Mac) (21)
    • Windows (19)
    • 보지않는 막소스 (0)
    • etc (6)
  • Home
  • Write
  • Admin
  • 방명록
  • 개미의 주식 정보 공유
RSS 피드
로그인
로그아웃 글쓰기 관리

개발은 너무해

컨텐츠 검색

태그

잠만보 vmware xcode recovery 티스토리챌린지 M2 jqplot 생활코딩짱 Swift 실패 CI Model mysql 오블완 IncompleteRecovery xtrabackup MAC docker percona-toolkit oracle linux

최근글

댓글

공지사항

아카이브

awk(1)

  • awk : 원하는 문구만 추출

    # 파일 내용을 원하는 패턴에 맞게 출력 할 수가 있습니다.# 'blank' : 구분자('blank'는 예시)# {print $2} : 결과값 출력awk -F 'blank' '{print $2}' # 이해가 되지 않을 수 있으니, 예시를 한번 들어보겠습니다.# 원본 내용[root@mac18-01 home]# cat test.sqlinsert into temp1.test_profileinsert into temp2.test_profileinsert into temp3.test_profileinsert into temp4.test_profileinsert into temp4.test_user# 'temp'를 구분자로 하여 2번째 인자값을 가져옵니다.[root@mac18-01 home]# cat test.sq..

    2024.11.19
이전
1
다음
티스토리
© 2018 TISTORY. All rights reserved.

티스토리툴바