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