> Removing functionality doesn’t make something simpler, because it removes options. Simple tools have a limited ability to simplify processes. Trying to do something complex with a simple tool is more complex than doing the same thing with a more complex tool. I agree with the quote but I am not able to reconcile it with the following observations... 1. The Unix philosophy insists on making simple tools which focus…
unrar l "$1" | tail -n +9 | head -n -3 | awk '{$1=$2=$3=$4=""; print $0}'