#!/bin/bash fileName='license.txt' echo "All rights reserved" > $fileName find -name "*.sh" >> $fileName