摘要:
设有程序
$ cat -n base2.cpp
1 #include
2 using namespace std;
3 class Base 阅读全文
摘要:
1.使用$#
$ pg opt.sh
#!/bin/sh
#opt.sh 阅读全文
摘要:
$ cat -n simple1.pl 显示XML的代码
1 #!/usr/bin/perl
2 # simple.pl
3 use Data::Dumper; 阅读全文
摘要:
1. $ echo Hit to exit *
返回 Hit to exit gd1.pl invoice.xml inXML.dtd pdate.pl perl1.pl perl2.pl perl3.pl perl4.pl perl5.pl perl6.pl perl7.pl perl8.pl pfind.pl pwho.pl s2 simple1.pl simple.pl testalgor.pl tie1.pl 等
* 表示当前目录下的所有文件,如果要显示Hit to exit *字符,需要用
$ echo "Hit to exit *" 阅读全文