I would like to move files using mv that do not contain the letter S in the filename. Could not find anyhting in the mv manual. Maybe combination with find or grep? It has to be case-sensitive.
input:
  file1
  fileS1
  file2
  fileS2
file to move:
  file1
  file2