免费注册 查看新帖 |

Chinaunix

  平台 论坛 博客 文库
12下一页
最近访问板块 发新帖
查看: 1980 | 回复: 13
打印 上一主题 下一主题

怎么看bash,grep,cat,sed,awk...的版本呀? [复制链接]

论坛徽章:
0
跳转到指定楼层
1 [收藏(0)] [报告]
发表于 2005-11-09 18:50 |只看该作者 |倒序浏览
一直不会,

论坛徽章:
0
2 [报告]
发表于 2005-11-09 18:54 |只看该作者
BASH: echo $BASH_VERSION
Others:
grep --version
awk --version
sed --version
cat --version

论坛徽章:
1
荣誉会员
日期:2011-11-23 16:44:17
3 [报告]
发表于 2005-11-09 18:56 |只看该作者
原帖由 alun123456 于 2005-11-9 18:50 发表
一直不会,

man command
info command
command --help

论坛徽章:
0
4 [报告]
发表于 2005-11-09 19:05 |只看该作者
我看了,但是 我打是

bash --v


呵。。。

论坛徽章:
0
5 [报告]
发表于 2005-11-09 21:55 |只看该作者
[aluns]~$awk --version
awk: unknown option --version ignored

awk: no program given

[aluns]~$sed --version
sed: illegal option -- -
usage: sed script [-Ean] [-i extension] [file ...]
       sed [-an] [-i extension] [-e script] ... [-f script_file] ... [file ...]
[aluns]~$cat --version
cat: illegal option -- -
usage: cat [-benstuv] [file ...]
[aluns]~$uname -a
FreeBSD FBSD 5.3-BETA7 FreeBSD 5.3-BETA7 #0: Sat Oct  2 21:01:00 UTC 2004     root@wv1u.samsco.home:/usr/obj/usr/src/sys/GENERIC  i386

论坛徽章:
0
6 [报告]
发表于 2005-11-09 22:01 |只看该作者
[tory@localhost tory]$ sed --version
GNU sed version 4.0.5
Copyright (C) 2002 Free Software Foundation, Inc.
This is free software; see the source for copying conditions.  There is NO
warranty; not even for MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE,
to the extent permitted by law.
[tory@localhost tory]$ cat --version
cat (coreutils) 4.5.3
Written by Torbjorn Granlund and Richard M. Stallman.

Copyright (C) 2002 Free Software Foundation, Inc.
This is free software; see the source for copying conditions.  There is NO
warranty; not even for MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.
[tory@localhost tory]$ sort --version
sort (coreutils) 4.5.3
Written by Mike Haertel and Paul Eggert.

Copyright (C) 2002 Free Software Foundation, Inc.
This is free software; see the source for copying conditions.  There is NO
warranty; not even for MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.
[tory@localhost tory]$ uname -a
Linux localhost.localdomain 2.6.20 #1 Thu Mar 13 17:54:28 EST 2003 i686 i686 i386 GNU/Linux

----------------------------------------------------------------------------------------------
FreeBSD ??

论坛徽章:
0
7 [报告]
发表于 2005-11-09 22:07 |只看该作者
嗯呐,是bsd


[aluns]~$man sed > sed.man
[aluns]~$grep version sed.man
[aluns]~$grep ver sed.man
     A command line with no addresses selects every pattern space.
          pattern space.  You can't, however, use a literal newline character
                   vertical tab       v
                   g       Make the substitution for all non-overlapping
[aluns]~$

论坛徽章:
0
8 [报告]
发表于 2005-11-09 22:14 |只看该作者
info grep 可以吗 ?
----------------
哈哈.....
没用过bsd.......
ask高手.

论坛徽章:
0
9 [报告]
发表于 2005-11-09 22:18 |只看该作者
我也一直不会。。

论坛徽章:
0
10 [报告]
发表于 2005-11-09 22:18 |只看该作者
记得man awk
     man  sed
    man  cat

。。。。。。
这个好像是可以看到的吧?不过还得找。。
您需要登录后才可以回帖 登录 | 注册

本版积分规则 发表回复

  

北京盛拓优讯信息技术有限公司. 版权所有 京ICP备16024965号-6 北京市公安局海淀分局网监中心备案编号:11010802020122 niuxiaotong@pcpop.com 17352615567
未成年举报专区
中国互联网协会会员  联系我们:huangweiwei@itpub.net
感谢所有关心和支持过ChinaUnix的朋友们 转载本站内容请注明原作者名及出处

清除 Cookies - ChinaUnix - Archiver - WAP - TOP