Created
December 7, 2023 15:34
-
-
Save YukiSakamoto/c3a6f31b83ec889f4231e2d47f6c79c3 to your computer and use it in GitHub Desktop.
mdoc modify
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
mkdir -p mod_mdoc | |
cd mod_mdoc | |
for i in {01..20} | |
do | |
filename=`printf "tomo_%02d.mrc.mdoc" ${i}` | |
outfilename=`printf "tomo_%02d.mod.mrc.mdoc" ${i}` | |
grep -v DateTime ../${filename} > ${outfilename} | |
# echo ${filename} | |
done |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment