From HFML-FELIX Wiki
To search for files faster on felixdisk-shares:
- Install Putty if it isn't already installed.
- Use Putty and your science credentials to login to lilo.science.ru.nl.
- Find the share that you want to search in with the command: ls -d /vol/felix* /vol/ffg* /vol/msd*
- Change directory, for instance to felixshare1: cd /vol/felixshare1
- Search your file find . -iname "what you want to search", for instance find -iname "*.enl*" to find that pesky Endnote file that you can't seem to find.
- If there are too many results, you can make the search more specific by appending | grep "something more specific" , and it will show you only results that also contain that text in the file name. Example: find -iname "*.enl" | grep FELIX