데이터 스테이지의 시퀀스 목록이 들어있는 파일을 읽는다
파일내용을 한줄씩 읽으면서 시퀀스에 연결된 작업을 표시
#!/bin/bash
path=/dshome/bin/dssearch
prj=project_name
source=list_file
target=target_file
prj=project_name
source=list_file
target=target_file
while read line
do
echo $line
echo $line >> $target
$path -ljobs -uses -r $prj $line >> $target
done < $source
do
echo $line
echo $line >> $target
$path -ljobs -uses -r $prj $line >> $target
done < $source
댓글 없음:
댓글 쓰기