]> Creatis software - clitk.git/blob - scripts/dicom_info.sh
Merge branch 'master' of /home/dsarrut/clitk3.server
[clitk.git] / scripts / dicom_info.sh
1 #!/bin/bash
2 #Get info about the first dicom image in the directory
3 find . -iname "*.dcm" -type f | head -n1 | xargs clitkDicomInfo | less