1 2 3 4
#!/bin/sh # Shell Script that tries to match all files except for those ending in the extension .sh ls | grep -v "*.sh"