]> Creatis software - clitk.git/blob - scripts/dicom_info.sh
moved $CLITK3/vv/scripts to $CLITK3/scripts
[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