Skip to content
GitLab
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
cta
MonteCarlo
ProdX-Download
Commits
2269c0aa
Commit
2269c0aa
authored
May 18, 2021
by
Gernot Maier
Browse files
dCache copy
parent
16373e12
Changes
1
Hide whitespace changes
Inline
Side-by-side
copy_DLXfiles_from_dCache.sh
View file @
2269c0aa
...
...
@@ -34,7 +34,10 @@ do
do
FP
=
$(
basename
$F
)
if
[[
!
-e
${
1
}
/
${
PP
}
/
${
FP
}
]]
;
then
cp
-v
/pnfs/ifh.de/
${
F
}
${
1
}
/
${
PP
}
/
#cp -v /pnfs/ifh.de/${F} ${1}/${PP}/
dccp
${
F
}
${
1
}
/
${
PP
}
/
else
echo
"file found:
${
1
}
/
${
PP
}
/
${
FP
}
"
fi
done
done
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment