当前位置:  技术问答>linux和unix

bash: newcal:找不到命令 。。 这错误是什么原因阿???

    来源: 互联网  发布时间:2016-06-18

    本文导语:  case $# in 0) set 'date'; m=$2; y=$6;; 1) m=$1; set 'date'; y=$6;; *) m=$1; y=$2;; esac case $m in [jJ]an*) m=1;; [fF]eb*) m=2;; [mM]ar*) m=3;; [aA]pr*) m=4;; [mM]ay*) m=5;; [jJ]un*) m=6;; [jJ]ul*) m=7;; [aA]ug*) m=8;; [sS]ep*) m=9;; [oO]ct*) m=10;; [nN]ov*) m=11;; [dD]ec...

case $# in
0) set 'date'; m=$2; y=$6;;
1) m=$1; set 'date'; y=$6;;
*) m=$1; y=$2;;

esac
case $m in
[jJ]an*) m=1;;
[fF]eb*) m=2;;
[mM]ar*) m=3;;
[aA]pr*) m=4;;
[mM]ay*) m=5;;
[jJ]un*) m=6;;
[jJ]ul*) m=7;;
[aA]ug*) m=8;;
[sS]ep*) m=9;;
[oO]ct*) m=10;;
[nN]ov*) m=11;;
[dD]ec*) m=12;;
[1-9] | 10 |11 |12);;
[1900-9999]) y=$m; m=" ";;
*) m=" ";;
esac
exec /usr/bin/cal $m $y


我自己创建的newcal命令。用来显示通过非数字的英文大小参数(月份)识别月份

但是这命令好像用不了 老出现
fuxiangxu@fuxiangxu-laptop:~/recipes$ newcal jan 2008
bash: newcal:找不到命令

这错误 。。 是什么原因阿??

|
你编译生成这个命令了吗? 如果当前目录下有newcal ,请执行./newcal 

|
chmod +x newcal
./newcal jan 2008

或bash newcal jan 2008

    
 
 

您可能感兴趣的文章:

  • linux bash shell命令:grep文本搜索工具简介
  • iptables 命令不能用bash: iptables: command not found
  • linux bash shell命令:文本搜索工具grep中用于egrep和 grep -E的元字符扩展集
  • 关于bash shell: 用set命令可以看到的信息都储存在哪?
  • linux bash shell命令:文本搜索工具Grep命令选项及实例
  • redhat AS 3 groupadd 命令居然报错 -bash: groupadd: command not found
  • linux bash shell命令:文本搜索工具grep正则表达式元字符集(基本集)
  • ssh的root登录在history -w之后~/.bash_history删除相关行为什么重新登录历史命令还在?
  • bash 怎么获取前一条命令
  • 使用rm命令 告诉我 -bash:rmi command not found。 why?
  • bash下如何得到前两个命令的返回值
  • redhat linux bash错误,命令解析不了了,请大家帮我看看
  • bash脚本中,如何给cvs commit命令传递字符串参数
  • 用c如何实现程序中类似bash的命令行记忆和tab补全?
  • Redhat 的 fedora版本是刚刚安装好的,就发现了问题:终端里执行很多命令时提示:bash: xxx 权限不够
  • Linux下Apache源码安装后的怎么启动?系统提示Bash无法识别apachectl命令
  • fedora 9中man、netconfig等命令无法使用!-bash command not found!
  • Fedora 7 下 root用户登录后设置了JAVA_HOME, CLASSPATH等参数,可是总在重启后 终端命令行报错bash:JAVA_HOME:command not found,请教原因!
  • bash shell命令行选项与修传入参数处理
  • 急急急急,设置.bash_profile错误,无法登陆
  • 新手的BASH代码错误,求帮忙解决
  • shell文件中第一行为#!/bin/bash ,运行后提示“:bad interpreter 没有那个文件或目录”是什么错误?怎么修改?
  • 切换回root是提示-bash: Export: command not found错误
  • linux下安装Oracle 10g /etc/profile 出现 -bash: ulimit: pipe size :cannot modify limit:invalid argument 的错误
  •  
    本站(WWW.)旨在分享和传播互联网科技相关的资讯和技术,将尽最大努力为读者提供更好的信息聚合和浏览方式。
    本站(WWW.)站内文章除注明原创外,均为转载、整理或搜集自网络。欢迎任何形式的转载,转载请注明出处。












  • 相关文章推荐
  • . ./.bash_file 与 ./.bash_file的区别?
  • 为什么每次启动bash都出现bash:test:a:binary operaotr expected
  • linux RHEL 5.6 在root用户下. .bash_profile 或source .bash_profile 报错
  • Ubuntu中如何配置shell(bash)的环境
  • 如何在ubunt下面安装两个bash
  • bash 不能使用括号,求助
  • 如何在redhat下安装bash?
  • bash和Korn shell学哪个比较好
  • 请问root的bash的环境变量放在哪个文件中啊?
  • linux(redhat9)中在哪里设环境变量,.bash_profil在哪里啊?
  • BASH Debugger
  • .bashrc和.bash_profile有什么区别
  • . /root/.bash_profile
  • Bash架构问题
  • bash的控制终端
  • 操作系统 iis7站长之家
  • -bash-3.2# Argument list too long 到底是怎么回事呀?
  • .bash_profile
  • 有点bash的小问题。请教。
  • bash的跳转问题


  • 站内导航:


    特别声明:169IT网站部分信息来自互联网,如果侵犯您的权利,请及时告知,本站将立即删除!

    ©2012-2021,,E-mail:www_#163.com(请将#改为@)

    浙ICP备11055608号-3