From HFML-FELIX Wiki
Jump to: navigation, search

To search for files faster on felixdisk-shares:

  1. Install Putty if it isn't already installed.
  2. Use Putty and your science credentials to login to lilo.science.ru.nl.
  3. Find the share that you want to search in with the command: ls -d /vol/felix* /vol/ffg* /vol/msd*
  4. Change directory, for instance to felixshare1: cd /vol/felixshare1
  5. 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.
  6. 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