由买买提看人间百态

topics

全部话题 - 话题: pwd1
(共0页)
t**********y
发帖数: 374
1
来自主题: Linux版 - shell scripting 求助
写了下面一小段,出错语句是: if [ $n -gt 4 ];
error message: [: too many arguments
真是不知道怎样改...
-------------------------
for f in $gffFILEs
do
cd $PWD1
wc -l $f >>$PWD2/count
n='wc -l $f'
if [ $n -gt 4 ];
then
cat $PWD1/$f > $PWD2/combined.gff
fi
done
h*******e
发帖数: 171
2
我PWD1月15日提交,用料7周,上周批了,结果小米说结果怎末还搞错了。小米一边向
华盛顿提交修改方案,一边怎末着用学校的内部标准,在等6天也就是LCA完后,下周应
该提交H1-B petition, 老板给辅料1000刀,希望月底能得到notice.
我还等着在加拿大签证激活呢,路上FedEx还得2天吧。
哎,一个字,耐心!哈哈

calendar
k*z
发帖数: 4704
3
来自主题: Statistics版 - PROC SQL运行速度问题.
last questin for you. sorry bother too much.
how about i want to join two tables from two odbc datascr?
or I have to write two proc sqls to bring two tables then join?
proc sql;
connect to odbc as lib1 (user=&user1 password=&pwd1 DATASRC=&dsn1) ;
connect to odbc as lib2 (user=&user2 password=&pwd2 DATASRC=&dsn2) ;
create table temp2 as
select * from connection to lib
(
select col
from lib.table
where col="XXX"
);
disconnect from lib;
quit;
(共0页)