source: MML/trunk/script/trouve.sh @ 4

Last change on this file since 4 was 4, checked in by zhangj, 10 years ago

Initial import--MML version from SOLEIL@2013

File size: 122 bytes
Line 
1#/bin/sh
2# look for file in the directory without going to archived files
3
4find ./ -path './.snapshot' -prune -o -name $1
Note: See TracBrowser for help on using the repository browser.