- 论坛徽章:
- 60
|
回复 12# tank064
我也是CentOS 5.5的- [root@centos ~]# cat /etc/redhat-release
- CentOS release 5.5 (Final)
- [root@centos ~]# uname -a
- Linux fanren2 2.6.18-194.el5 #1 SMP Fri Apr 2 14:58:14 EDT 2010 x86_64 x86_64 x86_64 GNU/Linux
- [root@centos ~]# ll /bin/awk
- lrwxrwxrwx 1 root root 4 Oct 31 2011 /bin/awk -> gawk
- [root@centos ~]# awk --version
- GNU Awk 3.1.5
- Copyright (C) 1989, 1991-2005 Free Software Foundation.
- This program is free software; you can redistribute it and/or modify
- it under the terms of the GNU General Public License as published by
- the Free Software Foundation; either version 2 of the License, or
- (at your option) any later version.
- This program is distributed in the hope that it will be useful,
- but WITHOUT ANY WARRANTY; without even the implied warranty of
- MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
- GNU General Public License for more details.
- You should have received a copy of the GNU General Public License
- along with this program; if not, write to the Free Software
- Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA.
- [root@centos ~]#
复制代码 |
|