Linux
From ACL@NCU
Useful tcsh and python commands
tcsh
- Find files
- with defined stem pattern under multiple different folder
find */*/*anat+tlrc.*
- delete or copy filenames from a "pattern" search
rm `find */*/*anat+tlrc.*`
python
Useful tcsh and python commands
find */*/*anat+tlrc.*
rm `find */*/*anat+tlrc.*`