리눅스 분류
grep이 없나봅니다
작성자 정보
- 임정보 작성
- 작성일
컨텐츠 정보
- 2,017 조회
- 1 댓글
- 0 추천
- 목록
본문
접속하면 이런 메세지가 뜹니다
bash: /bin/egrep: No such file or directory
bash: /bin/egrep: No such file or directory
bash: /bin/egrep: No such file or directory
bash: /bin/egrep: No such file or directory
bash: grep: command not found
# rpm -qa | grep grep
bash: grep: command not found
grep이 없는 듯합니다.
수퍼유저 ftp에도 grep은 없고 어디서 다운을 받아야할지 헤매고 있습니다.
rpm으로 다운받을 곳 알려주시면 감사하겠습니다.
http://rpmfind.net/ 여긴 소스버전뿐이네요. 다른곳있으면 답변부탁드릴게요
관련자료
-
이전
-
다음
댓글 1
장규승님의 댓글
- 장규승
- 작성일
아래와 같이 egrep은 grep의 링크 파일입니다.
[root@localhost ~]# ll /bin/egrep
lrwxrwxrwx 1 root root 4 3�� 26 18:44 /bin/egrep -> grep
[root@localhost ~]#
그냥 링크 걸어주시면 됩니다
ln -s /bin/grep /bin/egrep
수고하세요
[root@localhost ~]# ll /bin/egrep
lrwxrwxrwx 1 root root 4 3�� 26 18:44 /bin/egrep -> grep
[root@localhost ~]#
그냥 링크 걸어주시면 됩니다
ln -s /bin/grep /bin/egrep
수고하세요