我有CentOS版本6.3
我尝试在脚本中使用grep
并获得bash: grep: command not found
。
任何想法如何解决这个问题?
几个月前它运作正常。
答案 0 :(得分:0)
/bin/grep
或/usr/bin/grep
。echo "export PATH=$PATH:/<path_to_grep>" >> ~/.bash_profile
。请注意,〜/ .bash_profile在这里表示您的bash启动文件。在bash shell启动时获得的那个。如果您因任何原因没有grep或者您不能find / -iname "*grep*"
- 您可以下载并安装它:gnu FTP。任何其他可靠的来源也很好。然后使用步骤1和2将grep目录添加到系统路径变量。