|
马上注册,结交更多好友,享用更多功能,让你轻松玩转社区。
您需要 登录 才可以下载或查看,没有账号?注册
x
[root@localhost Desktop]# ls
[root@localhost Desktop]# cd ~
[root@localhost ~]# ls
anaconda-ks.cfg cadence install.log install.log.syslog
[root@localhost ~]# cd cadence/
[root@localhost cadence]# ls
installs
[root@localhost cadence]# cd installs/
[root@localhost installs]# ls
cadence.pat cadence_patch.sh EDI132 ius82.dat sfk
[root@localhost installs]# ./cadence_patch.sh EDI132/
[total hits/matching patterns/non-matching patterns]
30659 files checked, 0 changed.
[root@localhost installs]#
[root@localhost installs]#
[root@localhost installs]#
[root@localhost installs]# cd ~
[root@localhost ~]# ls
anaconda-ks.cfg cadence install.log install.log.syslog
[root@localhost ~]# source .bashrc
[root@localhost ~]# encounter
exec: /root/cadence/installs/EDI132/tools.lnx86/fe/bin/64bit/encounter: cannot execute [Exec format error]
[root@localhost ~]# |
|