Actions

Difference between revisions of "Linux"

From ACL@NCU

Line 1: Line 1:
Useful tcsh and python commands
Useful tcsh and python commands
<font size=5>
<font size=5>
<font size=5>
= tcsh =
= tcsh =
Line 12: Line 13:
rm `find */*/*anat+tlrc.*`
rm `find */*/*anat+tlrc.*`
</pre>
</pre>
</font size>
= python =
= python =
</font size>
</font size>

Revision as of 16:37, 15 January 2013

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