ユーザーは、「最後の」コマンドから切り取る行と、切り取る列を選択します。変数の使用に加えて、'tr' を使用して空白のすべての違いを修正しました。次のコードを試しましたが、どこが間違っていたのかわかりません。
echo -n "What rows and columns would you like to cut: "
read before
read after
read stop
read start
last | head -n $before friend_list | tail -n $after | tr -d $start $stop