Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

It might have happened that users have set up KEPLER_DIR long time ago and don't even bother about its existence.

Code Block
#!/bin/bash
for file in grep -H -n -s KEPLER_DIR $HOME/.bashrc $HOME/.bash_profile $HOME/.tcshrc $HOME/.cshrc $HOME/.login
do
  grep KEPLER_DIR $HOME/$file
done

Finding ITM based Kepler installations inside KEPLER_DIR

...