#!/bin/bash #infinite compression echo "enter file name" read filename echo "0" > $filename echo "done"