#!/bin/sh
file="logs/filter$1$2$3"
grep -v foo > $file
