![]() |
|
|||
File indexing completed on 2025-08-06 08:13:10
0001 #!/bin/csh 0002 0003 set v=`cat $1` 0004 #set nLines=`wc -l $fileList` 0005 set i=1 0006 0007 if( -f fileLists/singleFileRunnumberList.list )then 0008 rm fileLists/singleFileRunnumberList.list 0009 endif 0010 touch fileLists/singleFileRunnumberList.list 0011 0012 while ( $i <= $#v ) 0013 head -n 1 ${v[$i]} >> fileLists/singleFileRunnumberList.list 0014 @ i++ 0015 end
[ Source navigation ] | [ Diff markup ] | [ Identifier search ] | [ general search ] |
This page was automatically generated by the 2.3.7 LXR engine. The LXR team |
![]() ![]() |