![]() |
|
|||
File indexing completed on 2024-04-06 12:06:30
0001 #!/bin/csh 0002 foreach i (`cat list`) 0003 set jold=194057 0004 foreach j (`cat list2`) 0005 if(${i} > ${j}) then 0006 set jold=${j} 0007 endif 0008 end 0009 echo ${i}_${jold} 0010 end
[ Source navigation ] | [ Diff markup ] | [ Identifier search ] | [ general search ] |
This page was automatically generated by the 2.2.1 LXR engine. The LXR team |
![]() ![]() |