Server/Linux Linux 설정파일 확인 시 주석처리 제외하여 출력 by 얽디 2023. 5. 2. Linux 터미널 창에서 설정파일 확인 시 주석처리가 되어 있는 부분 ($or#) 제외하여 현재 적용되고 있는 구문들만 출력하여 확인 하고 싶을때 아래 명령어를 사용한다. # egrep -v "^#|^$" [파일 이름] 공유하기 게시글 관리 얽디 기술블로그 'Server > Linux' 카테고리의 다른 글 rvm ruby install error ERROR: Loading command: install (LoadError) cannot load such file -- opensslERROR: While executing gem ... (NoMethodError) undefined method `invoke_with_build_args' for nil:NilClass ...등 openssl 어쩌구 에러 (0) 2023.07.26 gpg 에러 gpg: keyserver receive failed: Server indicated a failure (0) 2023.07.25 Linux 환경 설정 및 함수, alias설정 파일들 비교 (0) 2022.01.15 ssh PTY allocation request failed on channel 0 접속 오류 (0) 2021.12.20 Linux Hard/Soft link 차이점 및 명령어 (0) 2021.11.28 관련글 rvm ruby install error ERROR: Loading command: install (LoadError) cannot load such file -- opensslERROR: While executing gem ... (NoMethodError) undefined method `invoke_with_build_args' for nil:NilClass ...등 openssl 어쩌구 에러 gpg 에러 gpg: keyserver receive failed: Server indicated a failure Linux 환경 설정 및 함수, alias설정 파일들 비교 ssh PTY allocation request failed on channel 0 접속 오류 댓글
댓글