#!/bin/bash # Create a filelist.txt from the folder where you stand # Met het volledige pad vanaf / FOLDER=$(pwd) find $FOLDER > filelist.txt